Date: Mon, 5 Jun 2017 02:15:22 +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: r442601 - head/Mk Message-ID: <201706050215.v552FMaJ040870@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Mon Jun 5 02:15:22 2017 New Revision: 442601 URL: https://svnweb.freebsd.org/changeset/ports/442601 Log: Remove support for USE_GCC=4.7 and USE_GCC=4.7+. Nothing in the tree uses it and GCC 4.7 has been end-of-lifed upstream years ago. The lang/gcc47 port itself is still in place and can be used. Modified: head/Mk/bsd.default-versions.mk head/Mk/bsd.gcc.mk Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Mon Jun 5 00:47:13 2017 (r442600) +++ head/Mk/bsd.default-versions.mk Mon Jun 5 02:15:22 2017 (r442601) @@ -37,7 +37,7 @@ BDB_DEFAULT?= 5 FIREBIRD_DEFAULT?= 2.5 # Possible values: 3.0.0 FPC_DEFAULT?= 3.0.2 -# Possible values: 4.7, 4.8, 4.9, 5, 6 +# Possible values: 4.8, 4.9, 5, 6 GCC_DEFAULT?= 5 # Possible values: 7, 8, 9, agpl GHOSTSCRIPT_DEFAULT?= agpl Modified: head/Mk/bsd.gcc.mk ============================================================================== --- head/Mk/bsd.gcc.mk Mon Jun 5 00:47:13 2017 (r442600) +++ head/Mk/bsd.gcc.mk Mon Jun 5 02:15:22 2017 (r442601) @@ -35,12 +35,11 @@ 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 040700 040800 040900 050000 060000 +GCCVERSIONS= 040200 040800 040900 050000 060000 # 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_040700= 0 4.7 GCCVERSION_040800= 0 4.8 GCCVERSION_040900= 0 4.9 GCCVERSION_050000= 0 5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706050215.v552FMaJ040870>