Date: Sun, 26 Jan 2014 16:33:54 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341241 - head/Mk Message-ID: <201401261633.s0QGXsef025951@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sun Jan 26 16:33:53 2014 New Revision: 341241 URL: http://svnweb.freebsd.org/changeset/ports/341241 QAT: https://qat.redports.org/buildarchive/r341241/ Log: Unregister lang/gcc44 now that it is no longer used by any port. Approved by: gerald Modified: head/Mk/bsd.gcc.mk Modified: head/Mk/bsd.gcc.mk ============================================================================== --- head/Mk/bsd.gcc.mk Sun Jan 26 16:23:27 2014 (r341240) +++ head/Mk/bsd.gcc.mk Sun Jan 26 16:33:53 2014 (r341241) @@ -47,13 +47,12 @@ GCC_Include_MAINTAINER= gerald@FreeBSD. # All GCC versions supported by the ports framework. Keep them in # ascending order and in sync with the table below. -GCCVERSIONS= 040200 040400 040600 040700 040800 040900 +GCCVERSIONS= 040200 040600 040700 040800 040900 # The first field if the OSVERSION in which it appeared in the base. # The second field is the OSVERSION in which it disappeared from the base. # The third field is the version as USE_GCC would use. GCCVERSION_040200= 700042 9999999 4.2 -GCCVERSION_040400= 0 0 4.4 GCCVERSION_040600= 0 0 4.6 GCCVERSION_040700= 0 0 4.7 GCCVERSION_040800= 0 0 4.8
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401261633.s0QGXsef025951>