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: Sun Sep 6 17:53:14 UTC 2026
Modified Files:
pkgsrc/geography/spatialindex: Makefile
Log Message:
geography/spatialindex: Update comments surrounding test woes
One is resolved, but on head, and we (and everybody else) are stuck on
an old release becuase of a regression in 2.1.0 which breaks qgis. (I
am unaware of anyone wanting to use this otherwise>) Upstream is
still where upstream is.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/geography/spatialindex/Makefile:1.6
--- pkgsrc/geography/spatialindex/Makefile:1.5 Mon May 18 15:36:44 2026
+++ pkgsrc/geography/spatialindex/Makefile Sun Sep 6 17:53:14 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2026/05/18 15:36:44 gdt Exp $
+# $NetBSD: Makefile,v 1.6 2026/09/06 17:53:14 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
@@ -32,14 +32,12 @@ SUBST_SED.bash= -e 's,/bin/bash,/bin/sh
# Testing is not documented and googletest is not described.
# So far, testing does not seem useful, so left off.
# https://github.com/libspatialindex/libspatialindex/issues/298
+# https://github.com/libspatialindex/libspatialindex/issues/300
#TEST_TARGET= test
#TEST_DEPENDS+= googletest-[0-9]*:../../devel/googletest
-
-.include "../../devel/cmake/build.mk"
-
-# \todo Only for tests.
#.include "../../devel/googletest/buildlink3.mk"
-# \todo Change googletest? Other reason?
#USE_CXX_FEATURES+= c++17
+.include "../../devel/cmake/build.mk"
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index