| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=371255
|
| |
|
|
|
|
|
| |
- Convert to USES=libtool and bump dependent ports
Notes:
svn path=/head/; revision=367990
|
| |
|
|
|
|
|
|
| |
adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances,
correct examples being controlled by the DOCS option.
Notes:
svn path=/head/; revision=364152
|
| |
|
|
|
|
|
|
| |
PR: 132381
Submitted by: Scot W. Hetzel <swhetzel___gmail.com>
Notes:
svn path=/head/; revision=230722
|
| |
|
|
|
|
|
|
|
|
| |
Use PORTDOCS
Reorganize Makefile
Notified by: edwin Version Check
Notes:
svn path=/head/; revision=152912
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=124931
|
| |
|
|
|
|
|
|
| |
completed by the original committer. They can be re-added later if
anyone takes a renewed interest.
Notes:
svn path=/head/; revision=124423
|
| |
|
|
|
|
|
|
|
| |
PR: ports/68143
Submitted by: Rui Lopes <rui@ruilopes.com>
Approved by: maintainer timeout (14 days)
Notes:
svn path=/head/; revision=112919
|
| |
|
|
|
|
|
|
|
| |
PR: ports/61110
Submitted by: Phil Oleson <oz@nixil.net>
Approved by: maintainer
Notes:
svn path=/head/; revision=98276
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
Bump PORTREVISION
Submitted by: maintainer
Notes:
svn path=/head/; revision=65494
|
| |
|
|
|
|
|
|
| |
PR: 40816
Submitted by: maintainer
Notes:
svn path=/head/; revision=65461
|
| |
|
|
| |
Notes:
svn path=/head/; revision=44813
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. 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
|
|
|
SQL library that uses GDBM as its underlying file storage mechanism
Notes:
svn path=/head/; revision=38613
|