mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
. 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 :-)
1 line
61 B
Tcl
1 line
61 B
Tcl
package ifneeded sqlite 1.0 [list load $dir/../libsqlite.so]
|