pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/proj



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Sep 23 22:38:44 UTC 2025

Modified Files:
        pkgsrc/geography/proj: distinfo
Added Files:
        pkgsrc/geography/proj/patches: patch-CMakeLists.txt

Log Message:
geography/proj: Avoid asking for warning that gcc7 doesn't implement

Should fix the build with gcc 7 (eg. NetBSD 9).

(Thanks to shadow CI.)


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/geography/proj/distinfo
cvs rdiff -u -r0 -r1.5 pkgsrc/geography/proj/patches/patch-CMakeLists.txt

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

Modified files:

Index: pkgsrc/geography/proj/distinfo
diff -u pkgsrc/geography/proj/distinfo:1.33 pkgsrc/geography/proj/distinfo:1.34
--- pkgsrc/geography/proj/distinfo:1.33 Mon Sep 15 11:19:16 2025
+++ pkgsrc/geography/proj/distinfo      Tue Sep 23 22:38:44 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.33 2025/09/15 11:19:16 gdt Exp $
+$NetBSD: distinfo,v 1.34 2025/09/23 22:38:44 gdt Exp $
 
 BLAKE2s (proj-9.7.0.tar.gz) = 7dc934035a861a8de7476752a6699d5bdede366f06910d16ad3841fcfe7a2077
 SHA512 (proj-9.7.0.tar.gz) = a1ebf827e614ba2fc42aee018022b1591eee9758b2d341451e12d45441be98b3595f04c04def3c138c915736fa595d16e50e88b6b0d68b8254c1573d2ade7fd6
 Size (proj-9.7.0.tar.gz) = 5904389 bytes
+SHA1 (patch-CMakeLists.txt) = 4135a5cf31ed23a75b8c0b7367458642980776dd

Added files:

Index: pkgsrc/geography/proj/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/geography/proj/patches/patch-CMakeLists.txt:1.5
--- /dev/null   Tue Sep 23 22:38:44 2025
+++ pkgsrc/geography/proj/patches/patch-CMakeLists.txt  Tue Sep 23 22:38:44 2025
@@ -0,0 +1,16 @@
+$NetBSD: patch-CMakeLists.txt,v 1.5 2025/09/23 22:38:44 gdt Exp $
+
+Omit a warning that is unrecognized on gcc 7.
+
+Sent upstream by email.
+
+--- CMakeLists.txt.orig        2025-09-23 22:12:59.828352847 +0000
++++ CMakeLists.txt
+@@ -72,7 +72,6 @@ if("${CMAKE_C_COMPILER_ID}" STREQUAL "GN
+     # -Wold-style-cast
+     -Woverloaded-virtual
+     -Wzero-as-null-pointer-constant
+-    -Wdeprecated-copy-dtor
+   )
+ elseif("${CMAKE_C_COMPILER_ID}" MATCHES "Clang")
+   set(PROJ_common_WARN_FLAGS ${PROJ_common_WARN_FLAGS}



Home | Main Index | Thread Index | Old Index