Date: Fri, 11 Dec 2009 01:23:57 +0530 From: wahjava@gmail.com (Ashish SHUKLA) To: Pav Lucistnik <pav@freebsd.org> Cc: freebsd-ports-bugs@FreeBSD.org, bug-followup@freebsd.org Subject: Re: ports/141225: Update Port: x11/libxcb to v.1.5 Message-ID: <864onyli5m.fsf@chateau.d.if> In-Reply-To: <200912101505.nBAF5mMs034617@freefall.freebsd.org> (pav@freebsd.org's message of "Thu, 10 Dec 2009 15:05:48 GMT") References: <200912101505.nBAF5mMs034617@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-=-= Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" --==-=-= Content-Transfer-Encoding: quoted-printable pav writes: [...] > IOError: [Errno 2] No such file or directory: '/usr/local/share/xcb/dri2.= xml' > Maybe this needs xcb-proto 1.6? PR for xcb-proto 1.6 was already submitted[1]. I've modified updated port's makefile to depend on xcb-proto 1.6. Please discard earlier diff and use the attached diff. References: [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=3D141224 Thanks =2D-=20 Ashish SHUKLA --==-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAkshUdkACgkQHy+EEHYuXnQFUgCgh6DK36upCfyMrEvjfBomE+x4 pg4AoLbXItUNT99DKF8/1OMTEL7ooLfD =KowB -----END PGP SIGNATURE----- --==-=-=-- --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=libxcb.diff Content-Description: libxcb port diff diff -urN /usr/ports/x11/libxcb/Makefile libxcb/Makefile --- /usr/ports/x11/libxcb/Makefile 2009-08-01 06:51:09.000000000 +0530 +++ libxcb/Makefile 2009-12-11 01:18:03.000000000 +0530 @@ -6,9 +6,8 @@ # PORTNAME= libxcb -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= x11 python -#MASTER_SITES= XORG/current/src/extras MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= wahjava@gmail.com @@ -17,11 +16,9 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck \ xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:${PORTSDIR}/x11/xcb-proto \ - xcb-proto>=1.5:${PORTSDIR}/x11/xcb-proto \ - ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:${PORTSDIR}/x11/xcb-proto \ - xcb-proto>=1.5:${PORTSDIR}/x11/xcb-proto \ + xcb-proto>=1.6:${PORTSDIR}/x11/xcb-proto \ ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs CONFIGURE_ARGS+= --disable-build-docs --without-doxygen @@ -30,7 +27,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= xau xdmcp -USE_PYTHON= 2.5+ +USE_PYTHON_BUILD= 2.5+ GNU_CONFIGURE= yes .for f in XPROTO_CFLAGS XPROTO_LIBS XDMCP_CFLAGS XDMCP_LIBS NEEDED_CFLAGS NEEDED_LIBS diff -urN /usr/ports/x11/libxcb/distinfo libxcb/distinfo --- /usr/ports/x11/libxcb/distinfo 2009-07-31 20:04:38.000000000 +0530 +++ libxcb/distinfo 2009-12-06 22:09:15.000000000 +0530 @@ -1,3 +1,3 @@ -MD5 (libxcb-1.4.tar.bz2) = b00fd506c717dea01f595e8da31f6914 -SHA256 (libxcb-1.4.tar.bz2) = 07b6e2d3dde4beb06dc8310daec1c5c82d67022e3c9aec35f3783e63aad3209e -SIZE (libxcb-1.4.tar.bz2) = 306116 +MD5 (libxcb-1.5.tar.bz2) = d19c0ba6ba42ebccd3d62d8bb147b551 +SHA256 (libxcb-1.5.tar.bz2) = 3bf062e4ae585610c3e45b6ffe3035edf8b535b0e34f08068f0532a3d4381133 +SIZE (libxcb-1.5.tar.bz2) = 333760 diff -urN /usr/ports/x11/libxcb/pkg-plist libxcb/pkg-plist --- /usr/ports/x11/libxcb/pkg-plist 2009-06-28 18:22:33.000000000 +0530 +++ libxcb/pkg-plist 2009-12-06 22:15:41.000000000 +0530 @@ -2,6 +2,7 @@ include/xcb/composite.h include/xcb/damage.h include/xcb/dpms.h +include/xcb/dri2.h include/xcb/glx.h include/xcb/randr.h include/xcb/record.h @@ -37,6 +38,10 @@ lib/libxcb-dpms.la lib/libxcb-dpms.so lib/libxcb-dpms.so.0 +lib/libxcb-dri2.a +lib/libxcb-dri2.la +lib/libxcb-dri2.so +lib/libxcb-dri2.so.0 lib/libxcb-glx.a lib/libxcb-glx.la lib/libxcb-glx.so @@ -112,6 +117,7 @@ libdata/pkgconfig/xcb-composite.pc libdata/pkgconfig/xcb-damage.pc libdata/pkgconfig/xcb-dpms.pc +libdata/pkgconfig/xcb-dri2.pc libdata/pkgconfig/xcb-glx.pc libdata/pkgconfig/xcb-randr.pc libdata/pkgconfig/xcb-record.pc --=-=-=--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?864onyli5m.fsf>