Date: Sat, 21 Jul 2012 00:26:27 +0300 From: Kimmo Paasiala <kpaasial@gmail.com> To: Vitaly Magerya <vmagerya@gmail.com> Cc: Reko Turja <reko.turja@liukuma.net>, freebsd-ports@freebsd.org, Julien Laffaye <jlaffaye@freebsd.org> Subject: Re: How to remove erroneous deps from pkgng Message-ID: <CA%2B7WWSf6mLq1Xfj8iK4-9sOUFn4ohtS4jG37muNPzGXke9%2BAjw@mail.gmail.com> In-Reply-To: <CA%2B7WWSdRAhWmy=sw2Bci8fZRuDLrM8Pn0HXN1ocwbnpM9c13Bg@mail.gmail.com> References: <D0056D18EAAD41119F26D0715FA52FB6@Rivendell> <50098EEF.8040801@shatow.net> <1E76612CE817410FAA2CF925F9CC300A@Rivendell> <CA%2B7WWSf%2B=rxt1gFfDXS%2BCwggJ2wSLSvdyzCR=GW2TZmPT0-VHw@mail.gmail.com> <AD251933EC034F5BA4FF2F37757C8D4D@Rivendell> <5009A876.2010905@freebsd.org> <CA%2B7WWSfXcBQjoWBYP63oZh6_-x5_FJtLdsk-iPepekS1TeRWJg@mail.gmail.com> <5009AE6A.1040109@freebsd.org> <CAL409KxL6PK8rzd6ksoe22xg-c0s3wMXXn4PwfWjKAPhYE_yUg@mail.gmail.com> <5009B199.8030102@freebsd.org> <CAL409KwoE=Ko%2B-0iRt%2BENPG-Ry4DghGqb%2Bah9WQBejtba61QFA@mail.gmail.com> <CA%2B7WWSdRAhWmy=sw2Bci8fZRuDLrM8Pn0HXN1ocwbnpM9c13Bg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jul 20, 2012 at 11:29 PM, Kimmo Paasiala <kpaasial@gmail.com> wrote: > On Fri, Jul 20, 2012 at 10:59 PM, Vitaly Magerya <vmagerya@gmail.com> wrote: >> Julien Laffaye <jlaffaye@freebsd.org> wrote: >>> I am not trying to state what it should or should not do. >>> I am trying to guess why it is doing things like it does. >> >> I apologize for being patronizing then. >> >> Is any committer here willing to remove sqlite3's dependency on >> pkg-config, or should I file a PR? (A grep through the sources reveals >> that sqlite3 does not use pkg-config for it's own build, so it should >> be safe to completely drop the dependency). > > The port builds fine with the USE_GNOME=pkgconfig line commented out, > also I tested building a dependent port devel/subversion and it built > fine. > I'm wondering if the dependency is removed then will all ports that > link to sqlite3 pull in pkg-config if it's not installed? 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2B7WWSf6mLq1Xfj8iK4-9sOUFn4ohtS4jG37muNPzGXke9%2BAjw>