aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite2/files/patch-makefile
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 2.8.6Vanilla I. Shu2003-11-111-206/+0
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=93742
* libtool uber-patchAde Lovett2003-06-261-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) Notes: svn path=/head/; revision=83696
* o Update to 2.8.3.Norikatsu Shigemura2003-06-111-19/+191
| | | | | | | | | | | | | | | | | | | | | | 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
* Fixup from previous commitDavid W. Chapman Jr.2002-09-021-0/+34
Bump PORTREVISION Submitted by: maintainer Notes: svn path=/head/; revision=65494