Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jul 2012 22:24:23 +0300
From:      Vitaly Magerya <vmagerya@gmail.com>
To:        Julien Laffaye <jlaffaye@freebsd.org>
Cc:        Reko Turja <reko.turja@liukuma.net>, Kimmo Paasiala <kpaasial@gmail.com>, freebsd-ports@freebsd.org
Subject:   Re: How to remove erroneous deps from pkgng
Message-ID:  <CAL409KxL6PK8rzd6ksoe22xg-c0s3wMXXn4PwfWjKAPhYE_yUg@mail.gmail.com>
In-Reply-To: <5009AE6A.1040109@freebsd.org>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
Julien Laffaye <jlaffaye@freebsd.org> wrote:
> Yes it is needed at runtime if you are a developper using sqlite3 and
> pkg-config:
> to use `pkg-config sqlite3 --cflags` and `pkg-config sqlite3 --libs` in
> your $APP build process.

It's $APP that needs pkg-config as a build dependency. Sqlite3 does
not need to depend on pkf-config at all; it should install .pc file
and nothing more. Look at lang/gcc, lang/python or devel/pcre: they
all do it this way.

In short, sqlite3 should completely drop the dependency on pkg-config.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAL409KxL6PK8rzd6ksoe22xg-c0s3wMXXn4PwfWjKAPhYE_yUg>