[Midnightbsd-cvs] mports [15751] trunk/x11/xcb-proto: 1.9 xcb proto
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Dec 22 13:57:22 EST 2013
Revision: 15751
http://svnweb.midnightbsd.org/mports/?rev=15751
Author: laffer1
Date: 2013-12-22 13:57:21 -0500 (Sun, 22 Dec 2013)
Log Message:
-----------
1.9 xcb proto
Modified Paths:
--------------
trunk/x11/xcb-proto/Makefile
trunk/x11/xcb-proto/distinfo
trunk/x11/xcb-proto/pkg-plist
Added Paths:
-----------
trunk/x11/xcb-proto/files/
trunk/x11/xcb-proto/files/patch-src_sync.xml
Modified: trunk/x11/xcb-proto/Makefile
===================================================================
--- trunk/x11/xcb-proto/Makefile 2013-12-22 18:56:12 UTC (rev 15750)
+++ trunk/x11/xcb-proto/Makefile 2013-12-22 18:57:21 UTC (rev 15751)
@@ -1,18 +1,19 @@
# $MidnightBSD$
PORTNAME= xcb-proto
-PORTVERSION= 1.8
+PORTVERSION= 1.9
CATEGORIES= x11 python
MASTER_SITES= http://xcb.freedesktop.org/dist/
MAINTAINER= ports at MidnightBSD.org
COMMENT= The X protocol C-language Binding (XCB) protocol
+
LICENSE= mit
BUILD_DEPENDS= xmllint:${PORTSDIR}/textproc/libxml2
USE_BZIP2= yes
-USE_PATHFIX= yes
+USES= pathfix
USE_PYTHON= 2.5+
GNU_CONFIGURE= yes
Modified: trunk/x11/xcb-proto/distinfo
===================================================================
--- trunk/x11/xcb-proto/distinfo 2013-12-22 18:56:12 UTC (rev 15750)
+++ trunk/x11/xcb-proto/distinfo 2013-12-22 18:57:21 UTC (rev 15751)
@@ -1,2 +1,2 @@
-SHA256 (xcb-proto-1.8.tar.bz2) = 233d16c7a019235b3092111e7c11429119357eb13754a607b75eea04453121b0
-SIZE (xcb-proto-1.8.tar.bz2) = 125072
+SHA256 (xcb-proto-1.9.tar.bz2) = 895afe21793e6e26c5ce999b1900c02a5984c201d96d55cc42c182d3c3bde43c
+SIZE (xcb-proto-1.9.tar.bz2) = 136421
Added: trunk/x11/xcb-proto/files/patch-src_sync.xml
===================================================================
--- trunk/x11/xcb-proto/files/patch-src_sync.xml (rev 0)
+++ trunk/x11/xcb-proto/files/patch-src_sync.xml 2013-12-22 18:57:21 UTC (rev 15751)
@@ -0,0 +1,50 @@
+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
Modified: trunk/x11/xcb-proto/pkg-plist
===================================================================
--- trunk/x11/xcb-proto/pkg-plist 2013-12-22 18:56:12 UTC (rev 15750)
+++ trunk/x11/xcb-proto/pkg-plist 2013-12-22 18:57:21 UTC (rev 15751)
@@ -4,8 +4,10 @@
%%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
More information about the Midnightbsd-cvs
mailing list