pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: update to databases/sqlite3



On Sat, Jan 17, 2009 at 12:07:10PM +0100, Martin Husemann wrote:
> On Fri, Jan 16, 2009 at 10:51:03PM -0800, bharder wrote:
> > --- ./Makefile.in.orig  2009-01-15 06:01:45.000000000 -0800
> > +++ ./Makefile.in
> > @@ -458,7 +458,7 @@ libtclsqlite3.la:   tclsqlite.lo libsqlite
> >         $(LTLINK) -o $@ tclsqlite.lo \
> >                 libsqlite3.la @TCL_STUB_LIB_SPEC@ $(TLIBS) \
> >                  -rpath "$(libdir)/sqlite" \
> > -               -module -avoid-version
> > +               -version-info "8:6:8"
> >  
> 
> Why are you changing this, and isn't the version wrong?

Hi.

I included supporting information in a follow-up email (should have been 
included in orginal :P), but for completeness' sake:

see: http://www.sqlite.org/releaselog/3_6_10.html for description from SQLite 
site
see: http://www.sqlite.org/cvstrac/chngview?cn=6181 for an intermediate checkin 
the is part of the 3.6.10 release, and then note that tcl-interface won't 
build. Reverting Makefile.in fixes the build of tcl interfaces. This has been 
reported upstream, and fixed.

-bch

-- 

Brad Harder,
Method Logic Digital Consulting
http://www.methodlogic.net


Home | Main Index | Thread Index | Old Index