From 39fc32e82863cce17f070122d498ce82cf7ea7af Mon Sep 17 00:00:00 2001 From: Niclas Zeising Date: Wed, 16 Apr 2014 18:28:47 +0000 Subject: 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) --- x11/xcb-util/Makefile | 11 ++++------- x11/xcb-util/distinfo | 4 ++-- x11/xcb-util/pkg-plist | 7 ++++--- 3 files changed, 10 insertions(+), 12 deletions(-) (limited to 'x11/xcb-util') diff --git a/x11/xcb-util/Makefile b/x11/xcb-util/Makefile index 70ccdfd9249c..cf6bd9a38942 100644 --- a/x11/xcb-util/Makefile +++ b/x11/xcb-util/Makefile @@ -3,7 +3,7 @@ PORTNAME= xcb-util PORTVERSION= 0.3.9 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= x11 MASTER_SITES= http://xcb.freedesktop.org/dist/ @@ -11,13 +11,10 @@ MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= garga@FreeBSD.org COMMENT= A module with libxcb/libX11 extension/replacement libraries +XORG_CAT= lib USE_BZIP2= yes -USES= gmake pathfix pkgconfig -USE_LDCONFIG= yes -USE_XORG= xau xcb xdmcp xorg-macros -USE_AUTOTOOLS= libtool - -GNU_CONFIGURE= yes +USES= gmake +USE_XORG= xau xcb xdmcp post-patch: @${REINPLACE_CMD} -e \ diff --git a/x11/xcb-util/distinfo b/x11/xcb-util/distinfo index 73e5a11c3b53..24eee66a69aa 100644 --- a/x11/xcb-util/distinfo +++ b/x11/xcb-util/distinfo @@ -1,2 +1,2 @@ -SHA256 (xcb-util-0.3.9.tar.bz2) = c611259c0ab20fd76f79f48f4684843c18ea9c967eba78a45e8b3636315c18c4 -SIZE (xcb-util-0.3.9.tar.bz2) = 287855 +SHA256 (xorg/lib/xcb-util-0.3.9.tar.bz2) = c611259c0ab20fd76f79f48f4684843c18ea9c967eba78a45e8b3636315c18c4 +SIZE (xorg/lib/xcb-util-0.3.9.tar.bz2) = 287855 diff --git a/x11/xcb-util/pkg-plist b/x11/xcb-util/pkg-plist index b60db5a337aa..472ca54ef309 100644 --- a/x11/xcb-util/pkg-plist +++ b/x11/xcb-util/pkg-plist @@ -1,7 +1,8 @@ -lib/libxcb-util.so.1 -lib/libxcb-util.so -lib/libxcb-util.la lib/libxcb-util.a +lib/libxcb-util.la +lib/libxcb-util.so +lib/libxcb-util.so.1 +lib/libxcb-util.so.1.0.0 libdata/pkgconfig/xcb-atom.pc libdata/pkgconfig/xcb-aux.pc libdata/pkgconfig/xcb-event.pc -- cgit v1.2.3