aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xcb-proto
diff options
context:
space:
mode:
authorzeising <zeising@FreeBSD.org>2013-12-16 19:11:09 +0800
committerzeising <zeising@FreeBSD.org>2013-12-16 19:11:09 +0800
commit30e10e1d3c1d2aba115571f87754d3a229fa9391 (patch)
tree2df88f8b6e2af92b78ac24eb382268b7c290efab /x11/xcb-proto
parentda7a4c20a4d3dae187b71915971ffc8f2332f201 (diff)
downloadfreebsd-ports-gnome-30e10e1d3c1d2aba115571f87754d3a229fa9391.tar.gz
freebsd-ports-gnome-30e10e1d3c1d2aba115571f87754d3a229fa9391.tar.zst
freebsd-ports-gnome-30e10e1d3c1d2aba115571f87754d3a229fa9391.zip
Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG= to /etc/make.conf to get the old version. Update several xorg related ports, including: x11/libxcb 1.9.1 -> 1.9.3 graphics/libdrm 2.4.46 -> 2.4.50 x11/pixman 0.30.2 -> 0.32.4 x11/xkeyboard-config 2.9 -> 2.10.1 x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0 Fix dissapearing cursor in xf86-video-vmware [2] Stagify all x11@-owned ports Bump portrevisions for xf86-* ports due to xserver version change. Fix fallout from updates where needed. Thanks to: all testersi, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/184684 [1], ports/181385 [2] Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2] Approved by: portmgr (bdrewery), core (jhb) [0]
Diffstat (limited to 'x11/xcb-proto')
-rw-r--r--x11/xcb-proto/Makefile3
-rw-r--r--x11/xcb-proto/distinfo4
-rw-r--r--x11/xcb-proto/files/patch-src_sync.xml50
-rw-r--r--x11/xcb-proto/pkg-plist2
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