diff options
author | cwen <cwen@cvs.openbsd.org> | 2020-01-11 12:43:13 +0000 |
---|---|---|
committer | cwen <cwen@cvs.openbsd.org> | 2020-01-11 12:43:13 +0000 |
commit | 114571128ba69fd886a2d51792b37cf42cd8e842 (patch) | |
tree | 9fa32eac135868140b253f2fab1b7419530f4a33 /share/man/man5 | |
parent | f229029acdce59dc0115787c4beef17d609b77db (diff) |
bsd.port.mk(5): substitute mentions of the retired gcc-4.9 with the
current gcc-8.3.
OK espie@
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 1422884ef1c..484825401be 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.523 2019/12/13 10:23:37 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.524 2020/01/11 12:43:12 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: December 13 2019 $ +.Dd $Mdocdate: January 11 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 4.9 compiler from ports +gcc 8.3 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 4.9 while having clang from base. +from gcc 8.3 while having clang from base. See also .Ev CHOSEN_COMPILER . .It Ev COMPILER_LINKS @@ -4004,7 +4004,7 @@ should be built: .Ed .Pp The -.Pa lang/gcc/4.9 +.Pa lang/gcc/8 or .Pa print/poppler ports should provide examples of proper use. |