Commit graph

14 commits

Author SHA1 Message Date
Norikatsu Shigemura
617938836d Clean up SQLite and related ports.
o Move databases/sqlite to databases/sqlite2.
o Fix dependency on databases/sqlite.
o Update sqlite2 to 2.8.15.
o Bump PORTREVISION, accordingly.

Approved by:	portmgr, maintainers of sqlite and related ports
2004-12-23 08:25:47 +00:00
Kris Kennaway
7eb48b0fec Remove partial repo-copies that were requested and performed but never
completed by the original committer.  They can be re-added later if
anyone takes a renewed interest.
2004-12-18 22:01:00 +00:00
Pav Lucistnik
3ef9006cc3 - Update to 2.8.14
PR:		ports/68143
Submitted by:	Rui Lopes <rui@ruilopes.com>
Approved by:	maintainer timeout (14 days)
2004-07-04 20:57:16 +00:00
Norikatsu Shigemura
908d538882 Fix build error.
Pointy hat to:	myself
Approved by:	Gerhard Haering <gh@ghaering.de> (maintainer/implicitly)
2004-03-28 06:44:55 +00:00
Pav Lucistnik
fac4a8f661 - Update to 2.8.11
PR:		ports/61110
Submitted by:	Phil Oleson <oz@nixil.net>
Approved by:	maintainer
2004-01-16 10:17:18 +00:00
Vanilla I. Shu
ffa7e9deb9 Upgrade to 2.8.6
Approved by:	maintainer
2003-11-11 15:13:08 +00:00
Ade Lovett
b2fd75e438 libtool uber-patch
* 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)
2003-06-26 22:58:32 +00:00
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
Akinori MUSHA
7908026ee7 Renumber the shlib major 2 instead of 0, which was unwanted
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.
2002-09-20 07:43:55 +00:00
David W. Chapman Jr.
7bb30f60b0 Fixup from previous commit
Bump PORTREVISION

Submitted by:	maintainer
2002-09-02 13:21:36 +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
Ruslan Ermilov
beaef15fde Fix build on -CURRENT. 2002-07-21 17:20:24 +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
Mikhail Teterin
55b0526ba9 A number of things:
. 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 :-)
2001-06-11 23:32:07 +00:00