Hi again, While searching stuff in the bsd.port.mk manpage, i've found out we still mention the retired gcc-4.9.
So i'm proposing to update this. OK? Charlène. Index: bsd.port.mk.5 =================================================================== RCS file: /cvs/src/share/man/man5/bsd.port.mk.5,v retrieving revision 1.523 diff -u -p -r1.523 bsd.port.mk.5 --- bsd.port.mk.5 13 Dec 2019 10:23:37 -0000 1.523 +++ bsd.port.mk.5 10 Jan 2020 23:34:17 -0000 @@ -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.