pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/libspatialite
Module Name: pkgsrc
Committed By: wiz
Date: Mon Feb 20 07:59:56 UTC 2023
Modified Files:
pkgsrc/geography/libspatialite: Makefile
Log Message:
libspatialite: require sqlite3 > 3.33
This is a version where we're pretty sure it provides RTREE support
(from pkgsrc).
See
https://mail-index.netbsd.org/pkgsrc-users/2023/02/19/msg036918.html
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/geography/libspatialite/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/libspatialite/Makefile
diff -u pkgsrc/geography/libspatialite/Makefile:1.27 pkgsrc/geography/libspatialite/Makefile:1.28
--- pkgsrc/geography/libspatialite/Makefile:1.27 Sun Feb 19 17:31:24 2023
+++ pkgsrc/geography/libspatialite/Makefile Mon Feb 20 07:59:56 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2023/02/19 17:31:24 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2023/02/20 07:59:56 wiz Exp $
DISTNAME= libspatialite-5.0.1
CATEGORIES= geography
@@ -18,7 +18,7 @@ PKGCONFIG_OVERRIDE= spatialite.pc.in
.include "../../archivers/minizip/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
-BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.8.5
+BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.33.0
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../geography/geos/buildlink3.mk"
.include "../../geography/librttopo/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index