pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/spatialindex
Module Name: pkgsrc
Committed By: gdt
Date: Tue Sep 16 00:43:35 UTC 2025
Modified Files:
pkgsrc/geography/spatialindex: Makefile
Log Message:
geography/spatialindex: Take MAINTAINERship and warn against upgrades
Versions >= 2.1 are buggy, causing incorrect results in qgis.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/geography/spatialindex/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/spatialindex/Makefile
diff -u pkgsrc/geography/spatialindex/Makefile:1.2 pkgsrc/geography/spatialindex/Makefile:1.3
--- pkgsrc/geography/spatialindex/Makefile:1.2 Wed Feb 15 23:17:32 2023
+++ pkgsrc/geography/spatialindex/Makefile Tue Sep 16 00:43:35 2025
@@ -1,5 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2023/02/15 23:17:32 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/09/16 00:43:35 gdt Exp $
+# Do not update to >= 2.1, because of an upstream bug that causes
+# incorrect results in qgis (and arguably, any other user of the
+# library).
+# https://github.com/libspatialindex/libspatialindex/commit/6fe9ff769243579ed74f7f27409dd1dda6591634
+# https://lists.osgeo.org/pipermail/qgis-developer/2025-September/067804.html
+# https://lists.osgeo.org/pipermail/qgis-developer/2025-September/067804.html
DISTNAME= spatialindex-src-1.9.3
PKGNAME= ${DISTNAME:S/-src//}
CATEGORIES= geography
@@ -8,7 +14,7 @@ GITHUB_PROJECT= libspatialindex
GITHUB_RELEASE= ${PKGVERSION_NOREV}
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+MAINTAINER= gdt%NetBSD.org@localhost
HOMEPAGE= https://libspatialindex.github.io/
COMMENT= Robust spatial indexing methods
LICENSE= mit
Home |
Main Index |
Thread Index |
Old Index