diff options
author | 2020-01-12 11:34:33 +0000 | |
---|---|---|
committer | 2020-01-12 11:34:33 +0000 | |
commit | 88300a3dba02055d30e100e7f2e6836c31b6ac07 (patch) | |
tree | 5370a9d673821bac6955d33192a32d1168418f8f /share/man/man5 | |
parent | tweak locking comment (diff) | |
download | wireguard-openbsd-88300a3dba02055d30e100e7f2e6836c31b6ac07.tar.xz wireguard-openbsd-88300a3dba02055d30e100e7f2e6836c31b6ac07.zip |
bsd.port.mk(5): remove ports-gcc minor version, it's enough to
differentiate it from base-gcc, and we won't have to change
the manpage for every ports-gcc minor update.
Proposed by and OK sthen@
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 484825401be..6488b076b7a 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.524 2020/01/11 12:43:12 cwen Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.525 2020/01/12 11:34:33 cwen 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: January 11 2020 $ +.Dd $Mdocdate: January 12 2020 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1296,7 +1296,7 @@ clang compiler from base .It gcc3 gcc 3 compiler from base .It ports-gcc -gcc 8.3 compiler from ports +gcc 8 compiler from ports (heeds .Ev MODGCC4_ARCHS from the module) @@ -1353,7 +1353,7 @@ or still need old modules annotations, so that it's possible to select, e.g., .Sq gfortran -from gcc 8.3 while having clang from base. +from gcc 8 while having clang from base. See also .Ev CHOSEN_COMPILER . .It Ev COMPILER_LINKS |