Date: Sun, 4 Nov 2007 23:08:11 +0100 (CET) From: Gerald Pfeifer <gerald@pfeifer.com> To: Pav Lucistnik <pav@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports MOVED CVSROOT modules ports/games/allacrost Makefile ports/devel/thrift Makefile ports/lang/yarv Makefile ports/lang/gcc40 Makefile distinfo pkg-descr pkg-plist ports/lang/gcc40/files patch-ltconfig Message-ID: <Pine.LNX.4.64.0711042305160.26054@acrux.dbai.tuwien.ac.at> In-Reply-To: <1194210265.15595.21.camel@ikaros.oook.cz> References: <200711032336.lA3NahFb002089@repoman.freebsd.org> <1194210265.15595.21.camel@ikaros.oook.cz>
next in thread | previous in thread | raw e-mail | index | archive | help
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= gerald@FreeBSD. # 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.64.0711042305160.26054>