aboutsummaryrefslogtreecommitdiffstats
path: root/databases/sqlite2
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* - Update to 2.8.11pav2004-01-164-15/+18
| | | | | | PR: ports/61110 Submitted by: Phil Oleson <oz@nixil.net> Approved by: maintainer
* Upgrade to 2.8.6vanilla2003-11-114-210/+141
| | | | Approved by: maintainer
* libtool uber-patchade2003-06-272-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)
* o Update to 2.8.3.nork2003-06-126-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)
* Update to 2.8.0.nork2003-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]
* De-pkg-comment.knu2003-02-212-1/+1
|
* - update tp 2.7.4petef2003-01-032-4/+4
| | | | | | | - fix style nits (spaces -> tabs) PR: 46470 Submitted by: maintainer
* upgrade to 2.7.3ijliao2002-11-122-3/+3
| | | | | PR: 45203 Submitted by: maintainer
* Renumber the shlib major 2 instead of 0, which was unwantedknu2002-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.
* Fixup from previous commitdwcjr2002-09-024-9/+58
| | | | | | Bump PORTREVISION Submitted by: maintainer
* Update to 2.7.1dwcjr2002-09-0210-164/+56
| | | | | PR: 40816 Submitted by: maintainer
* Fix build on -CURRENT.ru2002-07-221-1/+2
|
* Use versioned (1.0.32) to overcome unfetchable distfile.steve2001-12-032-3/+1
| | | | PR: 32413
* Update to 1.0.32 and unbreak.knu2001-09-034-6/+12
| | | | | - Complete SRCS. - Patch tableapi.test to avoid an out-of-scope error.
* add missing fileijliao2001-07-061-0/+1
|
* A number of things:mi2001-06-127-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 :-)
* upgrade to 1.0.30ijliao2001-04-232-2/+2
|
* upgrade to 1.0.27ijliao2001-03-242-2/+2
| | | | PR: 26028
* upgrade to 1.0.25ijliao2001-03-172-2/+2
|
* add sqliteijliao2001-02-235-0/+46
SQL library that uses GDBM as its underlying file storage mechanism