pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/libshout
Module Name: pkgsrc
Committed By: mrg
Date: Sat Oct 11 02:14:30 UTC 2025
Modified Files:
pkgsrc/audio/libshout: distinfo
Added Files:
pkgsrc/audio/libshout/patches: patch-configure patch-configure.ac
Log Message:
don't define _XOPEN_SOURCE on netbsd. fixes GCC 14 build.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/libshout/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/libshout/patches/patch-configure \
pkgsrc/audio/libshout/patches/patch-configure.ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/libshout/distinfo
diff -u pkgsrc/audio/libshout/distinfo:1.16 pkgsrc/audio/libshout/distinfo:1.17
--- pkgsrc/audio/libshout/distinfo:1.16 Wed Apr 20 20:12:32 2022
+++ pkgsrc/audio/libshout/distinfo Sat Oct 11 02:14:29 2025
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.16 2022/04/20 20:12:32 wiz Exp $
+$NetBSD: distinfo,v 1.17 2025/10/11 02:14:29 mrg Exp $
BLAKE2s (libshout-2.4.6.tar.gz) = 692d3b2a76bde9ce15e3c901c002c9be17d1680939d30fb6c884a2b189c294ef
SHA512 (libshout-2.4.6.tar.gz) = e8478cdbf9a27674c16a7b620d1576f2e31a47262b8e29b314d0f46d4e5be24b9a29790b7b226f48939bc34cacf5734fae0aa5686c7ed5879cdbd827ff8e0339
Size (libshout-2.4.6.tar.gz) = 571153 bytes
+SHA1 (patch-configure) = 53ff991e6d47f713a13b57f77bf5488d007c5d2a
+SHA1 (patch-configure.ac) = ec29c4c78990c77d602acc580775d1adc90f5f60
Added files:
Index: pkgsrc/audio/libshout/patches/patch-configure
diff -u /dev/null pkgsrc/audio/libshout/patches/patch-configure:1.1
--- /dev/null Sat Oct 11 02:14:30 2025
+++ pkgsrc/audio/libshout/patches/patch-configure Sat Oct 11 02:14:30 2025
@@ -0,0 +1,16 @@
+$NetBSD: patch-configure,v 1.1 2025/10/11 02:14:30 mrg Exp $
+
+NetBSD also doesn't want _XOPEN_SOURCE defined to get strcasestr().
+
+
+--- configure.orig 2022-04-10 11:15:36.000000000 -0700
++++ configure 2025-10-10 19:11:06.183827868 -0700
+@@ -12421,7 +12421,7 @@ CC=$lt_save_CC
+
+
+ case "$ac_cv_host" in
+- *openbsd* | *solaris* | *irix* | *darwin*)
++ *openbsd* | *solaris* | *irix* | *darwin* | *netbsd*)
+ ;;
+ *)
+ $as_echo "#define _XOPEN_SOURCE 600" >>confdefs.h
Index: pkgsrc/audio/libshout/patches/patch-configure.ac
diff -u /dev/null pkgsrc/audio/libshout/patches/patch-configure.ac:1.1
--- /dev/null Sat Oct 11 02:14:30 2025
+++ pkgsrc/audio/libshout/patches/patch-configure.ac Sat Oct 11 02:14:30 2025
@@ -0,0 +1,16 @@
+$NetBSD: patch-configure.ac,v 1.1 2025/10/11 02:14:30 mrg Exp $
+
+NetBSD also doesn't want _XOPEN_SOURCE defined to get strcasestr().
+
+
+--- configure.ac.orig 2022-04-10 11:10:25.000000000 -0700
++++ configure.ac 2025-10-10 19:11:24.076231592 -0700
+@@ -42,7 +42,7 @@ dnl Set some options based on environmen
+ dnl openbsd headers break when _XOPEN_SOURCE is defined but without it seems
+ dnl to be fine
+ case "$ac_cv_host" in
+- *openbsd* | *solaris* | *irix* | *darwin*)
++ *openbsd* | *solaris* | *irix* | *darwin* | *netbsd*)
+ dnl On darwin, do not define _XOPEN_SOURCE as it will narrow us down too
+ dnl much regarding function availability, so functions like strcasestr
+ dnl would be unavailable.
Home |
Main Index |
Thread Index |
Old Index