diff options
author | 2017-05-31 10:06:02 +0000 | |
---|---|---|
committer | 2017-05-31 10:06:02 +0000 | |
commit | 6cc9ca2626b383db59b6dd10a50030e1289ca744 (patch) | |
tree | c0e19e85df0f044e34021271a6cce5bcefa3155a | |
parent | use SO_ZEROIZE for privsep communication (if available) (diff) | |
download | wireguard-openbsd-6cc9ca2626b383db59b6dd10a50030e1289ca744.tar.xz wireguard-openbsd-6cc9ca2626b383db59b6dd10a50030e1289ca744.zip |
minor tweaks;
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 5d10a29808c..35c5caea693 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.458 2017/05/31 08:12:27 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.459 2017/05/31 10:06:02 jmc Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -54,7 +54,8 @@ the generation of package information. It ends with sections covering obsolete targets, variables and files, outlining conversion methods from older incarnations of the ports tree or from other -.Bx variants. +.Bx +variants. .Pp .Nm also uses quite a few helper scripts. @@ -1238,12 +1239,12 @@ will be displayed instead of the port being built. .It Ev COMPILER Select a somewhat more recent compiler than gcc 4.2.1. Set to a list containing -.Sq base +.Sq base (clang compiler in base), .Sq clang (clang compiler in ports), or -.Sq gcc +.Sq gcc (gcc 4.9 from ports). The first compiler that matches criteria .Po @@ -1255,7 +1256,7 @@ from respective modules will be chosen. On an architecture using .Xr clang 1 -as the default compiler, +as the default compiler, clang from the base system will always be chosen, so it is not necessary to list .Sq base |