On 2017/05/04 08:31, Stuart Cassoff wrote:
> ping
>
> > ---------- Original Message ----------
> > From: Stuart Cassoff <[email protected]>
> > Date: April 28, 2017 at 10:30 PM
> >
> >
> > Update to same version as sqlite3.
> > This is a loadable lib; don't treat it as a linkable lib.
> > I can take maintainership.
The mailed diff doesn't apply..(webmail word-wrapping?)
Reads OK though.
> > +$OpenBSD$
> > +--- tea/configure.orig Wed Apr 26 16:58:46 2017
> > ++++ tea/configure Wed Apr 26 16:59:16 2017
> > +@@ -7237,7 +7237,7 @@ fi
> > + CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
> > + fi
> > + LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
> > +- SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so.${SHLIB_VERSION}'
> > ++ SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.so'
> > + LDFLAGS="-Wl,-export-dynamic"
> > + ;;
> > + esac
> > Index: pkg/PLIST
> > ===================================================================
> > RCS file: /cvs/ports/databases/sqlite3-tcl/pkg/PLIST,v
> > retrieving revision 1.1
> > diff -u -p -u -p -r1.1 PLIST
> > --- pkg/PLIST 23 Sep 2016 09:14:53 -0000 1.1
> > +++ pkg/PLIST 29 Apr 2017 02:18:49 -0000
> > @@ -1,6 +1,6 @@
> > @comment $OpenBSD: PLIST,v 1.1 2016/09/23 09:14:53 sthen Exp $
> > @pkgpath databases/sqlite3,-tcl
> > lib/tcl/sqlite3/
> > -@lib lib/tcl/sqlite3/libsqlite3142.so.${LIBsqlite3142_VERSION}
> > +lib/tcl/sqlite3/libsqlite3170.so
> > lib/tcl/sqlite3/pkgIndex.tcl
> > @man man/mann/sqlite3.n
> >
Makes sense, "pkglocate lib/tcl/|fgrep .so." finds a few more instances,
should they be converted too?