Date: Sat, 23 Feb 2019 06:10:51 +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: r493645 - head/Mk Message-ID: <201902230610.x1N6Apw7006126@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Feb 23 06:10:50 2019 New Revision: 493645 URL: https://svnweb.freebsd.org/changeset/ports/493645 Log: Remove support for USE_GCC=4.9+ and USE_GCC=4.9 from the tree. Nothing depends on it any longer (and has for a while) and GCC 4.9 went end of life upstream in summer 2016. Modified: head/Mk/bsd.gcc.mk Modified: head/Mk/bsd.gcc.mk ============================================================================== --- head/Mk/bsd.gcc.mk Sat Feb 23 05:47:05 2019 (r493644) +++ head/Mk/bsd.gcc.mk Sat Feb 23 06:10:50 2019 (r493645) @@ -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 040900 050000 060000 070000 080000 +GCCVERSIONS= 040200 040800 050000 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_040900= 0 4.9 GCCVERSION_050000= 0 5 GCCVERSION_060000= 0 6 GCCVERSION_070000= 0 7
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902230610.x1N6Apw7006126>