Commit graph

11 commits

Author SHA1 Message Date
Norikatsu Shigemura
9c922cdda1 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)
2003-06-11 16:26:07 +00:00
Norikatsu Shigemura
bd3124540d Update to 2.8.0.
PR:		ports/49107[1], ports/50095[2]
Submitted by:	Gerhard Haering <gh@ghaering.de> (maintainer)[1]
		Martin Klaffenboeck <martin.klaffenboeck@gmx.at>[2]
2003-03-23 07:15:51 +00:00
Pete Fritchman
7fcd208ede - update tp 2.7.4
- fix style nits (spaces -> tabs)

PR:		46470
Submitted by:	maintainer
2003-01-03 07:09:47 +00:00
Ying-Chieh Liao
3340a78674 upgrade to 2.7.3
PR:		45203
Submitted by:	maintainer
2002-11-11 18:05:19 +00:00
David W. Chapman Jr.
e5962c5b63 Update to 2.7.1
PR:		40816
Submitted by:	maintainer
2002-09-02 02:58:53 +00:00
Steve Price
fff7cb6e02 Use versioned (1.0.32) to overcome unfetchable distfile.
PR:		32413
2001-12-02 18:19:09 +00:00
Akinori MUSHA
6c96feb39d Update to 1.0.32 and unbreak.
- Complete SRCS.
- Patch tableapi.test to avoid an out-of-scope error.
2001-09-03 12:27:59 +00:00
Ying-Chieh Liao
9702318aba upgrade to 1.0.30 2001-04-23 06:01:18 +00:00
Ying-Chieh Liao
84b2bc0185 upgrade to 1.0.27
PR:		26028
2001-03-23 16:57:00 +00:00
Ying-Chieh Liao
55e39f2d7f upgrade to 1.0.25 2001-03-16 17:21:00 +00:00
Ying-Chieh Liao
a1d5ba5433 add sqlite
SQL library that uses GDBM as its underlying file storage mechanism
2001-02-22 17:03:20 +00:00