From owner-cvs-all@FreeBSD.ORG Sun Nov 4 23:04:03 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4508F16A418; Sun, 4 Nov 2007 23:04:03 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.freebsd.org (Postfix) with ESMTP id 077C213C494; Sun, 4 Nov 2007 23:04:03 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 70EB73910A; Sun, 4 Nov 2007 23:08:05 +0100 (CET) Date: Sun, 4 Nov 2007 23:08:11 +0100 (CET) From: Gerald Pfeifer To: Pav Lucistnik In-Reply-To: <1194210265.15595.21.camel@ikaros.oook.cz> Message-ID: References: <200711032336.lA3NahFb002089@repoman.freebsd.org> <1194210265.15595.21.camel@ikaros.oook.cz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2007 23:04:03 -0000 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