[Midnightbsd-cvs] mports: graphics/cairo: update cairo to 1.6.4

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Oct 21 14:21:13 EDT 2008


Log Message:
-----------
update cairo to 1.6.4

Modified Files:
--------------
    mports/graphics/cairo:
        Makefile (r1.7 -> r1.8)
        distinfo (r1.4 -> r1.5)

Removed Files:
-------------
    mports/graphics/cairo/files:
        patch-src_cairo-xlib-surface.c

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/cairo/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -L graphics/cairo/Makefile -L graphics/cairo/Makefile -u -r1.7 -r1.8
--- graphics/cairo/Makefile
+++ graphics/cairo/Makefile
@@ -8,7 +8,7 @@
 #
 
 PORTNAME=	cairo
-PORTVERSION=	1.4.12
+PORTVERSION=	1.6.4
 PORTREVISION?=	0
 CATEGORIES=	graphics
 MASTER_SITES=	http://cairographics.org/releases/
@@ -23,7 +23,8 @@
 
 LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2 \
 		png.5:${PORTSDIR}/graphics/png \
-		fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
+		fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
+		pixman-1.9:${PORTSDIR}/x11/pixman
 
 CONFIGURE_ARGS=	--with-html-dir=${DOCSDIR} \
 		--enable-pdf \
@@ -52,7 +53,7 @@
 CONFIGURE_ARGS+=--disable-xlib
 PLIST_SUB+=	X11="@comment "
 .else
-USE_XLIB=	yes
+USE_XORG+=	xrender
 PLIST_SUB+=	X11=""
 .endif
 
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/graphics/cairo/distinfo,v
retrieving revision 1.4
retrieving revision 1.5
diff -L graphics/cairo/distinfo -L graphics/cairo/distinfo -u -r1.4 -r1.5
--- graphics/cairo/distinfo
+++ graphics/cairo/distinfo
@@ -1,3 +1,3 @@
-MD5 (cairo-1.4.12.tar.gz) = 8e50c2c0d56388e4ee94196c0c7a7904
-SHA256 (cairo-1.4.12.tar.gz) = a1a1e4ccec8da980141d903adbe83535481b4fda96a479456438d3dfbc767d5d
-SIZE (cairo-1.4.12.tar.gz) = 3276610
+MD5 (cairo-1.6.4.tar.gz) = a198d509f9e3a35b78de8bb02174ebb9
+SHA256 (cairo-1.6.4.tar.gz) = 7f0ce28c358706913bc39e6930a18ae89f3b9a6aa17998faa2b59d1e0e2b4f42
+SIZE (cairo-1.6.4.tar.gz) = 5042623
--- graphics/cairo/files/patch-src_cairo-xlib-surface.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/cairo-xlib-surface.c.orig	Mon Oct  3 22:44:43 2005
-+++ src/cairo-xlib-surface.c	Wed Nov 16 18:59:40 2005
-@@ -1758,7 +1758,7 @@
- 
-     surface->buggy_repeat = FALSE;
-     if (strstr (ServerVendor (dpy), "X.Org") != NULL) {
--	if (VendorRelease (dpy) <= 60802000)
-+	if (VendorRelease (dpy) < 60900000)
- 	    surface->buggy_repeat = TRUE;
-     } else if (strstr (ServerVendor (dpy), "XFree86") != NULL) {
- 	if (VendorRelease (dpy) <= 40500000)


More information about the Midnightbsd-cvs mailing list