From owner-cvs-ports@FreeBSD.ORG Mon Jun 20 07:36:51 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 CD03516A41C; Mon, 20 Jun 2005 07:36:51 +0000 (GMT) (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 8C0E943D4C; Mon, 20 Jun 2005 07:36:51 +0000 (GMT) (envelope-from gerald@pfeifer.com) Received: from [128.131.111.48] (pulcherrima [128.131.111.48]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 8D2AE1378D; Mon, 20 Jun 2005 09:36:45 +0200 (CEST) Date: Mon, 20 Jun 2005 09:36:44 +0200 (CEST) From: Gerald Pfeifer To: David O'Brien In-Reply-To: <20050619221945.GA7566@dragon.NUXI.org> Message-ID: References: <200505162031.j4GKVMOR038312@repoman.freebsd.org> <20050619221945.GA7566@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 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 07:36:52 -0000 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. Gerald