From owner-cvs-ports@FreeBSD.ORG Mon Jun 20 08:25:31 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19F6816A41C; Mon, 20 Jun 2005 08:25:31 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1FFA43D49; Mon, 20 Jun 2005 08:25:30 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j5K8PUWm093266; Mon, 20 Jun 2005 01:25:30 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j5K8PTQj093265; Mon, 20 Jun 2005 01:25:29 -0700 (PDT) (envelope-from obrien) Date: Mon, 20 Jun 2005 01:25:29 -0700 From: "David O'Brien" To: Gerald Pfeifer Message-ID: <20050620082529.GA93111@dragon.NUXI.org> References: <200505162031.j4GKVMOR038312@repoman.freebsd.org> <20050619221945.GA7566@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-ports@FreeBSD.org, Gerald Pfeifer , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/gcc40 Makefile distinfo pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2005 08:25:31 -0000 On Mon, Jun 20, 2005 at 09:36:44AM +0200, Gerald Pfeifer wrote: > On Sun, 19 Jun 2005, David O'Brien wrote: > >> Update to the 20050514 snapshot of GCC 4.0.1. > >> > >> Add a conflict with the gcc34 port and address portlint warnings. > > eh?? This is very bad. I've always made sure one could have every GCC > > port installed simultaneously. What broke this? What files conflict? > > This actually was broken since day one. :-( Binaries and most libraries > and include files are okay, and I managed to resolve several issues (like > man pages) in past months, but still there are true conflicts for the info > files, some Java config files, libffi, mudflap, at least. I just built both the gcc40 and gcc41 ports. The only things shared between gcc40 and gcc41 are: include/mf-runtime.h info/cpp.info info/cppinternals.info info/gccint.info info/gcj.info info/gfortran.info It is much more important to be able to have both gcc40 and gcc41 installed than have info files. I'd like to either remove the 'CONFLICTS' or kill the info files. People can look up the manual at http://gcc.gnu.org if they can't handle the fact that the info files clash. We should take back to the GCC mailing lists the fact that mf-runtime.h isn't versioned. -- -- David (obrien@FreeBSD.org)