aboutsummaryrefslogtreecommitdiffstats
path: root/databases/sqlite2/files
Commit message (Collapse)AuthorAgeFilesLines
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-211-13/+9
| | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
* Fix compiler warnings, i.e., "-lpthread: 'linker' input unused".Jung-uk Kim2015-03-271-2/+11
|
* databases/sqlite2:Tijl Coosemans2014-09-121-27/+3
| | | | - Convert to USES=libtool and bump dependent ports
* - Stage supportMartin Wilke2014-02-261-6/+6
|
* - Convert to USES+=tclPietro Cerutti2013-09-251-1/+1
| | | | - Fix package provide
* Clean up SQLite and related ports.Norikatsu Shigemura2004-12-233-0/+56
| | | | | | | | | 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
* Remove partial repo-copies that were requested and performed but neverKris Kennaway2004-12-193-153/+0
| | | | | completed by the original committer. They can be re-added later if anyone takes a renewed interest.
* - Update to 2.8.14Pav Lucistnik2004-07-051-13/+13
| | | | | | PR: ports/68143 Submitted by: Rui Lopes <rui@ruilopes.com> Approved by: maintainer timeout (14 days)
* Fix build error.Norikatsu Shigemura2004-03-281-22/+22
| | | | | Pointy hat to: myself Approved by: Gerhard Haering <gh@ghaering.de> (maintainer/implicitly)
* - Update to 2.8.11Pav Lucistnik2004-01-161-13/+15
| | | | | | PR: ports/61110 Submitted by: Phil Oleson <oz@nixil.net> Approved by: maintainer
* Upgrade to 2.8.6Vanilla I. Shu2003-11-112-206/+136
| | | | Approved by: maintainer
* libtool uber-patchAde Lovett2003-06-271-1/+1
| | | | | | | | | | | * 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.Norikatsu Shigemura2003-06-123-31/+192
| | | | | | | | | | | | | | | | | | | 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)
* Renumber the shlib major 2 instead of 0, which was unwantedAkinori MUSHA2002-09-201-0/+11
| | | | | | | | 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 commitDavid W. Chapman Jr.2002-09-022-0/+48
| | | | | | Bump PORTREVISION Submitted by: maintainer
* Update to 2.7.1David W. Chapman Jr.2002-09-025-106/+1
| | | | | PR: 40816 Submitted by: maintainer
* Fix build on -CURRENT.Ruslan Ermilov2002-07-221-1/+2
|
* Update to 1.0.32 and unbreak.Akinori MUSHA2001-09-032-3/+10
| | | | | - Complete SRCS. - Patch tableapi.test to avoid an out-of-scope error.
* A number of things:Mikhail Teterin2001-06-125-0/+98
. 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 :-)