Date: Sun, 31 Aug 2008 04:49:59 GMT From: bf <bf2006a@yahoo.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/126989: [PATCH]x11/xcb-proto: update to 1.2 Message-ID: <200808310449.m7V4nx20047647@www.freebsd.org> Resent-Message-ID: <200808310500.m7V5023B031837@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 126989 >Category: ports >Synopsis: [PATCH]x11/xcb-proto: update to 1.2 >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:01 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 in future to python 2.3+. If users insist, we may consider divorcing the python-dependent components from the rest of the port (and likewise for x11/libxcb), but this will require some work. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN xcb-proto.orig/Makefile xcb-proto/Makefile --- xcb-proto.orig/Makefile 2008-08-21 02:18:41.000000000 -0400 +++ xcb-proto/Makefile 2008-08-31 00:22:35.161826337 -0400 @@ -2,12 +2,12 @@ # Date Created: 2006-08-23 # Whom: Ashish Shukla <wahjava@gmail.com> # -# $FreeBSD: ports/x11/xcb-proto/Makefile,v 1.5 2008/08/21 06:18:41 rafan Exp $ +# $FreeBSD: ports/x11/xcb-proto/Makefile,v 1.4 2008/05/07 14:22:25 itetcu Exp $ # PORTNAME= xcb-proto -PORTVERSION= 1.1 -CATEGORIES= x11 +PORTVERSION= 1.2 +CATEGORIES= x11 python MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= wahjava@gmail.com @@ -17,6 +17,7 @@ USE_BZIP2= yes USE_GNOME= gnomehack +USE_PYTHON= 2.5 GNU_CONFIGURE= yes DATADIR= ${PREFIX}/share/xcb diff -ruN xcb-proto.orig/distinfo xcb-proto/distinfo --- xcb-proto.orig/distinfo 2008-05-07 10:22:25.000000000 -0400 +++ xcb-proto/distinfo 2008-08-31 00:22:35.161826337 -0400 @@ -1,3 +1,3 @@ -MD5 (xcb-proto-1.1.tar.bz2) = dd34acc58c0a438e812f72a9afe7b2a0 -SHA256 (xcb-proto-1.1.tar.bz2) = 06af98d83d5075fb4105fd8fec042b62156e8d462a36c4041ef2f8821c80d14e -SIZE (xcb-proto-1.1.tar.bz2) = 72584 +MD5 (xcb-proto-1.2.tar.bz2) = 09f912486d8a2353bb4b99ddc28ba3c7 +SHA256 (xcb-proto-1.2.tar.bz2) = 54252e3543064b1b263b8880c5a549404486c95daa5da8656f5286c80e006be5 +SIZE (xcb-proto-1.2.tar.bz2) = 86506 diff -ruN xcb-proto.orig/pkg-plist xcb-proto/pkg-plist --- xcb-proto.orig/pkg-plist 2008-05-07 10:22:25.000000000 -0400 +++ xcb-proto/pkg-plist 2008-08-31 00:22:35.161826337 -0400 @@ -18,9 +18,30 @@ %%DATADIR%%/xf86dri.xml %%DATADIR%%/xfixes.xml %%DATADIR%%/xinerama.xml +%%DATADIR%%/xinput.xml %%DATADIR%%/xprint.xml %%DATADIR%%/xproto.xml +%%DATADIR%%/xselinux.xml %%DATADIR%%/xtest.xml %%DATADIR%%/xv.xml %%DATADIR%%/xvmc.xml +%%PYTHON_SITELIBDIR%%/xcbgen/__init__.py +%%PYTHON_SITELIBDIR%%/xcbgen/error.py +%%PYTHON_SITELIBDIR%%/xcbgen/expr.py +%%PYTHON_SITELIBDIR%%/xcbgen/matcher.py +%%PYTHON_SITELIBDIR%%/xcbgen/state.py +%%PYTHON_SITELIBDIR%%/xcbgen/xtypes.py +%%PYTHON_SITELIBDIR%%/xcbgen/__init__.pyc +%%PYTHON_SITELIBDIR%%/xcbgen/error.pyc +%%PYTHON_SITELIBDIR%%/xcbgen/expr.pyc +%%PYTHON_SITELIBDIR%%/xcbgen/matcher.pyc +%%PYTHON_SITELIBDIR%%/xcbgen/state.pyc +%%PYTHON_SITELIBDIR%%/xcbgen/xtypes.pyc +%%PYTHON_SITELIBDIR%%/xcbgen/__init__.pyo +%%PYTHON_SITELIBDIR%%/xcbgen/error.pyo +%%PYTHON_SITELIBDIR%%/xcbgen/expr.pyo +%%PYTHON_SITELIBDIR%%/xcbgen/matcher.pyo +%%PYTHON_SITELIBDIR%%/xcbgen/state.pyo +%%PYTHON_SITELIBDIR%%/xcbgen/xtypes.pyo @dirrm %%DATADIR%% +@dirrm %%PYTHON_SITELIBDIR%%/xcbgen >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808310449.m7V4nx20047647>