pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/motif
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Jul 9 10:51:32 UTC 2025
Modified Files:
pkgsrc/x11/motif: distinfo
pkgsrc/x11/motif/patches: patch-lib_Xm_Xmfuncs.h
Log Message:
motif: Update SunOS patch for GCC 14.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/motif/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/motif/patches/patch-lib_Xm_Xmfuncs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/motif/distinfo
diff -u pkgsrc/x11/motif/distinfo:1.14 pkgsrc/x11/motif/distinfo:1.15
--- pkgsrc/x11/motif/distinfo:1.14 Sat Apr 16 10:39:50 2022
+++ pkgsrc/x11/motif/distinfo Wed Jul 9 10:51:32 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2022/04/16 10:39:50 riastradh Exp $
+$NetBSD: distinfo,v 1.15 2025/07/09 10:51:32 jperkin Exp $
BLAKE2s (motif-2.3.8.tar.gz) = b82ee8dac7a840aaa0f364e5b5c018d053a1eb42433e52e5b54f7742d34cbb23
SHA512 (motif-2.3.8.tar.gz) = 1ab8e8eece25ef97e948592b5fa3e19d98e932695290a18b7a8e90f1aa2766bc4f082bdbc3999dff5660e684821178a149040f76bb477163e53ca06474d02b55
@@ -23,7 +23,7 @@ SHA1 (patch-lib_Xm_ResConvert.c) = 24d52
SHA1 (patch-lib_Xm_Scale.c) = d78669a3332ab9d7dd140a1a1d9532e065573c7b
SHA1 (patch-lib_Xm_TextF.c) = 1bd1801d708ff2c832c131c9954b3bbfd444ed42
SHA1 (patch-lib_Xm_XmRenderT.c) = 674a0baae060fa32670cf38bd37323a206dd3f59
-SHA1 (patch-lib_Xm_Xmfuncs.h) = fef6a642988a8024da0bff00cdc40dc485695e2b
+SHA1 (patch-lib_Xm_Xmfuncs.h) = 2d478039d1fc3bb0efc4a2be17ee250cf63f7061
SHA1 (patch-lib_Xm_Xmos.c) = 88af3627fad7c9ec40db0e8aca47e9617fe8c53b
SHA1 (patch-lib_Xm_XpmI.h) = b27e0156bc2dd990a4d9642186b1638276054314
SHA1 (patch-lib_Xm_Xpmparse.c) = 95eb0d2d59fcd8c3dd4c9622e17568b35ffbe133
Index: pkgsrc/x11/motif/patches/patch-lib_Xm_Xmfuncs.h
diff -u pkgsrc/x11/motif/patches/patch-lib_Xm_Xmfuncs.h:1.1 pkgsrc/x11/motif/patches/patch-lib_Xm_Xmfuncs.h:1.2
--- pkgsrc/x11/motif/patches/patch-lib_Xm_Xmfuncs.h:1.1 Sat Nov 10 17:10:10 2012
+++ pkgsrc/x11/motif/patches/patch-lib_Xm_Xmfuncs.h Wed Jul 9 10:51:32 2025
@@ -1,9 +1,9 @@
-$NetBSD: patch-lib_Xm_Xmfuncs.h,v 1.1 2012/11/10 17:10:10 ryoon Exp $
+$NetBSD: patch-lib_Xm_Xmfuncs.h,v 1.2 2025/07/09 10:51:32 jperkin Exp $
Avoid all the outdated #ifdef mess on SunOS. SunOS had both bcopy/bzero/bcmp
and memmove/memcmp/memset since at least 1996.
---- lib/Xm/Xmfuncs.h.orig 2012-10-22 14:50:38.000000000 +0000
+--- lib/Xm/Xmfuncs.h.orig 2016-03-16 02:10:08.000000000 +0000
+++ lib/Xm/Xmfuncs.h
@@ -34,6 +34,8 @@ in this Software without prior written a
@@ -14,10 +14,12 @@ and memmove/memcmp/memset since at least
#ifdef X_USEBFUNCS
void bcopy();
void bzero();
-@@ -88,4 +90,6 @@ int bcmp();
+@@ -88,4 +90,8 @@ int bcmp();
#endif /* SYSV else */
#endif /* ! X_NOT_STDC_ENV else */
++#else
++#include <strings.h>
+#endif /* __sun */
+
#endif /* _XFUNCS_H_ */
Home |
Main Index |
Thread Index |
Old Index