From 0777385b680400d9e81eb38530c5537953802de6 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sun, 26 Jan 2014 16:33:53 +0000 Subject: [PATCH] Unregister lang/gcc44 now that it is no longer used by any port. Approved by: gerald --- Mk/bsd.gcc.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index c351d9272e97..b1fabd8aa862 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -47,13 +47,12 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org # 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