pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/ce
Module Name: pkgsrc
Committed By: nia
Date: Tue Mar 17 15:37:37 UTC 2026
Modified Files:
pkgsrc/editors/ce: distinfo
Added Files:
pkgsrc/editors/ce/patches: patch-celibc.h
Log Message:
ce: Fix implicit decl of bcopy(3).
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/ce/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/editors/ce/patches/patch-celibc.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/ce/distinfo
diff -u pkgsrc/editors/ce/distinfo:1.13 pkgsrc/editors/ce/distinfo:1.14
--- pkgsrc/editors/ce/distinfo:1.13 Fri Nov 4 01:20:56 2022
+++ pkgsrc/editors/ce/distinfo Tue Mar 17 15:37:36 2026
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.13 2022/11/04 01:20:56 schmonz Exp $
+$NetBSD: distinfo,v 1.14 2026/03/17 15:37:36 nia Exp $
BLAKE2s (ce-4.8.tar.gz) = ae1950ce08aaf4e5e294cedfe935541e081f84c64720bce2bbbfabb7693e8c15
SHA512 (ce-4.8.tar.gz) = 5481b3091ca2e799b592aaec5b05657a6b9546749d3311bd824e9e54df72adf8f41443bc4dcc8d84a6065448fefcc8ebae8c86203bb0fb9ec969a31367ceaa01
Size (ce-4.8.tar.gz) = 354953 bytes
SHA1 (patch-Makefile.in) = 84383dc89354835380c5fb968f062c1d7fdafcab
+SHA1 (patch-celibc.h) = 39b1e648a74dd3738c8ffafa67557e0f03c4ec01
SHA1 (patch-teach-ce.in) = 74e38b8e84f6f057467d101e0f3a90c0a52a7881
Added files:
Index: pkgsrc/editors/ce/patches/patch-celibc.h
diff -u /dev/null pkgsrc/editors/ce/patches/patch-celibc.h:1.1
--- /dev/null Tue Mar 17 15:37:37 2026
+++ pkgsrc/editors/ce/patches/patch-celibc.h Tue Mar 17 15:37:36 2026
@@ -0,0 +1,20 @@
+$NetBSD: patch-celibc.h,v 1.1 2026/03/17 15:37:36 nia Exp $
+
+We need to include <strings.h> unconditionally since the
+code uses bcopy(3).
+
+--- celibc.h.orig 2026-03-17 15:22:49.906827907 +0000
++++ celibc.h
+@@ -45,10 +45,10 @@ extern char *mktemp();
+
+ #ifdef HAVE_STRING_H
+ # include <string.h>
+-#else
+-# include <strings.h>
+ #endif
+
++# include <strings.h>
++
+ /*
+ * String functions that may or may not be provided by the C library
+ */
Home |
Main Index |
Thread Index |
Old Index