svn commit: r341241 - head/Mk

Rene Ladan rene at FreeBSD.org
Sun Jan 26 16:33:54 UTC 2014


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 at 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


More information about the svn-ports-all mailing list