diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-12-16 11:11:09 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-12-16 11:11:09 +0000 |
commit | 47be7a61c97731aa5fe34c56767ad5e10bb5c5d2 (patch) | |
tree | 2df88f8b6e2af92b78ac24eb382268b7c290efab /x11/xcb-proto | |
parent | 7b9110d87c22c27df1baa93f8cb4cf30e205efc7 (diff) | |
download | ports-47be7a61c97731aa5fe34c56767ad5e10bb5c5d2.tar.gz ports-47be7a61c97731aa5fe34c56767ad5e10bb5c5d2.zip |
Notes
Diffstat (limited to 'x11/xcb-proto')
-rw-r--r-- | x11/xcb-proto/Makefile | 3 | ||||
-rw-r--r-- | x11/xcb-proto/distinfo | 4 | ||||
-rw-r--r-- | x11/xcb-proto/files/patch-src_sync.xml | 50 | ||||
-rw-r--r-- | x11/xcb-proto/pkg-plist | 2 |
4 files changed, 56 insertions, 3 deletions
diff --git a/x11/xcb-proto/Makefile b/x11/xcb-proto/Makefile index 17fb42069f4d..778dcf9da82b 100644 --- a/x11/xcb-proto/Makefile +++ b/x11/xcb-proto/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xcb-proto -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= x11 python MASTER_SITES= http://xcb.freedesktop.org/dist/ @@ -17,4 +17,5 @@ USE_PYTHON= 2.5+ GNU_CONFIGURE= yes DATADIR= ${PREFIX}/share/xcb + .include <bsd.port.mk> diff --git a/x11/xcb-proto/distinfo b/x11/xcb-proto/distinfo index e92e4ee65e2b..27738e9c05c4 100644 --- a/x11/xcb-proto/distinfo +++ b/x11/xcb-proto/distinfo @@ -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 diff --git a/x11/xcb-proto/files/patch-src_sync.xml b/x11/xcb-proto/files/patch-src_sync.xml new file mode 100644 index 000000000000..cc530683cabc --- /dev/null +++ b/x11/xcb-proto/files/patch-src_sync.xml @@ -0,0 +1,50 @@ +From 9c343995eacdc39db2ec7f93cbeab00c88a55026 Mon Sep 17 00:00:00 2001 +From: Peter Harris <pharris@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@opentext.com> +Reviewed-By: Daniel Martin <consume.noise@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 --git a/x11/xcb-proto/pkg-plist b/x11/xcb-proto/pkg-plist index 4d3495fbc5f5..7b7cec797e70 100644 --- a/x11/xcb-proto/pkg-plist +++ b/x11/xcb-proto/pkg-plist @@ -4,8 +4,10 @@ libdata/pkgconfig/xcb-proto.pc %%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 |