Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Sep 2010 11:52:35 GMT
From:      Douglas Carmichael <dcarmich@dcarmichael.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/150350: I have upgraded the graphics/cairo port to 1.10.0
Message-ID:  <201009071152.o87BqZ92042481@www.freebsd.org>
Resent-Message-ID: <201009071200.o87C0GJL089520@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.pre.mk>
 
-.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:



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