From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 7 12:00:16 2010 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 AF7D310657CA for ; Tue, 7 Sep 2010 12:00:16 +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 8ADFC8FC1A for ; Tue, 7 Sep 2010 12:00:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o87C0GsQ089529 for ; Tue, 7 Sep 2010 12:00:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o87C0GJL089520; Tue, 7 Sep 2010 12:00:16 GMT (envelope-from gnats) Resent-Date: Tue, 7 Sep 2010 12:00:16 GMT Resent-Message-Id: <201009071200.o87C0GJL089520@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, Douglas Carmichael Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4475B1065698 for ; Tue, 7 Sep 2010 11:52:36 +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 190498FC08 for ; Tue, 7 Sep 2010 11:52:36 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o87BqZo6042491 for ; Tue, 7 Sep 2010 11:52:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o87BqZ92042481; Tue, 7 Sep 2010 11:52:35 GMT (envelope-from nobody) Message-Id: <201009071152.o87BqZ92042481@www.freebsd.org> Date: Tue, 7 Sep 2010 11:52:35 GMT From: Douglas Carmichael To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/150350: I have upgraded the graphics/cairo port to 1.10.0 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: Tue, 07 Sep 2010 12:00:16 -0000 >Number: 150350 >Category: ports >Synopsis: I have upgraded the graphics/cairo port to 1.10.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 07 12:00:15 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Douglas Carmichael >Release: 8.1-RELEASE >Organization: >Environment: FreeBSD dc-freebsd81.carmichael.lan 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Sat Jul 24 07:36:37 CDT 2010 root@dc-freebsd81.carmichael.lan:/usr/src/sys/amd64/compile/VMWARE81-64 amd64 >Description: I have upgraded the graphics/cairo port to 1.10.0. A patch is attached. >How-To-Repeat: n/a >Fix: n/a Patch attached with submission follows: diff -ruN cairo.orig/Makefile cairo/Makefile --- cairo.orig/Makefile 2010-09-07 06:20:36.000000000 -0500 +++ cairo/Makefile 2010-09-07 06:40:33.000000000 -0500 @@ -7,7 +7,7 @@ # PORTNAME= cairo -PORTVERSION= 1.8.10 +PORTVERSION= 1.10.0 PORTREVISION?= 1 PORTEPOCH?= 1 CATEGORIES= graphics @@ -44,20 +44,10 @@ PLIST_SUB+= X11="" .endif -OPTIONS+= GLITZ "Enable Glitz OpenGL Support" Off \ - XCB "Enable XCB (X C-language Binding) Support" On +OPTIONS+= XCB "Enable XCB (X C-language Binding) Support" On .include -.if defined(WITH_GLITZ) -LIB_DEPENDS+= glitz-glx.1:${PORTSDIR}/graphics/glitz -CONFIGURE_ARGS+= --enable-glitz -PLIST_SUB+= GLITZ="" -.else -CONFIGURE_ARGS+= --disable-glitz -PLIST_SUB+= GLITZ="@comment " -.endif - .ifdef(WITH_XCB) BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util diff -ruN cairo.orig/distinfo cairo/distinfo --- cairo.orig/distinfo 2010-09-07 06:20:36.000000000 -0500 +++ cairo/distinfo 2010-09-07 06:22:48.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (cairo-1.8.10.tar.gz) = b60a82f405f9400bbfdcf850b1728d25 -SHA256 (cairo-1.8.10.tar.gz) = 572bada15596ec8708392db1af8b93a1af75ca47690348154e2841f3a6f08439 -SIZE (cairo-1.8.10.tar.gz) = 7102657 +MD5 (cairo-1.10.0.tar.gz) = 70a2ece66cf473d976e2db0f75bf199e +SHA256 (cairo-1.10.0.tar.gz) = 0f2ce4cc4615594088d74eb8b5360bad7c3cc3c3da9b61af9bfd979ed1ed94b2 +SIZE (cairo-1.10.0.tar.gz) = 24022822 >Release-Note: >Audit-Trail: >Unformatted: