Date: Fri, 14 Jan 2011 16:53:24 +0900 From: Takefu <takefu@airport.fm> To: freebsd-gnats-submit@FreeBSD.org Cc: gnome@FreeBSD.org Subject: ports/153983: [PATCH] graphics/cairo: update to 1.10.2 Message-ID: <4D3000F4.7040103@airport.fm> Resent-Message-ID: <201101140800.p0E80Ldm031545@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 153983 >Category: ports >Synopsis: [PATCH] graphics/cairo: update to 1.10.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: Fri Jan 14 08:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Takefu >Release: FreeBSD 8.2-RC1 amd64 >Organization: FOX Amateur Radio Club >Environment: >Description: >How-To-Repeat: >Fix: --- cairo-1.10.2.patch begins here --- diff -ruN /usr/ports/graphics/cairo/Makefile graphics/cairo/Makefile --- /usr/ports/graphics/cairo/Makefile 2010-12-06 08:35:01.000000000 +0900 +++ graphics/cairo/Makefile 2011-01-06 18:21:29.000000000 +0900 @@ -7,8 +7,7 @@ # PORTNAME= cairo -PORTVERSION= 1.10.0 -PORTREVISION= 3 +PORTVERSION= 1.10.2 PORTEPOCH?= 1 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -59,7 +58,7 @@ .endif .if defined(WITH_XCB) -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util +BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util CONFIGURE_ARGS+= --enable-xcb # this option exposes a bug --enable-xlib-xcb=auto diff -ruN /usr/ports/graphics/cairo/distinfo graphics/cairo/distinfo --- /usr/ports/graphics/cairo/distinfo 2010-11-22 08:53:55.000000000 +0900 +++ graphics/cairo/distinfo 2011-01-06 14:22:36.000000000 +0900 @@ -1,3 +1,2 @@ -MD5 (cairo-1.10.0.tar.gz) = 70a2ece66cf473d976e2db0f75bf199e -SHA256 (cairo-1.10.0.tar.gz) = 0f2ce4cc4615594088d74eb8b5360bad7c3cc3c3da9b61af9bfd979ed1ed94b2 -SIZE (cairo-1.10.0.tar.gz) = 24022822 +SHA256 (cairo-1.10.2.tar.gz) = 32018c7998358eebc2ad578ff8d8559d34fc80252095f110a572ed23d989fc41 +SIZE (cairo-1.10.2.tar.gz) = 23558405 diff -ruN /usr/ports/graphics/cairo/files/patch-src_cairo-wideint-type-private.h graphics/cairo/files/patch-src_cairo-wideint-type-private.h --- /usr/ports/graphics/cairo/files/patch-src_cairo-wideint-type-private.h 2010-11-26 16:46:48.000000000 +0900 +++ graphics/cairo/files/patch-src_cairo-wideint-type-private.h 2011-01-06 14:26:46.000000000 +0900 @@ -1,6 +1,6 @@ ---- src/cairo-wideint-type-private.h.orig 2010-11-26 02:41:47.000000000 -0500 -+++ src/cairo-wideint-type-private.h 2010-11-26 02:42:07.000000000 -0500 -@@ -121,6 +121,11 @@ typedef struct _cairo_quorem64 { +--- src/cairo-wideint-type-private.h.orig 2010-06-18 20:47:14.000000000 +0900 ++++ src/cairo-wideint-type-private.h 2011-01-06 14:22:43.000000000 +0900 +@@ -121,6 +121,11 @@ cairo_int64_t rem; } cairo_quorem64_t; diff -ruN /usr/ports/graphics/cairo/files/patch-src_cairo.h graphics/cairo/files/patch-src_cairo.h --- /usr/ports/graphics/cairo/files/patch-src_cairo.h 2010-11-21 00:36:38.000000000 +0900 +++ graphics/cairo/files/patch-src_cairo.h 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- src/cairo.h.orig 2010-10-29 16:27:48.000000000 +0200 -+++ src/cairo.h 2010-10-29 16:28:07.000000000 +0200 -@@ -1973,7 +1973,7 @@ typedef enum _cairo_device_type { - CAIRO_DEVICE_TYPE_SCRIPT, - CAIRO_DEVICE_TYPE_XCB, - CAIRO_DEVICE_TYPE_XLIB, -- CAIRO_DEVICE_TYPE_XML, -+ CAIRO_DEVICE_TYPE_XML - } cairo_device_type_t; - - cairo_public cairo_device_type_t --- cairo-1.10.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D3000F4.7040103>