Date: Wed, 11 Jun 2003 09:26:07 -0700 (PDT) From: Norikatsu Shigemura <nork@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/sqlite Makefile distinfo pkg-plist ports/databases/sqlite/files patch-ltmain.sh patch-makefile pkgIndex.tcl Message-ID: <200306111626.h5BGQ73D026436@repoman.freebsd.org>
index | next in thread | raw e-mail
nork 2003/06/11 09:26:07 PDT
FreeBSD ports repository
Modified files:
databases/sqlite Makefile distinfo pkg-plist
databases/sqlite/files patch-makefile pkgIndex.tcl
Removed files:
databases/sqlite/files patch-ltmain.sh
Log:
o Update to 2.8.3.
o The TCL wrapper is now optional and off by default. Use
SQLITE_WITH_TCL83/SQLITE_WITH_TCL84 to enable it. TCL is
still needed for building the docs, unless you specify
NOPORTDOCS.
o The TCL example is now installed in $LOCALBASE/share/examples/sqlite.
This patch is quite hackish in that it replaces the libtool stuff
from SQLite with the libtool port. It also uses plain 'install'
instead of 'libtool install' to install shared libraries. This
might not look nice, but it's the only way I got the desired effects
to work (i. e. SQLite's libtool refused to install the TCL wrapper
in $LOCALBASE/lib/sqlite - it insisted on only installing it into
$LOCALBASE/lib.
PR: ports/53182
Submitted by: Gerhard Haering <gh@ghaering.de> (maintainer)
Revision Changes Path
1.15 +59 -14 ports/databases/sqlite/Makefile
1.11 +1 -1 ports/databases/sqlite/distinfo
1.2 +0 -11 ports/databases/sqlite/files/patch-ltmain.sh (dead)
1.2 +191 -19 ports/databases/sqlite/files/patch-makefile
1.3 +1 -1 ports/databases/sqlite/files/pkgIndex.tcl
1.7 +12 -9 ports/databases/sqlite/pkg-plist
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306111626.h5BGQ73D026436>
