From owner-freebsd-ports@FreeBSD.ORG Fri Jul 20 22:28:33 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id 2A95E106566C; Fri, 20 Jul 2012 22:28:33 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from opti.dougb.net (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 36F49152589; Fri, 20 Jul 2012 22:26:56 +0000 (UTC) Message-ID: <5009DB2F.5070605@FreeBSD.org> Date: Fri, 20 Jul 2012 15:26:55 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120621 Thunderbird/13.0.1 MIME-Version: 1.0 To: Kimmo Paasiala References: <50098EEF.8040801@shatow.net> <1E76612CE817410FAA2CF925F9CC300A@Rivendell> <5009A876.2010905@freebsd.org> <5009AE6A.1040109@freebsd.org> <5009B199.8030102@freebsd.org> In-Reply-To: X-Enigmail-Version: 1.4.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Reko Turja , Vitaly Magerya , freebsd-ports@freebsd.org, Julien Laffaye Subject: Re: How to remove erroneous deps from pkgng X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2012 22:28:33 -0000 On 07/20/2012 14:26, Kimmo Paasiala wrote: > Sqlite3 isn't the only one with a bogus dependency to pkg-config, for > example audio/libsndfile does the same by using "USE_GNOME=gnomehack > pkgconfig" instead of doing the proper thing (tm) which is patching > Makefile.in to install the .pc file to $(prefix)/libdata/pkgconfig. I > can try to track down some of those and submit PRs. http://people.freebsd.org/~dougb/pkg-config-run-deps.txt Looks like bsd.gnome.mk is (bogusly) adding most of these: pkgconfig_RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config Removing that is almost certainly the right first step. -- Change is hard.