Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jan 2009 16:50:02 GMT
From:      wahjava@gmail.com (Ashish SHUKLA)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/130475: allow x11/libxcb and x11/xcb-proto to build with python 2.6
Message-ID:  <200901141650.n0EGo2Am037058@freefall.freebsd.org>

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

From: wahjava@gmail.com (Ashish SHUKLA)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/130475: allow x11/libxcb and x11/xcb-proto to build with python 2.6
Date: Wed, 14 Jan 2009 22:19:56 +0530

 --=-=-=
 
 Hi,
 
 I'm approving the changes. And attached is the patch which needs to be
 committed.
 
 Thanks
 -- 
 Ashish SHUKLA
 
 --=-=-=
 Content-Disposition: attachment; filename=libxcb_xcb-proto.diff
 Content-Description: diff
 
 diff --git /usr/ports/libxcb/Makefile libxcb/Makefile
 new file mode 100644
 index 7f72174..6d18a47 100644
 --- /usr/ports/libxcb/Makefile
 +++ libxcb/Makefile
 @@ -28,7 +28,7 @@ USE_GNOME=	gnomehack
  USE_GMAKE=	yes
  USE_LDCONFIG=	yes
  USE_XORG=	xau xdmcp
 -USE_PYTHON=	2.5
 +USE_PYTHON=	2.5+
  
  GNU_CONFIGURE=	yes
  CONFIGURE_ARGS+=	--with-check=${LOCALBASE}
 diff --git /usr/ports/xcb-proto/Makefile xcb-proto/Makefile
 new file mode 100644
 index 118a47e..74369ff 100644
 --- /usr/ports/xcb-proto/Makefile
 +++ xcb-proto/Makefile
 @@ -17,7 +17,7 @@ BUILD_DEPENDS=	xmllint:${PORTSDIR}/textproc/libxml2
  
  USE_BZIP2=	yes
  USE_GNOME=	gnomehack
 -USE_PYTHON=	2.5
 +USE_PYTHON=	2.5+
  GNU_CONFIGURE=	yes
  
  DATADIR=	${PREFIX}/share/xcb
 
 --=-=-=--



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