ports/185105: [patch update] x11/xcb-proto 1.9 -> 1.10

Kurt Jaeger fbsd-ports at opsec.eu
Sun Dec 22 20:30:03 UTC 2013


>Number:         185105
>Category:       ports
>Synopsis:       [patch update] x11/xcb-proto 1.9 -> 1.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 22 20:30:03 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kurt Jaeger
>Release:        FreeBSD 10.0-RC2 amd64
>Organization:
-
>Environment:
System: FreeBSD f10.opsec.eu 10.0-RC2 FreeBSD 10.0-RC2 #0 r259404: Sun Dec 15 08:18:20 UTC 2013     root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
	Update x11/xcb-proto 1.9 -> 1.10

	This one works with python 3.3.

>How-To-Repeat:
	-

>Fix:

diff -r -u -N x11/xcb-proto/Makefile /usr/home/pi/myp/x11/xcb-proto/Makefile
--- x11/xcb-proto/Makefile	2013-12-16 23:13:32.000000000 +0100
+++ /usr/home/pi/myp/x11/xcb-proto/Makefile	2013-12-22 16:21:54.000000000 +0100
@@ -2,7 +2,7 @@
 # $FreeBSD: head/x11/xcb-proto/Makefile 336621 2013-12-16 11:11:09Z zeising $
 
 PORTNAME=	xcb-proto
-PORTVERSION=	1.9
+PORTVERSION=	1.10
 CATEGORIES=	x11 python
 MASTER_SITES=	http://xcb.freedesktop.org/dist/
 
@@ -13,10 +13,9 @@
 
 USE_BZIP2=	yes
 USES=		pathfix
-#USE_PYTHON=	2.5+
 USE_PYTHON=	3.3
 GNU_CONFIGURE=	yes
 
-DATADIR=	${PREFIX}/share/xcb
+DATADIR=	${STAGEDIR}${PREFIX}/share/xcb
 
 .include <bsd.port.mk>
diff -r -u -N x11/xcb-proto/distinfo /usr/home/pi/myp/x11/xcb-proto/distinfo
--- x11/xcb-proto/distinfo	2013-12-16 23:13:32.000000000 +0100
+++ /usr/home/pi/myp/x11/xcb-proto/distinfo	2013-12-22 16:38:45.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (xcb-proto-1.9.tar.bz2) = 895afe21793e6e26c5ce999b1900c02a5984c201d96d55cc42c182d3c3bde43c
-SIZE (xcb-proto-1.9.tar.bz2) = 136421
+SHA256 (xcb-proto-1.10.tar.bz2) = 7ef40ddd855b750bc597d2a435da21e55e502a0fefa85b274f2c922800baaf05
+SIZE (xcb-proto-1.10.tar.bz2) = 138834
diff -r -u -N x11/xcb-proto/files/patch-src_sync.xml /usr/home/pi/myp/x11/xcb-proto/files/patch-src_sync.xml
--- x11/xcb-proto/files/patch-src_sync.xml	2013-12-16 23:13:32.000000000 +0100
+++ /usr/home/pi/myp/x11/xcb-proto/files/patch-src_sync.xml	1970-01-01 01:00:00.000000000 +0100
@@ -1,50 +0,0 @@
-From 9c343995eacdc39db2ec7f93cbeab00c88a55026 Mon Sep 17 00:00:00 2001
-From: Peter Harris <pharris at opentext.com>
-Date: Fri, 15 Nov 2013 16:07:39 +0000
-Subject: sync: Add missing namespace for the INT64 struct
-
-Signed-off-by: Peter Harris <pharris at opentext.com>
-Reviewed-By: Daniel Martin <consume.noise at gmail.com>
----
-diff --git a/src/sync.xml b/src/sync.xml
-index bc07c5b..dd70a08 100644
---- src/sync.xml
-+++ src/sync.xml
-@@ -147,7 +147,7 @@ for licensing information.
-       </bitcase>
-       <bitcase>
-         <enumref ref="CA">Value</enumref>
--        <field type="INT64" name="value" />
-+        <field type="sync:INT64" name="value" />
-       </bitcase>
-       <bitcase>
-         <enumref ref="CA">TestType</enumref>
-@@ -155,7 +155,7 @@ for licensing information.
-       </bitcase>
-       <bitcase>
-         <enumref ref="CA">Delta</enumref>
--        <field type="INT64" name="delta" />
-+        <field type="sync:INT64" name="delta" />
-       </bitcase>
-       <bitcase>
-         <enumref ref="CA">Events</enumref>
-@@ -179,7 +179,7 @@ for licensing information.
-       </bitcase>
-       <bitcase>
-         <enumref ref="CA">Value</enumref>
--        <field type="INT64" name="value" />
-+        <field type="sync:INT64" name="value" />
-       </bitcase>
-       <bitcase>
-         <enumref ref="CA">TestType</enumref>
-@@ -187,7 +187,7 @@ for licensing information.
-       </bitcase>
-       <bitcase>
-         <enumref ref="CA">Delta</enumref>
--        <field type="INT64" name="delta" />
-+        <field type="sync:INT64" name="delta" />
-       </bitcase>
-       <bitcase>
-         <enumref ref="CA">Events</enumref>
---
-cgit v0.9.0.2-2-gbebe
diff -r -u -N x11/xcb-proto/pkg-plist /usr/home/pi/myp/x11/xcb-proto/pkg-plist
--- x11/xcb-proto/pkg-plist	2013-12-16 23:13:32.000000000 +0100
+++ /usr/home/pi/myp/x11/xcb-proto/pkg-plist	2013-12-22 16:37:55.000000000 +0100
@@ -1,53 +1,55 @@
 libdata/pkgconfig/xcb-proto.pc
-%%DATADIR%%/bigreq.xml
-%%DATADIR%%/composite.xml
-%%DATADIR%%/damage.xml
-%%DATADIR%%/dpms.xml
-%%DATADIR%%/dri2.xml
-%%DATADIR%%/dri3.xml
-%%DATADIR%%/ge.xml
-%%DATADIR%%/glx.xml
-%%DATADIR%%/present.xml
-%%DATADIR%%/randr.xml
-%%DATADIR%%/record.xml
-%%DATADIR%%/render.xml
-%%DATADIR%%/res.xml
-%%DATADIR%%/screensaver.xml
-%%DATADIR%%/shape.xml
-%%DATADIR%%/shm.xml
-%%DATADIR%%/sync.xml
-%%DATADIR%%/xc_misc.xml
-%%DATADIR%%/xcb.xsd
-%%DATADIR%%/xevie.xml
-%%DATADIR%%/xf86dri.xml
-%%DATADIR%%/xf86vidmode.xml
-%%DATADIR%%/xfixes.xml
-%%DATADIR%%/xkb.xml
-%%DATADIR%%/xinerama.xml
-%%DATADIR%%/xinput.xml
-%%DATADIR%%/xprint.xml
-%%DATADIR%%/xproto.xml
-%%DATADIR%%/xselinux.xml
-%%DATADIR%%/xtest.xml
-%%DATADIR%%/xv.xml
-%%DATADIR%%/xvmc.xml
+share/xcb/bigreq.xml
+share/xcb/composite.xml
+share/xcb/damage.xml
+share/xcb/dpms.xml
+share/xcb/dri2.xml
+share/xcb/dri3.xml
+share/xcb/ge.xml
+share/xcb/glx.xml
+share/xcb/present.xml
+share/xcb/randr.xml
+share/xcb/record.xml
+share/xcb/render.xml
+share/xcb/res.xml
+share/xcb/screensaver.xml
+share/xcb/shape.xml
+share/xcb/shm.xml
+share/xcb/sync.xml
+share/xcb/xc_misc.xml
+share/xcb/xcb.xsd
+share/xcb/xevie.xml
+share/xcb/xf86dri.xml
+share/xcb/xf86vidmode.xml
+share/xcb/xfixes.xml
+share/xcb/xkb.xml
+share/xcb/xinerama.xml
+share/xcb/xinput.xml
+share/xcb/xprint.xml
+share/xcb/xproto.xml
+share/xcb/xselinux.xml
+share/xcb/xtest.xml
+share/xcb/xv.xml
+share/xcb/xvmc.xml
 %%PYTHON_SITELIBDIR%%/xcbgen/__init__.py
 %%PYTHON_SITELIBDIR%%/xcbgen/error.py
 %%PYTHON_SITELIBDIR%%/xcbgen/expr.py
 %%PYTHON_SITELIBDIR%%/xcbgen/matcher.py
 %%PYTHON_SITELIBDIR%%/xcbgen/state.py
 %%PYTHON_SITELIBDIR%%/xcbgen/xtypes.py
-%%PYTHON_SITELIBDIR%%/xcbgen/__init__.pyc
-%%PYTHON_SITELIBDIR%%/xcbgen/error.pyc
-%%PYTHON_SITELIBDIR%%/xcbgen/expr.pyc
-%%PYTHON_SITELIBDIR%%/xcbgen/matcher.pyc
-%%PYTHON_SITELIBDIR%%/xcbgen/state.pyc
-%%PYTHON_SITELIBDIR%%/xcbgen/xtypes.pyc
-%%PYTHON_SITELIBDIR%%/xcbgen/__init__.pyo
-%%PYTHON_SITELIBDIR%%/xcbgen/error.pyo
-%%PYTHON_SITELIBDIR%%/xcbgen/expr.pyo
-%%PYTHON_SITELIBDIR%%/xcbgen/matcher.pyo
-%%PYTHON_SITELIBDIR%%/xcbgen/state.pyo
-%%PYTHON_SITELIBDIR%%/xcbgen/xtypes.pyo
- at dirrm %%DATADIR%%
+%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/__init__.cpython-33.pyc
+%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/__init__.cpython-33.pyo
+%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/error.cpython-33.pyc
+%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/error.cpython-33.pyo
+%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/expr.cpython-33.pyc
+%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/expr.cpython-33.pyo
+%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/matcher.cpython-33.pyc
+%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/matcher.cpython-33.pyo
+%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/state.cpython-33.pyc
+%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/state.cpython-33.pyo
+%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/xtypes.cpython-33.pyc
+%%PYTHON_SITELIBDIR%%/xcbgen/__pycache__/xtypes.cpython-33.pyo
+ at dirrm share/xcb
+ at dirrm %%PYTHON_SITELIBDIR%%/xcbgen/__pycache__
 @dirrm %%PYTHON_SITELIBDIR%%/xcbgen
+ at dirrmtry %%PYTHON_SITELIBDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list