pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXt



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Feb 26 23:21:20 UTC 2025

Modified Files:
        pkgsrc/x11/libXt: distinfo
Added Files:
        pkgsrc/x11/libXt/patches: patch-include_X11_Xtos.h

Log Message:
libXt: Fix a syntax error.

This appeared as a compilation error on centos-7 on drecklypkg ci.

It's unclear to me how this code ever compiled successfully, on
any platform.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/libXt/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/libXt/patches/patch-include_X11_Xtos.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/libXt/distinfo
diff -u pkgsrc/x11/libXt/distinfo:1.22 pkgsrc/x11/libXt/distinfo:1.23
--- pkgsrc/x11/libXt/distinfo:1.22      Sun Nov 17 07:21:09 2024
+++ pkgsrc/x11/libXt/distinfo   Wed Feb 26 23:21:19 2025
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.22 2024/11/17 07:21:09 wiz Exp $
+$NetBSD: distinfo,v 1.23 2025/02/26 23:21:19 nia Exp $
 
 BLAKE2s (libXt-1.3.1.tar.xz) = e8ac1599bb7b63b272dc513fb31c1043430970e1eabfe0743bb5c33a6f828605
 SHA512 (libXt-1.3.1.tar.xz) = c220292f60b0f53134cf9364831a32bbaa9fa6bbb3a7143e917920957b7a48c616e946042747089f29ea9d8a18ecd64de620bcaf56d82462e7107de906f5db38
 Size (libXt-1.3.1.tar.xz) = 691200 bytes
+SHA1 (patch-include_X11_Xtos.h) = 5da6f08b22b0175ae5c2df4a5284ea5ce06b0ecd
 SHA1 (patch-util_Makefile.in) = 3bc33e42c88e1bf45606175c4a83dc7781e1aa2b

Added files:

Index: pkgsrc/x11/libXt/patches/patch-include_X11_Xtos.h
diff -u /dev/null pkgsrc/x11/libXt/patches/patch-include_X11_Xtos.h:1.1
--- /dev/null   Wed Feb 26 23:21:20 2025
+++ pkgsrc/x11/libXt/patches/patch-include_X11_Xtos.h   Wed Feb 26 23:21:20 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-include_X11_Xtos.h,v 1.1 2025/02/26 23:21:20 nia Exp $
+
+Fix syntax. Unclear how this ever worked.
+
+--- include/X11/Xtos.h.orig    2025-02-26 23:19:32.221828467 +0000
++++ include/X11/Xtos.h
+@@ -64,7 +64,7 @@ SOFTWARE.
+     defined(__s390x__) || \
+     (defined(__hppa__) && defined(__LP64__)) || \
+     defined(__amd64__) || defined(amd64) || \
+-    defined(__powerpc64__))
++    defined(__powerpc64__)
+ #define LONG64
+ #endif
+ 



Home | Main Index | Thread Index | Old Index