pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/shapelib



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Mar 25 23:34:15 UTC 2026

Modified Files:
        pkgsrc/geography/shapelib: Makefile distinfo

Log Message:
geography/shapelib: Update to 1.6.3

Changes since 1.6.2:
  - Fix GCC 15 build failure on dbfadd.c
  - shpgeo.c: fix wrong comparison operator in debug code (#189)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/geography/shapelib/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/shapelib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/shapelib/Makefile
diff -u pkgsrc/geography/shapelib/Makefile:1.12 pkgsrc/geography/shapelib/Makefile:1.13
--- pkgsrc/geography/shapelib/Makefile:1.12     Tue Sep 23 22:16:52 2025
+++ pkgsrc/geography/shapelib/Makefile  Wed Mar 25 23:34:15 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2025/09/23 22:16:52 gdt Exp $
+# $NetBSD: Makefile,v 1.13 2026/03/25 23:34:15 gdt Exp $
 
-VERSION=               1.6.2
+VERSION=               1.6.3
 #VERSION_RC=           rc2
 DISTNAME=              shapelib-${VERSION}${VERSION_RC}
 CATEGORIES=            geography
@@ -22,12 +22,8 @@ USE_LIBTOOL=         YES
 # BSD make tries to build things that need shplib.la before it is built.
 USE_TOOLS+=            gmake
 
-# Earlier, we installed only some things, perhaps because there were a
-# lot of binaries with non-namespaced names.  Now, we patch out
-# contrib, and the set of installed binaries seems reasonable.
-# \todo Perhaps revisit this, if upstream addreses
+# We patch out contrib.   Resolve this with upstream:
 #   https://github.com/OSGeo/shapelib/issues/151
-#INSTALL_TARGET=               install-libLTLIBRARIES install-libshp_la_includeHEADERS install-pkgconfigDATA
 
 TEST_TARGET=           check
 

Index: pkgsrc/geography/shapelib/distinfo
diff -u pkgsrc/geography/shapelib/distinfo:1.10 pkgsrc/geography/shapelib/distinfo:1.11
--- pkgsrc/geography/shapelib/distinfo:1.10     Tue Sep 23 22:16:52 2025
+++ pkgsrc/geography/shapelib/distinfo  Wed Mar 25 23:34:15 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2025/09/23 22:16:52 gdt Exp $
+$NetBSD: distinfo,v 1.11 2026/03/25 23:34:15 gdt Exp $
 
-BLAKE2s (shapelib-1.6.2.tar.gz) = 54eb761a95f613a64197bae5df9597cedebc8396f789160d8a4742a0005d400b
-SHA512 (shapelib-1.6.2.tar.gz) = 5537ede3433d293f8b7cae9b62e6247c2a2ec02330de594d02e9359dfa4dca43e63fa023124340362bf7535c04f05c2f73dd4238e92e67575252a784efb35c46
-Size (shapelib-1.6.2.tar.gz) = 1039342 bytes
+BLAKE2s (shapelib-1.6.3.tar.gz) = de7df03b9ab71c899244d635d780831ecbf6497ac1c710f790a68ab79a675546
+SHA512 (shapelib-1.6.3.tar.gz) = 9cb5625f6b94ca2f48c222b5adaee0d9955b70f621c51bc54a47e922e9b6ac547bc3efaf67df56ecb3829d9313d57c85afa46cf00a7e03f779c694407e371943
+Size (shapelib-1.6.3.tar.gz) = 1049719 bytes
 SHA1 (patch-Makefile.in) = 5077d62222e06184321b66e860d74a689f23b052



Home | Main Index | Thread Index | Old Index