pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/libxcb libxcb: update to 1.14.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7fcdc5cd7f92
branches: trunk
changeset: 423692:7fcdc5cd7f92
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Feb 23 22:37:45 2020 +0000
description:
libxcb: update to 1.14.
Rename patch-aa to patch-configure.
Changes:
Alan Coopersmith (4):
c_client: fix "adress" typo
Update configure.ac bug URL for gitlab migration
Update README for gitlab migration
Add README.md to EXTRA_DIST
Eduardo S?nchez Mu?oz (1):
Add "ge.*" to src/.gitignore
Jon Turney (1):
Include time.h before using time()
Martin D?rum (1):
Handle EINTR from recvmsg in _xcb_in_read
Matt Turner (3):
configure.ac: Depend on pthread-stubs only on not-Linux
Build xz tarballs instead of bzip2
Release libxcb 1.14
Sam Varshavchik (1):
Implement xcb_total_read() and xcb_total_written().
diffstat:
x11/libxcb/Makefile | 13 ++++++-------
x11/libxcb/distinfo | 12 ++++++------
x11/libxcb/patches/patch-aa | 13 -------------
x11/libxcb/patches/patch-configure | 15 +++++++++++++++
4 files changed, 27 insertions(+), 26 deletions(-)
diffs (90 lines):
diff -r d532ea0d40c4 -r 7fcdc5cd7f92 x11/libxcb/Makefile
--- a/x11/libxcb/Makefile Sun Feb 23 22:32:12 2020 +0000
+++ b/x11/libxcb/Makefile Sun Feb 23 22:37:45 2020 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.34 2019/04/28 10:50:15 rillig Exp $
+# $NetBSD: Makefile,v 1.35 2020/02/23 22:37:45 wiz Exp $
-DISTNAME= libxcb-1.13.1
-PKGREVISION= 1
+DISTNAME= libxcb-1.14
CATEGORIES= x11
-MASTER_SITES= https://xcb.freedesktop.org/dist/
-EXTRACT_SUFX= .tar.bz2
+MASTER_SITES= https://xorg.freedesktop.org/archive/individual/lib/
+EXTRACT_SUFX= .tar.xz
MAINTAINER= reed%reedmedia.net@localhost
HOMEPAGE= https://xcb.freedesktop.org/
@@ -12,7 +11,7 @@
LICENSE= mit # with no-advertising clause
TOOL_DEPENDS+= libxslt>=1.1.0:../../textproc/libxslt
-TOOL_DEPENDS+= ${PYPKGPREFIX}-xcbgen>=1.13:../../x11/py-xcbgen
+TOOL_DEPENDS+= ${PYPKGPREFIX}-xcbgen>=1.14:../../x11/py-xcbgen
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
@@ -90,7 +89,7 @@
#.include "../../devel/gperf/buildlink3.mk"
PYTHON_FOR_BUILD_ONLY= tool
.include "../../lang/python/application.mk"
-BUILDLINK_API_DEPENDS.xcb-proto?= xcb-proto>=1.13
+BUILDLINK_API_DEPENDS.xcb-proto?= xcb-proto>=1.14
.include "../../x11/xcb-proto/buildlink3.mk"
.include "../../x11/libXdmcp/buildlink3.mk"
.include "../../x11/libXau/buildlink3.mk"
diff -r d532ea0d40c4 -r 7fcdc5cd7f92 x11/libxcb/distinfo
--- a/x11/libxcb/distinfo Sun Feb 23 22:32:12 2020 +0000
+++ b/x11/libxcb/distinfo Sun Feb 23 22:37:45 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2018/12/01 16:30:35 wiz Exp $
+$NetBSD: distinfo,v 1.20 2020/02/23 22:37:45 wiz Exp $
-SHA1 (libxcb-1.13.1.tar.bz2) = 2ab17a1bb2a44e0a9cb0b26bcf899689ba1bbb3b
-RMD160 (libxcb-1.13.1.tar.bz2) = 9b648a6450eba2f43407252e4ec7f6d5eb1b6e2e
-SHA512 (libxcb-1.13.1.tar.bz2) = 763edff9572623674f75a858adc57b5c09591f508cc5d5093218e7bb047abdbe0a0108bd465419a8bf15c7dcdc85efdd2d4d9fd56605c41475d15dc992640c23
-Size (libxcb-1.13.1.tar.bz2) = 506778 bytes
-SHA1 (patch-aa) = 813338a15543787f489b23274c526185008bbce3
+SHA1 (libxcb-1.14.tar.xz) = e218be6043162d2f758643dbda8caccd53107388
+RMD160 (libxcb-1.14.tar.xz) = 13ca4d944e3b1e202bbc501fef0035a7db44201b
+SHA512 (libxcb-1.14.tar.xz) = b90a23204b0d2c29d8b115577edb01df0465e02d6a8876550fecd62375d24a5d5f872ddd5946772ddba077cadce75b12c7a6d218469dc30b5b92bc82188e8bc6
+Size (libxcb-1.14.tar.xz) = 439404 bytes
SHA1 (patch-ai) = 637affb3aa2f7d40e0aada4dadab8c695ea74b6f
+SHA1 (patch-configure) = f292c2bd8b89a911e804e7e15edf7e0a008c57d6
diff -r d532ea0d40c4 -r 7fcdc5cd7f92 x11/libxcb/patches/patch-aa
--- a/x11/libxcb/patches/patch-aa Sun Feb 23 22:32:12 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2014/01/02 19:52:17 wiz Exp $
-
---- configure.orig 2013-12-22 15:01:06.000000000 +0000
-+++ configure
-@@ -13466,7 +13466,7 @@ else
- $as_echo "yes" >&6; }
-
- fi
--NEEDED="pthread-stubs xau >= 0.99.2"
-+NEEDED="xau >= 0.99.2"
-
- pkg_failed=no
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for NEEDED" >&5
diff -r d532ea0d40c4 -r 7fcdc5cd7f92 x11/libxcb/patches/patch-configure
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libxcb/patches/patch-configure Sun Feb 23 22:37:45 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2020/02/23 22:37:45 wiz Exp $
+
+--- configure.orig 2020-02-22 20:50:24.000000000 +0000
++++ configure
+@@ -19693,10 +19693,6 @@ $as_echo "yes" >&6; }
+
+ fi
+ NEEDED="xau >= 0.99.2"
+-case $host_os in
+-linux*) ;;
+- *) NEEDED="$NEEDED pthread-stubs" ;;
+-esac
+
+ pkg_failed=no
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for NEEDED" >&5
Home |
Main Index |
Thread Index |
Old Index