diff options
author | 2013-08-10 10:17:36 +0000 | |
---|---|---|
committer | 2013-08-10 10:17:36 +0000 | |
commit | d9055a81cea551ea744ddde55896eb273cc723ee (patch) | |
tree | aa7ef65e092278d1b7373a96561a465e5331f06e | |
parent | Plug fd and mem leak in fuse_open's error path. ok syl@ (diff) | |
download | wireguard-openbsd-d9055a81cea551ea744ddde55896eb273cc723ee.tar.xz wireguard-openbsd-d9055a81cea551ea744ddde55896eb273cc723ee.zip |
No longer mention GCC2_ARCHS
-rw-r--r-- | share/man/man5/bsd.port.arch.mk.5 | 7 | ||||
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/share/man/man5/bsd.port.arch.mk.5 b/share/man/man5/bsd.port.arch.mk.5 index 59d28976455..b242128e1f0 100644 --- a/share/man/man5/bsd.port.arch.mk.5 +++ b/share/man/man5/bsd.port.arch.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.arch.mk.5,v 1.7 2012/09/30 09:28:20 espie Exp $ +.\" $OpenBSD: bsd.port.arch.mk.5,v 1.8 2013/08/10 10:17:36 miod Exp $ .\" .\" Copyright (c) 2011 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 30 2012 $ +.Dd $Mdocdate: August 10 2013 $ .Dt BSD.PORT.ARCH.MK 5 .Os .Sh NAME @@ -84,7 +84,6 @@ It will set up the following variables for use in the rest of the .It Ev APM_ARCHS .It Ev BE_ARCHS .It Ev COMPILER_VERSION -.It Ev GCC2_ARCHS .It Ev GCC3_ARCHS .It Ev GCC4_ARCHS .It Ev LE_ARCHS @@ -133,7 +132,7 @@ A more detailed description of each variable is available in .Xr bsd.port.mk 5 . .Pp All the constant values -.Ev ARCH , ALL_ARCHS , COMPILER_VERION , GCC2_ARCHS , +.Ev ARCH , ALL_ARCHS , COMPILER_VERION , .Ev GCC3_ARCHS , GCC4_ARCHS , LP64_ARCHS , NO_SHARED_ARCHS and .Ev PROPERTIES diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 1ea40144fb2..0052270f01b 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.383 2013/08/07 07:21:03 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.384 2013/08/10 10:17:36 miod Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 7 2013 $ +.Dd $Mdocdate: August 10 2013 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1656,8 +1656,8 @@ Path to the current port's directory, relative to ${PORTSDIR}, including flavors and subpackages. See .Xr pkgpath 7 . -.It Ev GCC2_ARCHS , GCC3_ARCHS , GCC4_ARCHS -List of architectures using gcc 2.95.3, gcc 3.3.5, or gcc 4.2.1. +.It Ev GCC3_ARCHS , GCC4_ARCHS +List of architectures using gcc 3.3.6, or gcc 4.2.1. Read-only. Use with .Ev NOT_FOR_ARCHS |