Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 2009 14:50:04 GMT
From:      wahjava@gmail.com (Ashish SHUKLA)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/138361: x11/libxcb: alleviate dependency on python
Message-ID:  <200909211450.n8LEo46x058170@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/138361; it has been noted by GNATS.

From: wahjava@gmail.com (Ashish SHUKLA)
To: bug-followup@freebsd.org, moro@remus.dti.ne.jp
Cc:  
Subject: Re: ports/138361: x11/libxcb: alleviate dependency on python
Date: Mon, 21 Sep 2009 20:14:17 +0530

 --=-=-=
 Content-Type: multipart/signed; boundary="==-=-=";
 	micalg=pgp-sha1; protocol="application/pgp-signature"
 
 --==-=-=
 Content-Transfer-Encoding: quoted-printable
 
 Oops, sorry forgot to attach the diff file.
 =2D-=20
 Ashish SHUKLA
 
 --==-=-=
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.13 (FreeBSD)
 
 iEYEARECAAYFAkq3kUEACgkQHy+EEHYuXnSzCgCdHowYmm5AIyyeNVZgNgL7UpFj
 QZ4AoOP0NOcMdnmJqBq2skvaIUY4tCg7
 =F2QY
 -----END PGP SIGNATURE-----
 --==-=-=--
 
 --=-=-=
 Content-Type: text/x-diff
 Content-Disposition: attachment; filename=libxcb.diff
 Content-Description: diff file.
 
 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-09-16 21:45:32.000000000 +0530
 @@ -7,8 +7,8 @@
  
  PORTNAME=	libxcb
  PORTVERSION=	1.4
 +PORTREVISION=	1
  CATEGORIES=	x11 python
 -#MASTER_SITES=	XORG/current/src/extras
  MASTER_SITES=	http://xcb.freedesktop.org/dist/
  
  MAINTAINER=	wahjava@gmail.com
 @@ -19,9 +19,7 @@
  		${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 \
 -		${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 +28,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
 
 --=-=-=--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909211450.n8LEo46x058170>