pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/xmake
Module Name: pkgsrc
Committed By: nia
Date: Tue Mar 17 15:38:32 UTC 2026
Modified Files:
pkgsrc/devel/xmake: distinfo
Added Files:
pkgsrc/devel/xmake/patches: patch-defs.h
Log Message:
xmake: Fix implicit decl of bcopy(3).
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/xmake/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/xmake/patches/patch-defs.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/xmake/distinfo
diff -u pkgsrc/devel/xmake/distinfo:1.5 pkgsrc/devel/xmake/distinfo:1.6
--- pkgsrc/devel/xmake/distinfo:1.5 Tue Oct 26 10:20:09 2021
+++ pkgsrc/devel/xmake/distinfo Tue Mar 17 15:38:32 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:20:09 nia Exp $
+$NetBSD: distinfo,v 1.6 2026/03/17 15:38:32 nia Exp $
BLAKE2s (xmake-1.06.tgz) = 3d9b796b3135828f1fda01f03423fdf26bb38566748aa7efe82955888e0cc46f
SHA512 (xmake-1.06.tgz) = 558d2106ac8bed076d6eb896f329e92208f9bc6d812b11b7f0d0c247722bd635cf0f03a2331fcbb94096de00749473a767f2eab93bc258d05eb24c3530251948
Size (xmake-1.06.tgz) = 16013 bytes
+SHA1 (patch-defs.h) = 201ae386fe305025cf8de2bde2a1ad6074bed7f6
Added files:
Index: pkgsrc/devel/xmake/patches/patch-defs.h
diff -u /dev/null pkgsrc/devel/xmake/patches/patch-defs.h:1.1
--- /dev/null Tue Mar 17 15:38:33 2026
+++ pkgsrc/devel/xmake/patches/patch-defs.h Tue Mar 17 15:38:32 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-defs.h,v 1.1 2026/03/17 15:38:32 nia Exp $
+
+Fix implicit declaration of bcopy(3).
+
+--- defs.h.orig 2026-03-17 15:18:43.496369848 +0000
++++ defs.h
+@@ -14,6 +14,7 @@
+ #include <stddef.h>
+ #include <stdarg.h>
+ #include <string.h>
++#include <strings.h>
+ #include <unistd.h>
+
+ #define Prototype extern
Home |
Main Index |
Thread Index |
Old Index