From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 02:05:08 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB8D716A4B3 for ; Fri, 10 Oct 2003 02:05:08 -0700 (PDT) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E31F43FB1 for ; Fri, 10 Oct 2003 02:05:07 -0700 (PDT) (envelope-from lev@FreeBSD.org) Received: from 213.172.17.79 ([195.209.232.129]) (authenticated bits=0) by ftp.translate.ru (8.12.9/8.12.9) with ESMTP id h9A93H7R014420 for ; Fri, 10 Oct 2003 13:03:18 +0400 (MSD) (envelope-from lev@FreeBSD.org) Date: Fri, 10 Oct 2003 13:04:23 +0400 From: Lev Serebryakov X-Mailer: The Bat! (v1.62i) Business X-Priority: 3 (Normal) Message-ID: <22159707417.20031010130423@serebryakov.spb.ru> To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Ports conflicts: `lib/libiberty.a' X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lev Serebryakov List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 09:05:08 -0000 Hello ports, Many my ports have conflicts with other ones. And conflicting file is one: `lib/libiberty.a'. This file is installed by many variants of gvv, binutils & gdb. But I don't think, that this library is ever used after instllation. Each port build it again and again. I don't think, it is good idea to "CONFLICTS=" all these binutils & gcc. May be, we need some "general" patch (like libtool's one) to disable installation of this library? Something like FIX_LIBIBERTY=yes In port makefile? -- Best regards, Lev mailto:lev@FreeBSD.org