ports/126990: [PATCH]x11/libxcb: update to 1.1.90.1

bf bf2006a at yahoo.com
Sun Aug 31 05:00:03 UTC 2008


>Number:         126990
>Category:       ports
>Synopsis:       [PATCH]x11/libxcb: update to 1.1.90.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 31 05:00:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        7-STABLE i386
>Organization:
-
>Environment:
>Description:
Note the new dependence on python 2.5.x.  This may be relaxed to python 2.3+ in the future.  If users insist, we may consider divorcing the python-dependent portions of the port from the remainder, but this will require some work.  Note also that this version *succeeds* the misnamed version 1.1.91 that is present on the project server.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN libxcb.orig/Makefile libxcb/Makefile
--- libxcb.orig/Makefile	2008-08-21 02:18:40.000000000 -0400
+++ libxcb/Makefile	2008-08-31 00:25:41.954688000 -0400
@@ -2,12 +2,12 @@
 # Date Created:				2006-08-23
 # Whom:					Ashish Shukla <wahjava at gmail.com>
 #
-# $FreeBSD: ports/x11/libxcb/Makefile,v 1.11 2008/08/21 06:18:40 rafan Exp $
+# $FreeBSD: ports/x11/libxcb/Makefile,v 1.10 2008/05/28 13:07:31 edwin Exp $
 #
 
 PORTNAME=	libxcb
-PORTVERSION=	1.1
-CATEGORIES=	x11
+PORTVERSION=	1.1.90.1
+CATEGORIES=	x11 python
 #MASTER_SITES=	XORG/current/src/extras
 MASTER_SITES=	http://xcb.freedesktop.org/dist/
 
@@ -28,6 +28,7 @@
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 USE_XORG=	xau xdmcp
+USE_PYTHON=	2.5
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-check=${LOCALBASE}
diff -ruN libxcb.orig/distinfo libxcb/distinfo
--- libxcb.orig/distinfo	2008-05-07 10:23:17.000000000 -0400
+++ libxcb/distinfo	2008-08-31 00:25:41.954688000 -0400
@@ -1,3 +1,3 @@
-MD5 (libxcb-1.1.tar.bz2) = 9310b02433273d75d42f10da3c7455aa
-SHA256 (libxcb-1.1.tar.bz2) = 338b9cb7886b49a5674881cd929def07449e47ffcc1886f4363359883c82d93f
-SIZE (libxcb-1.1.tar.bz2) = 442755
+MD5 (libxcb-1.1.90.1.tar.bz2) = c4b67c5576ed58e2fd4a2855c0b21aa6
+SHA256 (libxcb-1.1.90.1.tar.bz2) = 7ccd862a295562412e9fe75cb83cc593db5c88d162b3ce1f7a326dd116381e88
+SIZE (libxcb-1.1.90.1.tar.bz2) = 475250
diff -ruN libxcb.orig/pkg-plist libxcb/pkg-plist
--- libxcb.orig/pkg-plist	2008-05-07 10:23:17.000000000 -0400
+++ libxcb/pkg-plist	2008-08-31 00:25:41.964694858 -0400
@@ -19,8 +19,10 @@
 include/xcb/xf86dri.h
 include/xcb/xfixes.h
 include/xcb/xinerama.h
+include/xcb/xinput.h
 include/xcb/xprint.h
 include/xcb/xproto.h
+include/xcb/xselinux.h
 include/xcb/xtest.h
 include/xcb/xv.h
 include/xcb/xvmc.h


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list