pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/libsrs2



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Oct 17 14:07:25 UTC 2025

Modified Files:
        pkgsrc/mail/libsrs2: distinfo
Added Files:
        pkgsrc/mail/libsrs2/patches: patch-tools_srs.c

Log Message:
libsrs2: Handle alloca.h.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/libsrs2/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/libsrs2/patches/patch-tools_srs.c

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

Modified files:

Index: pkgsrc/mail/libsrs2/distinfo
diff -u pkgsrc/mail/libsrs2/distinfo:1.3 pkgsrc/mail/libsrs2/distinfo:1.4
--- pkgsrc/mail/libsrs2/distinfo:1.3    Tue Oct 26 10:54:05 2021
+++ pkgsrc/mail/libsrs2/distinfo        Fri Oct 17 14:07:25 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:54:05 nia Exp $
+$NetBSD: distinfo,v 1.4 2025/10/17 14:07:25 jperkin Exp $
 
 BLAKE2s (libsrs2-1.0.18.tar.gz) = 811d35df8c27ef25223151f6bcb180b24d4abd68d9fb8c331d27207046aaf889
 SHA512 (libsrs2-1.0.18.tar.gz) = b9c189caa227487e90566f65430345f09a3d545fc286a3eb0c445aee3a74905c1a9248ce78b36a7cfb6a2936f6cd1efbe99ba7b8df49a613a81c6435396f5422
 Size (libsrs2-1.0.18.tar.gz) = 295748 bytes
+SHA1 (patch-tools_srs.c) = 525eb3d4da5300d44527db97e7c6e38effaff253

Added files:

Index: pkgsrc/mail/libsrs2/patches/patch-tools_srs.c
diff -u /dev/null pkgsrc/mail/libsrs2/patches/patch-tools_srs.c:1.1
--- /dev/null   Fri Oct 17 14:07:25 2025
+++ pkgsrc/mail/libsrs2/patches/patch-tools_srs.c       Fri Oct 17 14:07:25 2025
@@ -0,0 +1,16 @@
+$NetBSD: patch-tools_srs.c,v 1.1 2025/10/17 14:07:25 jperkin Exp $
+
+Handle alloca.h.
+
+--- tools/srs.c.orig   2025-10-17 14:05:44.800804173 +0000
++++ tools/srs.c
+@@ -6,6 +6,9 @@
+ # define HAVE_SYS_TIME_H
+ # define HAVE_UNISTD_H
+ #endif
++#ifdef HAVE_ALLOCA_H
++#include <alloca.h>
++#endif
+ #include <stdio.h>
+ #include <string.h>
+ #include <stdlib.h>



Home | Main Index | Thread Index | Old Index