From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 31 05:00:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAE45106566C for ; Sun, 31 Aug 2008 05:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AF97C8FC26 for ; Sun, 31 Aug 2008 05:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V502U6031851 for ; Sun, 31 Aug 2008 05:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7V502vc031850; Sun, 31 Aug 2008 05:00:02 GMT (envelope-from gnats) Resent-Date: Sun, 31 Aug 2008 05:00:02 GMT Resent-Message-Id: <200808310500.m7V502vc031850@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CDB6106569B for ; Sun, 31 Aug 2008 04:56:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 39D1E8FC08 for ; Sun, 31 Aug 2008 04:56:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V4u93P054617 for ; Sun, 31 Aug 2008 04:56:09 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7V4u82O054609; Sun, 31 Aug 2008 04:56:08 GMT (envelope-from nobody) Message-Id: <200808310456.m7V4u82O054609@www.freebsd.org> Date: Sun, 31 Aug 2008 04:56:08 GMT From: bf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/126990: [PATCH]x11/libxcb: update to 1.1.90.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2008 05:00:03 -0000 >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 # -# $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: