Date: Sat, 18 May 2019 07:03:04 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501916 - head/Mk Message-ID: <201905180703.x4I734jJ002595@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat May 18 07:03:04 2019 New Revision: 501916 URL: https://svnweb.freebsd.org/changeset/ports/501916 Log: Now that the last dependency on GCC 5 (and lang/gcc5) in the Ports Collection is gone, remove USE_GCC=5 as an option. This does not remove lang/gcc5 as such, but helps avoid new dependencies creeping in, in particular since GCC 5 has been unmaintained upstream for a while. Modified: head/Mk/bsd.gcc.mk Modified: head/Mk/bsd.gcc.mk ============================================================================== --- head/Mk/bsd.gcc.mk Sat May 18 06:37:12 2019 (r501915) +++ head/Mk/bsd.gcc.mk Sat May 18 07:03:04 2019 (r501916) @@ -22,7 +22,7 @@ # # as defined in bsd.default-versions.mk. # USE_GCC= any # port requires GCC 4.2 or later. # USE_GCC= 7+ # port requires GCC 7 or later. -# USE_GCC= 5 # port requires GCC 5. +# USE_GCC= 6 # port requires GCC 6. # # If you are wondering what your port exactly does, use "make test-gcc" # to see some debugging. @@ -35,13 +35,12 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org # ascending order and in sync with the table below. # When adding a version, please keep the comment in # Mk/bsd.default-versions.mk in sync. -GCCVERSIONS= 040200 040800 050000 060000 070000 080000 +GCCVERSIONS= 040200 040800 060000 070000 080000 # The first field is the OSVERSION in which it disappeared from the base. # The second field is the version as USE_GCC would use. GCCVERSION_040200= 9999999 4.2 GCCVERSION_040800= 0 4.8 -GCCVERSION_050000= 0 5 GCCVERSION_060000= 0 6 GCCVERSION_070000= 0 7 GCCVERSION_080000= 0 8
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905180703.x4I734jJ002595>