From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 5 21:20:36 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE56616A4CE for ; Mon, 5 Apr 2004 21:20:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A913943D4C for ; Mon, 5 Apr 2004 21:20:36 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i364KRbv064636 for ; Mon, 5 Apr 2004 21:20:27 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i364KRuV064635; Mon, 5 Apr 2004 21:20:27 -0700 (PDT) (envelope-from gnats) Date: Mon, 5 Apr 2004 21:20:27 -0700 (PDT) Message-Id: <200404060420.i364KRuV064635@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Andrew Reilly Subject: Re: ports/64977: [Update Port] devel/freelibiberty: mark it conflicting with libgnugetopt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew Reilly List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2004 04:20:36 -0000 The following reply was made to PR ports/64977; it has been noted by GNATS. From: Andrew Reilly To: freebsd-gnats-submit@FreeBSD.org, kay_lehmann@web.de Cc: Subject: Re: ports/64977: [Update Port] devel/freelibiberty: mark it conflicting with libgnugetopt Date: Tue, 6 Apr 2004 14:10:47 +1000 Hi there, This makes ddd incompatible with about a zillion other ports that depend on libgnugetopt. Any suggestions on how to resolve this, other than just de-install ddd? Presumably ddd uses frelibiberty for a reason. That reason justifies a change of signature for the header. So why not have devel/freelibiberty install getopt.h as getopt-free.h, and have ddd #include that, instead of getopt.h. Then you can remove the conflict notice. Cheers, -- Andrew