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 Feb 23 22:37:45 UTC 2020

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

Log Message:
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().


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/x11/libxcb/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/libxcb/distinfo
cvs rdiff -u -r1.4 -r0 pkgsrc/x11/libxcb/patches/patch-aa
cvs rdiff -u -r0 -r1.1 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/Makefile
diff -u pkgsrc/x11/libxcb/Makefile:1.34 pkgsrc/x11/libxcb/Makefile:1.35
--- pkgsrc/x11/libxcb/Makefile:1.34     Sun Apr 28 10:50:15 2019
+++ pkgsrc/x11/libxcb/Makefile  Sun Feb 23 22:37:45 2020
@@ -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 @@ COMMENT=      X protocol C-language Binding
 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 @@ post-extract:
 #.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"

Index: pkgsrc/x11/libxcb/distinfo
diff -u pkgsrc/x11/libxcb/distinfo:1.19 pkgsrc/x11/libxcb/distinfo:1.20
--- pkgsrc/x11/libxcb/distinfo:1.19     Sat Dec  1 16:30:35 2018
+++ pkgsrc/x11/libxcb/distinfo  Sun Feb 23 22:37:45 2020
@@ -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

Added files:

Index: pkgsrc/x11/libxcb/patches/patch-configure
diff -u /dev/null pkgsrc/x11/libxcb/patches/patch-configure:1.1
--- /dev/null   Sun Feb 23 22:37:46 2020
+++ pkgsrc/x11/libxcb/patches/patch-configure   Sun Feb 23 22:37:45 2020
@@ -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