pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/libcdio



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jul 10 14:57:46 UTC 2025

Modified Files:
        pkgsrc/misc/libcdio: distinfo
Added Files:
        pkgsrc/misc/libcdio/patches: patch-src_getopt.c

Log Message:
libcdio: Use HAVE_ALLOCA_H.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/misc/libcdio/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/libcdio/patches/patch-src_getopt.c

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

Modified files:

Index: pkgsrc/misc/libcdio/distinfo
diff -u pkgsrc/misc/libcdio/distinfo:1.35 pkgsrc/misc/libcdio/distinfo:1.36
--- pkgsrc/misc/libcdio/distinfo:1.35   Sat Jan  7 22:36:23 2023
+++ pkgsrc/misc/libcdio/distinfo        Thu Jul 10 14:57:46 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.35 2023/01/07 22:36:23 wiz Exp $
+$NetBSD: distinfo,v 1.36 2025/07/10 14:57:46 jperkin Exp $
 
 BLAKE2s (libcdio-2.1.0.tar.bz2) = 5513848ba888570c7757a1a706126e51da3b252cb93bc5f08159b3a8e45b1a16
 SHA512 (libcdio-2.1.0.tar.bz2) = c290821da55fd9ae366670a58857aa6efcebc9f25b7caea063cf12f9cbda84fe770c5f59f972227fda50517ca58c5f39c0137daa0f93179e3daa45303d8b610f
@@ -7,3 +7,4 @@ SHA1 (patch-configure) = 041105379b760fb
 SHA1 (patch-include_cdio++_iso9660.hpp) = 73bd86ecfa0c728eab231bce36317ab7f616fa4c
 SHA1 (patch-lib_driver_logging.c) = ec74ea317c82737954eb0d66e64810487ed1f222
 SHA1 (patch-src_Makefile.in) = 34a087c9919d487eeae2ffa2885cfd8119d46179
+SHA1 (patch-src_getopt.c) = 98dadf1b2cdcd7f8c1d21d6c25ed0abb67e2f7d3

Added files:

Index: pkgsrc/misc/libcdio/patches/patch-src_getopt.c
diff -u /dev/null pkgsrc/misc/libcdio/patches/patch-src_getopt.c:1.1
--- /dev/null   Thu Jul 10 14:57:46 2025
+++ pkgsrc/misc/libcdio/patches/patch-src_getopt.c      Thu Jul 10 14:57:46 2025
@@ -0,0 +1,17 @@
+$NetBSD: patch-src_getopt.c,v 1.1 2025/07/10 14:57:46 jperkin Exp $
+
+Use HAVE_ALLOCA_H.
+
+--- src/getopt.c.orig  2025-07-10 14:56:09.167885298 +0000
++++ src/getopt.c
+@@ -29,6 +29,10 @@
+ # include <config.h>
+ #endif
+ 
++#ifdef HAVE_ALLOCA_H
++# include <alloca.h>
++#endif
++
+ #ifdef HAVE_STDLIB_H
+ # include <stdlib.h>
+ #endif



Home | Main Index | Thread Index | Old Index