tech-userlevel archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Import of sqlite3
On Fri, Aug 26, 2011 at 07:17:56PM -0400, James K. Lowden wrote:
> On Wed, 24 Aug 2011 21:33:26 -0400
> Steven Bellovin <smb%cs.columbia.edu@localhost> wrote:
> > On Aug 24, 2011, at 7:49 53PM, Joerg Sonnenberger wrote:
> >
> > Out of curiosity, how many pkgsrc programs would be able to use a
> > native one instead of a pkgsrc version?
>
> $ (cd /usr/pkgsrc/ && grep -l SQLITE */*/Makefile* | wc -l)
> 5
i think that anything that includes the sqlite3 buildlink3.mk file
could use either a pkgsrc or native sqlite3 - that's what buildlink is
for, after all. the direct callers are a bit more than 5:
% find /usr/pkgsrc -name Makefile\* -print | xargs grep sqlite3/buildlink3.mk |
wc
44 89 3932
%
and there may be more packages that include sqlite3 indirectly.
regards,
alistair
Home |
Main Index |
Thread Index |
Old Index