summaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authorkamil <kamil>2016-10-22 00:18:39 +0000
committerkamil <kamil>2016-10-22 00:18:39 +0000
commitb6366619fe611ffd96914f45b1d434fd048c1835 (patch)
treeb1a3986901aca61c26736eea0b812318f543a578 /databases/sqlite3
parent1d1f45881f01fabf17adf9fbfccd7580ee22ebb1 (diff)
downloadpkgsrc-b6366619fe611ffd96914f45b1d434fd048c1835.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')
-rw-r--r--databases/sqlite3/Makefile4
-rw-r--r--databases/sqlite3/Makefile.common4
-rw-r--r--databases/sqlite3/Makefile.version4
3 files changed, 7 insertions, 5 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index f979e9adf07..ce18985144d 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2016/10/21 23:32:40 kamil Exp $
+# $NetBSD: Makefile,v 1.110 2016/10/22 00:18:39 kamil Exp $
#
# used by databases/sqlite3-tcl/Makefile
@@ -17,6 +17,8 @@ USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-static-shell
+PKGCONFIG_OVERRIDE+= sqlite3.pc.in
+
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
.include "../../mk/bsd.prefs.mk"
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
diff --git a/databases/sqlite3/Makefile.version b/databases/sqlite3/Makefile.version
index 88850e38c9c..049602834e0 100644
--- a/databases/sqlite3/Makefile.version
+++ b/databases/sqlite3/Makefile.version
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile.version,v 1.22 2016/10/17 12:17:49 adam Exp $
+# $NetBSD: Makefile.version,v 1.23 2016/10/22 00:18:39 kamil Exp $
+#
# used by databases/sqlite3/Makefile
# used by databases/sqlite3-docs/Makefile
# used by databases/sqlite3-tcl/Makefile
+# used by devel/lemon/Makefile
SQLITE3_DISTVERSION= 3150000
SQLITE3_VERSION= 3.15.0