Sat Jun 18 08:25:05 2022 UTC ()
py-xcbgen, xcb-proto: update to 1.15.2

Matt Turner (4):
      Remove libdir from xcb-proto.pc
      Install xcb-proto to $(datarootdir)
      Call AC_OUTPUT without arguments
      xcb-proto 1.15.2


(wiz)
diff -r1.24 -r1.25 pkgsrc/x11/py-xcbgen/Makefile
diff -r1.19 -r1.20 pkgsrc/x11/py-xcbgen/distinfo
diff -r1.4 -r1.5 pkgsrc/x11/py-xcbgen/patches/patch-ae
diff -r1.29 -r1.30 pkgsrc/x11/xcb-proto/Makefile
diff -r1.7 -r1.8 pkgsrc/x11/xcb-proto/PLIST
diff -r1.18 -r1.19 pkgsrc/x11/xcb-proto/distinfo
diff -r1.4 -r1.5 pkgsrc/x11/xcb-proto/patches/patch-ae

cvs diff -r1.24 -r1.25 pkgsrc/x11/py-xcbgen/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/py-xcbgen/Makefile 2022/06/16 21:26:15 1.24
+++ pkgsrc/x11/py-xcbgen/Makefile 2022/06/18 08:25:05 1.25
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.24 2022/06/16 21:26:15 wiz Exp $ 1# $NetBSD: Makefile,v 1.25 2022/06/18 08:25:05 wiz Exp $
2# 2#
3# When updating this, also update x11/xcb-proto 3# When updating this, also update x11/xcb-proto
4 4
5DISTNAME= xcb-proto-1.15.1 5DISTNAME= xcb-proto-1.15.2
6PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/xcb-proto/xcbgen/} 6PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/xcb-proto/xcbgen/}
7CATEGORIES= x11 7CATEGORIES= x11
8MASTER_SITES= https://xorg.freedesktop.org/archive/individual/proto/ 8MASTER_SITES= https://xorg.freedesktop.org/archive/individual/proto/
9EXTRACT_SUFX= .tar.xz 9EXTRACT_SUFX= .tar.xz
10 10
11MAINTAINER= reed@reedmedia.net 11MAINTAINER= reed@reedmedia.net
12HOMEPAGE= https://xcb.freedesktop.org/ 12HOMEPAGE= https://xcb.freedesktop.org/
13COMMENT= XCB protocol descriptions (in XML) 13COMMENT= XCB protocol descriptions (in XML)
14LICENSE= mit # with no-advertising clause 14LICENSE= mit # with no-advertising clause
15 15
16DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree 16DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
17DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat 17DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
18 18

cvs diff -r1.19 -r1.20 pkgsrc/x11/py-xcbgen/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/py-xcbgen/distinfo 2022/06/16 21:26:15 1.19
+++ pkgsrc/x11/py-xcbgen/distinfo 2022/06/18 08:25:05 1.20
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.19 2022/06/16 21:26:15 wiz Exp $ 1$NetBSD: distinfo,v 1.20 2022/06/18 08:25:05 wiz Exp $
2 2
3BLAKE2s (xcb-proto-1.15.1.tar.xz) = 859d71fa4fa4d10f6038ea4a90637e01f01d37309bb1b3dc71a53c3bb9c81db1 3BLAKE2s (xcb-proto-1.15.2.tar.xz) = 0d9b32f71966c1e82957f86d4e107d6c53f1ede0148377eed971ebd07a5fbb7d
4SHA512 (xcb-proto-1.15.1.tar.xz) = 56fd505e567e1d39b4d46d0e5f79aeb90144c9b1a4429b2f51cd326ec0dea2a5fda5e2ebfe48af0da2781a4b1e29d9a91a4e0da662db5e35a701eac2e5ec1684 4SHA512 (xcb-proto-1.15.2.tar.xz) = 9d0b2f0a4dbbf2d64e32ff4658d1663e13d7e5f1bffc1e8d45be7b9dd5bab46e29fc1c2f6e66a7a569e374ba6756faf3c39b0b5e5560df6d7f8b68beec97659d
5Size (xcb-proto-1.15.1.tar.xz) = 147908 bytes 5Size (xcb-proto-1.15.2.tar.xz) = 148108 bytes
6SHA1 (patch-ae) = e5bff371fc8d87b9e3eaaea80734f8fcf544b4b1 6SHA1 (patch-ae) = feedb2eb11b504eda50dc4a99b2a3fe4bf280c10

cvs diff -r1.4 -r1.5 pkgsrc/x11/py-xcbgen/patches/patch-ae (expand / switch to unified diff)

--- pkgsrc/x11/py-xcbgen/patches/patch-ae 2020/02/23 22:32:03 1.4
+++ pkgsrc/x11/py-xcbgen/patches/patch-ae 2022/06/18 08:25:05 1.5
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1$NetBSD: patch-ae,v 1.4 2020/02/23 22:32:03 wiz Exp $ 1$NetBSD: patch-ae,v 1.5 2022/06/18 08:25:05 wiz Exp $
2 2
3Only build xcbgen parts in this package, other stuff is in xcbproto. 3Only build xcbgen parts in this package, other stuff is in xcbproto.
4 4
5--- Makefile.in.orig 2020-02-22 20:16:56.000000000 +0000 5--- Makefile.in.orig 2022-06-17 17:57:17.000000000 +0000
6+++ Makefile.in 6+++ Makefile.in
7@@ -311,7 +311,7 @@ top_build_prefix = @top_build_prefix@ 7@@ -314,7 +314,7 @@ top_build_prefix = @top_build_prefix@
8 top_builddir = @top_builddir@ 8 top_builddir = @top_builddir@
9 top_srcdir = @top_srcdir@ 9 top_srcdir = @top_srcdir@
10 xcbincludedir = @xcbincludedir@ 10 xcbincludedir = @xcbincludedir@
11-SUBDIRS = src xcbgen 11-SUBDIRS = src xcbgen
12+SUBDIRS = xcbgen 12+SUBDIRS = xcbgen
13 pkgconfigdir = $(libdir)/pkgconfig 13 pkgconfigdir = $(datarootdir)/pkgconfig
14 pkgconfig_DATA = xcb-proto.pc 14 pkgconfig_DATA = xcb-proto.pc
15 EXTRA_DIST = doc xcb-proto.pc.in autogen.sh README.md 15 EXTRA_DIST = doc xcb-proto.pc.in autogen.sh README.md
16@@ -730,7 +730,7 @@ info: info-recursive 16@@ -738,7 +738,7 @@ info: info-recursive
17  17
18 info-am: 18 info-am:
19  19
20-install-data-am: install-pkgconfigDATA 20-install-data-am: install-pkgconfigDATA
21+install-data-am: #install-pkgconfigDATA 21+install-data-am: #install-pkgconfigDATA
22  22
23 install-dvi: install-dvi-recursive 23 install-dvi: install-dvi-recursive
24  24

cvs diff -r1.29 -r1.30 pkgsrc/x11/xcb-proto/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xcb-proto/Makefile 2022/06/16 21:26:15 1.29
+++ pkgsrc/x11/xcb-proto/Makefile 2022/06/18 08:25:05 1.30
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.29 2022/06/16 21:26:15 wiz Exp $ 1# $NetBSD: Makefile,v 1.30 2022/06/18 08:25:05 wiz Exp $
2# 2#
3# When updating this package, also update x11/py-xcbgen 3# When updating this package, also update x11/py-xcbgen
4 4
5DISTNAME= xcb-proto-1.15.1 5DISTNAME= xcb-proto-1.15.2
6CATEGORIES= x11 6CATEGORIES= x11
7MASTER_SITES= https://xorg.freedesktop.org/archive/individual/proto/ 7MASTER_SITES= https://xorg.freedesktop.org/archive/individual/proto/
8EXTRACT_SUFX= .tar.xz 8EXTRACT_SUFX= .tar.xz
9 9
10MAINTAINER= reed@reedmedia.net 10MAINTAINER= reed@reedmedia.net
11HOMEPAGE= https://xcb.freedesktop.org/ 11HOMEPAGE= https://xcb.freedesktop.org/
12COMMENT= XCB protocol descriptions (in XML) 12COMMENT= XCB protocol descriptions (in XML)
13LICENSE= mit # with no-advertising clause 13LICENSE= mit # with no-advertising clause
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17USE_LANGUAGES= # none 17USE_LANGUAGES= # none
18 18

cvs diff -r1.7 -r1.8 pkgsrc/x11/xcb-proto/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/xcb-proto/PLIST 2022/06/16 21:26:15 1.7
+++ pkgsrc/x11/xcb-proto/PLIST 2022/06/18 08:25:05 1.8
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1@comment $NetBSD: PLIST,v 1.7 2022/06/16 21:26:15 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.8 2022/06/18 08:25:05 wiz Exp $
2lib/pkgconfig/xcb-proto.pc 2share/pkgconfig/xcb-proto.pc
3share/xcb/bigreq.xml 3share/xcb/bigreq.xml
4share/xcb/composite.xml 4share/xcb/composite.xml
5share/xcb/damage.xml 5share/xcb/damage.xml
6share/xcb/dbe.xml 6share/xcb/dbe.xml
7share/xcb/dpms.xml 7share/xcb/dpms.xml
8share/xcb/dri2.xml 8share/xcb/dri2.xml
9share/xcb/dri3.xml 9share/xcb/dri3.xml
10share/xcb/ge.xml 10share/xcb/ge.xml
11share/xcb/glx.xml 11share/xcb/glx.xml
12share/xcb/present.xml 12share/xcb/present.xml
13share/xcb/randr.xml 13share/xcb/randr.xml
14share/xcb/record.xml 14share/xcb/record.xml
15share/xcb/render.xml 15share/xcb/render.xml

cvs diff -r1.18 -r1.19 pkgsrc/x11/xcb-proto/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xcb-proto/distinfo 2022/06/16 21:26:15 1.18
+++ pkgsrc/x11/xcb-proto/distinfo 2022/06/18 08:25:05 1.19
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.18 2022/06/16 21:26:15 wiz Exp $ 1$NetBSD: distinfo,v 1.19 2022/06/18 08:25:05 wiz Exp $
2 2
3BLAKE2s (xcb-proto-1.15.1.tar.xz) = 859d71fa4fa4d10f6038ea4a90637e01f01d37309bb1b3dc71a53c3bb9c81db1 3BLAKE2s (xcb-proto-1.15.2.tar.xz) = 0d9b32f71966c1e82957f86d4e107d6c53f1ede0148377eed971ebd07a5fbb7d
4SHA512 (xcb-proto-1.15.1.tar.xz) = 56fd505e567e1d39b4d46d0e5f79aeb90144c9b1a4429b2f51cd326ec0dea2a5fda5e2ebfe48af0da2781a4b1e29d9a91a4e0da662db5e35a701eac2e5ec1684 4SHA512 (xcb-proto-1.15.2.tar.xz) = 9d0b2f0a4dbbf2d64e32ff4658d1663e13d7e5f1bffc1e8d45be7b9dd5bab46e29fc1c2f6e66a7a569e374ba6756faf3c39b0b5e5560df6d7f8b68beec97659d
5Size (xcb-proto-1.15.1.tar.xz) = 147908 bytes 5Size (xcb-proto-1.15.2.tar.xz) = 148108 bytes
6SHA1 (patch-ae) = c3244439391c8aa47e8c82bc3347fbe0e10ac5cc 6SHA1 (patch-ae) = f0143f1ccda08e9c626b30ee53ddf3779759e03e

cvs diff -r1.4 -r1.5 pkgsrc/x11/xcb-proto/patches/patch-ae (expand / switch to unified diff)

--- pkgsrc/x11/xcb-proto/patches/patch-ae 2020/02/23 22:29:38 1.4
+++ pkgsrc/x11/xcb-proto/patches/patch-ae 2022/06/18 08:25:05 1.5
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: patch-ae,v 1.4 2020/02/23 22:29:38 wiz Exp $ 1$NetBSD: patch-ae,v 1.5 2022/06/18 08:25:05 wiz Exp $
2 2
3xcbgen is built by py-xcbgen package. 3xcbgen is built by py-xcbgen package.
4 4
5--- Makefile.in.orig 2020-02-22 20:16:56.000000000 +0000 5--- Makefile.in.orig 2022-06-17 17:57:17.000000000 +0000
6+++ Makefile.in 6+++ Makefile.in
7@@ -311,7 +311,7 @@ top_build_prefix = @top_build_prefix@ 7@@ -314,7 +314,7 @@ top_build_prefix = @top_build_prefix@
8 top_builddir = @top_builddir@ 8 top_builddir = @top_builddir@
9 top_srcdir = @top_srcdir@ 9 top_srcdir = @top_srcdir@
10 xcbincludedir = @xcbincludedir@ 10 xcbincludedir = @xcbincludedir@
11-SUBDIRS = src xcbgen 11-SUBDIRS = src xcbgen
12+SUBDIRS = src 12+SUBDIRS = src
13 pkgconfigdir = $(libdir)/pkgconfig 13 pkgconfigdir = $(datarootdir)/pkgconfig
14 pkgconfig_DATA = xcb-proto.pc 14 pkgconfig_DATA = xcb-proto.pc
15 EXTRA_DIST = doc xcb-proto.pc.in autogen.sh README.md 15 EXTRA_DIST = doc xcb-proto.pc.in autogen.sh README.md