summaryrefslogtreecommitdiff
path: root/databases/sqlite3/Makefile.common
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2016-10-22 00:18:39 +0000
committerkamil <kamil@pkgsrc.org>2016-10-22 00:18:39 +0000
commit7bce0b111b458e430ffed890fd90fc135d37cb80 (patch)
tree044d47cc987b350e8ffd1b81e9c580eb8d083e8f /databases/sqlite3/Makefile.common
parent958ba0cec2a46972702f210966e0be05d93b0b47 (diff)
downloadpkgsrc-7bce0b111b458e430ffed890fd90fc135d37cb80.tar.gz
Upgrade lemon 1.0 from sqlite 3.5.9 to lemon 1.0 from sqlite 3.15.0
pkgsrc changes ============== Bind this package with databases/sqlite3 to get immediate updates along with the sqlite3 package. Set new versioning policy and concatenate versions of lemon and sqlite3. The reasoning for it is as follows: - currently lemon is an integral part of sqlite3 - lemon has its own conservative versioning regardless of changes in its code - leave room for possible standalone lemon package with bumped versions - reflect reality and make it human readable without checking the sources Set LICENSE to public-domain. Install documentation in the HTML format. Compile with LDFLAGS set. Finally don't use databases/sqlite3/Makefile.common as lemon is not distributed in the same archive. Make use of Makefile.version that does the same job of tracking upstream. Do not set PKGCONFIG_OVERRIDE in Makefile.common, it is not accessible in sqlite3-tcl. Upstream changelog ================== Changes are unknown, but at least the program acquired a -T command line option used by brlcad.
Diffstat (limited to 'databases/sqlite3/Makefile.common')
-rw-r--r--databases/sqlite3/Makefile.common4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common
index 8c222e3c363..be99a4de646 100644
--- a/databases/sqlite3/Makefile.common
+++ b/databases/sqlite3/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.49 2016/10/21 23:32:40 kamil Exp $
+# $NetBSD: Makefile.common,v 1.50 2016/10/22 00:18:39 kamil Exp $
DISTNAME= sqlite-autoconf-${SQLITE3_DISTVERSION}
@@ -6,5 +6,3 @@ HOMEPAGE= http://www.sqlite.org/
LICENSE= public-domain
.include "../../databases/sqlite3/Makefile.version"
-
-PKGCONFIG_OVERRIDE+= sqlite3.pc.in