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: wiz
Date: Sun Aug 20 18:20:49 UTC 2023
Modified Files:
pkgsrc/x11/libxcb: distinfo
pkgsrc/x11/libxcb/patches: patch-configure
Log Message:
libxcb: use upstream variant of patch
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/libxcb/distinfo
cvs rdiff -u -r1.3 -r1.4 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.24 pkgsrc/x11/libxcb/distinfo:1.25
--- pkgsrc/x11/libxcb/distinfo:1.24 Sat Aug 19 07:32:40 2023
+++ pkgsrc/x11/libxcb/distinfo Sun Aug 20 18:20:48 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.24 2023/08/19 07:32:40 wiz Exp $
+$NetBSD: distinfo,v 1.25 2023/08/20 18:20:48 wiz Exp $
BLAKE2s (libxcb-1.16.tar.xz) = 0e091e0c61071928d96b2b1dc4a92ac5b7d58b944deb2c755b42ba806e7bd430
SHA512 (libxcb-1.16.tar.xz) = 002fbc126c6f09eb7db5e4197cd0572d495f64b6de714a76d9a024fe3e13122c1cfc7c55207c0dee76cc63fcccf87b37db513223eadaf760af2bd2a926443bf8
Size (libxcb-1.16.tar.xz) = 452964 bytes
SHA1 (patch-ai) = 637affb3aa2f7d40e0aada4dadab8c695ea74b6f
-SHA1 (patch-configure) = 88433faefe9c6f7e8ba6410cb8a2417d4f1979e5
+SHA1 (patch-configure) = ce055d4ee667e1db59c67e057f083a372d5764b4
Index: pkgsrc/x11/libxcb/patches/patch-configure
diff -u pkgsrc/x11/libxcb/patches/patch-configure:1.3 pkgsrc/x11/libxcb/patches/patch-configure:1.4
--- pkgsrc/x11/libxcb/patches/patch-configure:1.3 Sat Aug 19 07:32:40 2023
+++ pkgsrc/x11/libxcb/patches/patch-configure Sun Aug 20 18:20:49 2023
@@ -1,15 +1,16 @@
-$NetBSD: patch-configure,v 1.3 2023/08/19 07:32:40 wiz Exp $
+$NetBSD: patch-configure,v 1.4 2023/08/20 18:20:49 wiz Exp $
+
+Avoid using pthread-stubs where not necessary.
+Merged upstream.
--- configure.orig 2023-08-16 20:18:36.000000000 +0000
+++ configure
-@@ -20825,10 +20825,6 @@ printf "%s\n" "yes" >&6; }
-
+@@ -20826,7 +20826,7 @@ printf "%s\n" "yes" >&6; }
fi
NEEDED="xau >= 0.99.2"
--case $host_os in
+ case $host_os in
-linux*|darwin*|solaris*|dragonfly*|freebsd*) ;;
-- *) NEEDED="$NEEDED pthread-stubs" ;;
--esac
++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