On Sun, 4 Nov 2007, Pav Lucistnik wrote:
> I might be mistaken, I haven't checked, but shouldn't you also remove
> 4.0 from bsd.gcc.mk ?

No, you're right!  There shouldn't be any reference to lang/gcc40
left anywhere else in the Ports Collection, but indeed we also ought
to remove the one in Mk/bsd.gcc.mk.

I'll sleep over the patch below and will commit tomorrow after another
round of review by myself (or anyone else, of course). ;-)

Thanks for spotting this, Pav!

Gerald

Index: bsd.gcc.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.gcc.mk,v
retrieving revision 1.14
diff -u -3 -p -r1.14 bsd.gcc.mk
--- bsd.gcc.mk  27 Jul 2007 21:40:10 -0000      1.14
+++ bsd.gcc.mk  4 Nov 2007 22:05:12 -0000
@@ -40,7 +40,7 @@ GCC_Include_MAINTAINER=               [EMAIL PROTECTED]
 # All GCC versions supported by the ports framework.
 # Please keep them in ascending order.
 #
-GCCVERSIONS=   020702 020801 029500 030200 030301 030402 040000 040100 040200
+GCCVERSIONS=   020702 020801 029500 030200 030301 030402 040100 040200
 
 #
 # Versions of GCC shipped.
@@ -55,7 +55,6 @@ GCCVERSION_029500=    400012 500035 2.95
 GCCVERSION_030200=     500039 501103 3.2
 GCCVERSION_030301=     501103 502126 3.3
 GCCVERSION_030402=     502126 700042 3.4
-GCCVERSION_040000=     999999 999999 4.0
 GCCVERSION_040100=     999999 999999 4.1
 GCCVERSION_040200=     700042 999999 4.2
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to