diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
commit | 39fc32e82863cce17f070122d498ce82cf7ea7af (patch) | |
tree | fc8323f5d400038235fda42a6096107239789049 /x11/xcb-proto | |
parent | ca9574e7df6ddd6a18e6234bc0f210d734a2d092 (diff) |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
Notes
Notes:
svn path=/head/; revision=351411
Diffstat (limited to 'x11/xcb-proto')
-rw-r--r-- | x11/xcb-proto/Makefile | 8 | ||||
-rw-r--r-- | x11/xcb-proto/distinfo | 4 | ||||
-rw-r--r-- | x11/xcb-proto/files/patch-src_sync.xml | 50 |
3 files changed, 5 insertions, 57 deletions
diff --git a/x11/xcb-proto/Makefile b/x11/xcb-proto/Makefile index 4c3e79f2f7e1..728fb8cd9334 100644 --- a/x11/xcb-proto/Makefile +++ b/x11/xcb-proto/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xcb-proto -PORTVERSION= 1.9 +PORTVERSION= 1.10 CATEGORIES= x11 python MASTER_SITES= http://xcb.freedesktop.org/dist/ @@ -11,10 +11,8 @@ COMMENT= The X protocol C-language Binding (XCB) protocol BUILD_DEPENDS= xmllint:${PORTSDIR}/textproc/libxml2 -USE_BZIP2= yes -USES= pathfix -USE_PYTHON= yes -GNU_CONFIGURE= yes +XORG_CAT= proto +USE_PYTHON= 2.5+ DATADIR= ${PREFIX}/share/xcb diff --git a/x11/xcb-proto/distinfo b/x11/xcb-proto/distinfo index 27738e9c05c4..e844ae798276 100644 --- a/x11/xcb-proto/distinfo +++ b/x11/xcb-proto/distinfo @@ -1,2 +1,2 @@ -SHA256 (xcb-proto-1.9.tar.bz2) = 895afe21793e6e26c5ce999b1900c02a5984c201d96d55cc42c182d3c3bde43c -SIZE (xcb-proto-1.9.tar.bz2) = 136421 +SHA256 (xorg/proto/xcb-proto-1.10.tar.bz2) = 7ef40ddd855b750bc597d2a435da21e55e502a0fefa85b274f2c922800baaf05 +SIZE (xorg/proto/xcb-proto-1.10.tar.bz2) = 138834 diff --git a/x11/xcb-proto/files/patch-src_sync.xml b/x11/xcb-proto/files/patch-src_sync.xml deleted file mode 100644 index cc530683cabc..000000000000 --- a/x11/xcb-proto/files/patch-src_sync.xml +++ /dev/null @@ -1,50 +0,0 @@ -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 |