pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/pound



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar 24 06:52:59 UTC 2025

Modified Files:
        pkgsrc/www/pound: distinfo
Added Files:
        pkgsrc/www/pound/patches: patch-src_mem.h

Log Message:
pound: try fixing build on NetBSD 9


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/pound/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/pound/patches/patch-src_mem.h

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

Modified files:

Index: pkgsrc/www/pound/distinfo
diff -u pkgsrc/www/pound/distinfo:1.11 pkgsrc/www/pound/distinfo:1.12
--- pkgsrc/www/pound/distinfo:1.11      Fri Mar 21 23:14:11 2025
+++ pkgsrc/www/pound/distinfo   Mon Mar 24 06:52:59 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.11 2025/03/21 23:14:11 wiz Exp $
+$NetBSD: distinfo,v 1.12 2025/03/24 06:52:59 wiz Exp $
 
 BLAKE2s (pound-4.16.tar.gz) = f8a947212009b00ce84b999d8db6a0a4c1270822f8e47650b2e8172a8e25824a
 SHA512 (pound-4.16.tar.gz) = ec6e1b54341ed0e06c99828b1f90900a4af5882cf0dbf0aed9b22e8410a4ae5f84251a3be791e0f3d5ed728638e454940b98561d7c546b13aca0de74ee711400
 Size (pound-4.16.tar.gz) = 361514 bytes
+SHA1 (patch-src_mem.h) = de6d45c858f16f948d315aa8e062734a807c1b08

Added files:

Index: pkgsrc/www/pound/patches/patch-src_mem.h
diff -u /dev/null pkgsrc/www/pound/patches/patch-src_mem.h:1.1
--- /dev/null   Mon Mar 24 06:52:59 2025
+++ pkgsrc/www/pound/patches/patch-src_mem.h    Mon Mar 24 06:52:59 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_mem.h,v 1.1 2025/03/24 06:52:59 wiz Exp $
+
+Add header for va_list.
+
+--- src/mem.h.orig     2025-03-24 06:51:50.338105388 +0000
++++ src/mem.h
+@@ -15,6 +15,8 @@
+  * along with pound.  If not, see <http://www.gnu.org/licenses/>.
+  */
+ 
++#include <stdarg.h>
++
+ void *mem2nrealloc (void *p, size_t *pn, size_t s);
+ void xnomem (void);
+ void *xmalloc (size_t s);



Home | Main Index | Thread Index | Old Index