summaryrefslogtreecommitdiff
path: root/databases/sqlite2/files/patch-test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.7.1David W. Chapman Jr.2002-09-021-12/+0
| | | | | | | | PR: 40816 Submitted by: maintainer Notes: svn path=/head/; revision=65461
* Update to 1.0.32 and unbreak.Akinori MUSHA2001-09-031-0/+6
| | | | | | | | - Complete SRCS. - Patch tableapi.test to avoid an out-of-scope error. Notes: svn path=/head/; revision=47359
* A number of things:Mikhail Teterin2001-06-111-0/+6
. 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