From owner-cvs-all@FreeBSD.ORG Sun Feb 11 23:55:42 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7F98816A400; Sun, 11 Feb 2007 23:55:42 +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 3A14F13C48D; Sun, 11 Feb 2007 23:55:42 +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 8C8CE1379B; Mon, 12 Feb 2007 00:55:40 +0100 (CET) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id 7D6661A7C9; Mon, 12 Feb 2007 00:55:47 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id 6CE771A7C7; Mon, 12 Feb 2007 00:55:47 +0100 (CET) Date: Mon, 12 Feb 2007 00:55:47 +0100 (CET) From: Gerald Pfeifer To: Pav Lucistnik In-Reply-To: <1170852496.41102.28.camel@pav.hide.vol.cz> Message-ID: References: <200702071240.l17CejrY022978@repoman.freebsd.org> <1170852496.41102.28.camel@pav.hide.vol.cz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Dirk Meyer , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/gnustep-make Makefile 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, 11 Feb 2007 23:55:42 -0000 On Wed, 7 Feb 2007, Pav Lucistnik wrote: >> Modified files: >> devel/gnustep-make Makefile >> Log: >> - skip on CURRENT > This is probably incorrect. Looks like gcc41 port installs > libobjc.so.1.0 on CURRENT after objformat removal. This needs to be > fixed in gcc41 port. Could someone lend a helping hand and provide a bit more background on this issue? I don't have a lang/gcc41 build tree handy, but my lang/gcc42 tree only has lib/gcc-4.2.0/libobjc.so.2, which seems right. GCC 4.1 is still open upstream, so if there is an issue we should address it there as well. Gerald