summaryrefslogtreecommitdiff
path: root/databases/sqlite (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtool uber-patchAde Lovett2003-06-262-5/+7
| | | | | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly) Notes: svn path=/head/; revision=83696
* o Update to 2.8.3.Norikatsu Shigemura2003-06-116-55/+264
| | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=82792
* Update to 2.8.0.Norikatsu Shigemura2003-03-232-2/+2
| | | | | | | | | PR: ports/49107[1], ports/50095[2] Submitted by: Gerhard Haering <gh@ghaering.de> (maintainer)[1] Martin Klaffenboeck <martin.klaffenboeck@gmx.at>[2] Notes: svn path=/head/; revision=77223
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76031
* - update tp 2.7.4Pete Fritchman2003-01-032-4/+4
| | | | | | | | | | - fix style nits (spaces -> tabs) PR: 46470 Submitted by: maintainer Notes: svn path=/head/; revision=72353
* upgrade to 2.7.3Ying-Chieh Liao2002-11-112-3/+3
| | | | | | | | PR: 45203 Submitted by: maintainer Notes: svn path=/head/; revision=69914
* Renumber the shlib major 2 instead of 0, which was unwantedAkinori MUSHA2002-09-203-7/+19
| | | | | | | | | | | regression. While I'm here, add libtclsqlite.la to ALL_TARGET so the libtclsqlite library is properly built in the build stage instead of the install stage. Notes: svn path=/head/; revision=66817
* Fixup from previous commitDavid W. Chapman Jr.2002-09-024-9/+58
| | | | | | | | | Bump PORTREVISION Submitted by: maintainer Notes: svn path=/head/; revision=65494
* Update to 2.7.1David W. Chapman Jr.2002-09-0210-164/+56
| | | | | | | | PR: 40816 Submitted by: maintainer Notes: svn path=/head/; revision=65461
* Fix build on -CURRENT.Ruslan Ermilov2002-07-211-1/+2
| | | | Notes: svn path=/head/; revision=63321
* Use versioned (1.0.32) to overcome unfetchable distfile.Steve Price2001-12-022-3/+1
| | | | | | | PR: 32413 Notes: svn path=/head/; revision=50870
* Update to 1.0.32 and unbreak.Akinori MUSHA2001-09-034-6/+12
| | | | | | | | - Complete SRCS. - Patch tableapi.test to avoid an out-of-scope error. Notes: svn path=/head/; revision=47359
* add missing fileYing-Chieh Liao2001-07-061-0/+1
| | | | Notes: svn path=/head/; revision=44813
* A number of things:Mikhail Teterin2001-06-117-12/+166
| | | | | | | | | | | | | | | | | | | | . changed maintainership to ports@; . build with TCL support (``package require sqlite''); . run the vendor's tests after build (sorry, Maxim) -- zero errors; . generate from the TCL sources and install the HTML documentation; (unless NOPORTDOCS is set); . build and install two usefull tools, which come with the software: gdbmdump and gdbmstat; . build and install the shared version of -lsqlite -- usefull and needed for dynamic loading into TCL interpreter; . lastly: the new functionality (TCL, tools, docs) called for the PORTREVISION bump. Approved by: after the previous maintainer suggested the first point above, the rest was easy :-) Notes: svn path=/head/; revision=43872
* upgrade to 1.0.30Ying-Chieh Liao2001-04-232-2/+2
| | | | Notes: svn path=/head/; revision=41818
* upgrade to 1.0.27Ying-Chieh Liao2001-03-232-2/+2
| | | | | | | PR: 26028 Notes: svn path=/head/; revision=40279
* upgrade to 1.0.25Ying-Chieh Liao2001-03-162-2/+2
| | | | Notes: svn path=/head/; revision=39924
* add sqliteYing-Chieh Liao2001-02-225-0/+46
SQL library that uses GDBM as its underlying file storage mechanism Notes: svn path=/head/; revision=38613