pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libxcb



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Feb 21 10:22:11 UTC 2025

Modified Files:
        pkgsrc/x11/libxcb: distinfo
Added Files:
        pkgsrc/x11/libxcb/patches: patch-configure

Log Message:
libxcb: Remove questionable line from configure script.

This is causing build failures on some platforms, notably
OpenBSD. (via drecklypkg)


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/libxcb/distinfo
cvs rdiff -u -r0 -r1.6 pkgsrc/x11/libxcb/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libxcb/distinfo
diff -u pkgsrc/x11/libxcb/distinfo:1.27 pkgsrc/x11/libxcb/distinfo:1.28
--- pkgsrc/x11/libxcb/distinfo:1.27     Mon Apr 15 16:37:01 2024
+++ pkgsrc/x11/libxcb/distinfo  Fri Feb 21 10:22:11 2025
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.27 2024/04/15 16:37:01 wiz Exp $
+$NetBSD: distinfo,v 1.28 2025/02/21 10:22:11 nia Exp $
 
 BLAKE2s (libxcb-1.17.0.tar.xz) = ff95a7342e3a59c8b50552e1c860e1c33eba9629483c635f796f6f3998888699
 SHA512 (libxcb-1.17.0.tar.xz) = 945b1f28e8b407a4d0ebf88c99ef3cbef763fd75e6eaa8e971946e44ce8dbe9b478c56ae85aaaadab7fdb25987e88570d9d4fb9ad2febd6d6bf21d644a0e10d0
 Size (libxcb-1.17.0.tar.xz) = 455208 bytes
 SHA1 (patch-ai) = 637affb3aa2f7d40e0aada4dadab8c695ea74b6f
+SHA1 (patch-configure) = 313967aa9534f4cce026a1aa6b23e1cf8601bcf7

Added files:

Index: pkgsrc/x11/libxcb/patches/patch-configure
diff -u /dev/null pkgsrc/x11/libxcb/patches/patch-configure:1.6
--- /dev/null   Fri Feb 21 10:22:11 2025
+++ pkgsrc/x11/libxcb/patches/patch-configure   Fri Feb 21 10:22:11 2025
@@ -0,0 +1,19 @@
+$NetBSD: patch-configure,v 1.6 2025/02/21 10:22:11 nia Exp $
+
+Upstream themselves seem unsure about this line (except
+on Solaris 9?) and it causes problems building on
+unexpected platforms.
+
+--- configure.orig     2025-02-21 08:18:11.766015967 +0000
++++ configure
+@@ -21026,10 +21026,6 @@ printf "%s\n" "yes" >&6; }
+ 
+ fi
+ NEEDED="xau >= 0.99.2"
+-case $host_os in
+-linux*|darwin*|solaris*|dragonfly*|freebsd*|netbsd*) ;;
+-     *) NEEDED="$NEEDED pthread-stubs" ;;
+-esac
+ 
+ pkg_failed=no
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $NEEDED" >&5



Home | Main Index | Thread Index | Old Index