pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libast
Module Name: pkgsrc
Committed By: nia
Date: Tue Mar 17 14:59:35 UTC 2026
Modified Files:
pkgsrc/devel/libast: distinfo
Added Files:
pkgsrc/devel/libast/patches: patch-include_libast__internal.h
Log Message:
libast: Fix implicit declaration of rindex(3).
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/libast/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/devel/libast/patches/patch-include_libast__internal.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libast/distinfo
diff -u pkgsrc/devel/libast/distinfo:1.8 pkgsrc/devel/libast/distinfo:1.9
--- pkgsrc/devel/libast/distinfo:1.8 Tue Oct 26 10:15:14 2021
+++ pkgsrc/devel/libast/distinfo Tue Mar 17 14:59:35 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:15:14 nia Exp $
+$NetBSD: distinfo,v 1.9 2026/03/17 14:59:35 nia Exp $
BLAKE2s (libast-0.7.tar.gz) = c7c7a3a837971ebbd835f548eadf78e3920c42f0afd6f3588d991dd5e189721e
SHA512 (libast-0.7.tar.gz) = 0af1d508af88ce0a2f29fe7841e23759be7c6540a1e2698980c289245ba284fdbf76c593e457c0cd6cfc54dcb6d891b01a3fd4d4a6ecc511fb2de698c9a3046d
Size (libast-0.7.tar.gz) = 508654 bytes
+SHA1 (patch-include_libast__internal.h) = 8166957d03e2db719371b9188510678bfca2ed80
Added files:
Index: pkgsrc/devel/libast/patches/patch-include_libast__internal.h
diff -u /dev/null pkgsrc/devel/libast/patches/patch-include_libast__internal.h:1.1
--- /dev/null Tue Mar 17 14:59:35 2026
+++ pkgsrc/devel/libast/patches/patch-include_libast__internal.h Tue Mar 17 14:59:35 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-include_libast__internal.h,v 1.1 2026/03/17 14:59:35 nia Exp $
+
+Fix implicit declaration of rindex(3).
+
+--- include/libast_internal.h.orig 2026-03-17 14:34:16.119255241 +0000
++++ include/libast_internal.h
+@@ -55,6 +55,7 @@
+ #ifdef HAVE_STDARG_H
+ # include <stdarg.h>
+ #endif
++#include <strings.h>
+
+ /******************************** MSGS GOOP ***********************************/
+ extern spif_charptr_t libast_program_name, libast_program_version;
Home |
Main Index |
Thread Index |
Old Index