pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/enscript



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov 11 22:25:52 UTC 2025

Modified Files:
        pkgsrc/print/enscript: distinfo
Added Files:
        pkgsrc/print/enscript/patches: patch-compat_getopt.c

Log Message:
enscript: add missing header to fix build with gcc 14


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/print/enscript/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/enscript/patches/patch-compat_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/print/enscript/distinfo
diff -u pkgsrc/print/enscript/distinfo:1.15 pkgsrc/print/enscript/distinfo:1.16
--- pkgsrc/print/enscript/distinfo:1.15 Tue Oct 26 11:12:05 2021
+++ pkgsrc/print/enscript/distinfo      Tue Nov 11 22:25:52 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 11:12:05 nia Exp $
+$NetBSD: distinfo,v 1.16 2025/11/11 22:25:52 wiz Exp $
 
 BLAKE2s (enscript-1.6.6.tar.gz) = 1626656777dbea863212541eaa7ae5043c8c5c8be3f0a0b909b54c4c899888b7
 SHA512 (enscript-1.6.6.tar.gz) = bf1c2b9ea7723518a1ef312145ddcd6ffdef0c6e8b5795ea84cb55d76fccc02f441d0c2dc6897e970368186e6a829ab74a090716624e0f7a8f575653fa495ebc
 Size (enscript-1.6.6.tar.gz) = 1330493 bytes
+SHA1 (patch-compat_getopt.c) = 9977a4ccfabf916f9dbe58f381417a936e5fe1f6

Added files:

Index: pkgsrc/print/enscript/patches/patch-compat_getopt.c
diff -u /dev/null pkgsrc/print/enscript/patches/patch-compat_getopt.c:1.1
--- /dev/null   Tue Nov 11 22:25:52 2025
+++ pkgsrc/print/enscript/patches/patch-compat_getopt.c Tue Nov 11 22:25:52 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-compat_getopt.c,v 1.1 2025/11/11 22:25:52 wiz Exp $
+
+Add missing header for strlen().
+
+--- compat/getopt.c.orig       2025-11-11 22:24:39.161133855 +0000
++++ compat/getopt.c
+@@ -43,6 +43,7 @@
+ #endif
+ 
+ #include <stdio.h>
++#include <string.h>
+ 
+ /* Comment out all this code if we are using the GNU C Library, and are not
+    actually compiling the library itself.  This code is part of the GNU C



Home | Main Index | Thread Index | Old Index