View | Details | Raw Unified | Return to bug 153983
Collapse All | Expand All

(-)graphics/cairo/Makefile (-3 / +2 lines)
Lines 7-14 Link Here
7
#
7
#
8
PORTNAME=	cairo
8
PORTNAME=	cairo
9
PORTVERSION=	1.10.0
9
PORTVERSION=	1.10.2
10
PORTREVISION=	3
11
PORTEPOCH?=	1
10
PORTEPOCH?=	1
12
CATEGORIES=	graphics
11
CATEGORIES=	graphics
13
MASTER_SITES=	http://cairographics.org/releases/
12
MASTER_SITES=	http://cairographics.org/releases/
Lines 59-65 Link Here
59
.endif
58
.endif
60
.if defined(WITH_XCB)
59
.if defined(WITH_XCB)
61
BUILD_DEPENDS+= 	${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util
60
BUILD_DEPENDS+=		${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util
62
RUN_DEPENDS+=		${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util
61
RUN_DEPENDS+=		${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util
63
CONFIGURE_ARGS+=	--enable-xcb
62
CONFIGURE_ARGS+=	--enable-xcb
64
# this option exposes a bug --enable-xlib-xcb=auto
63
# this option exposes a bug --enable-xlib-xcb=auto
(-)graphics/cairo/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (cairo-1.10.0.tar.gz) = 70a2ece66cf473d976e2db0f75bf199e
1
SHA256 (cairo-1.10.2.tar.gz) = 32018c7998358eebc2ad578ff8d8559d34fc80252095f110a572ed23d989fc41
2
SHA256 (cairo-1.10.0.tar.gz) = 0f2ce4cc4615594088d74eb8b5360bad7c3cc3c3da9b61af9bfd979ed1ed94b2
2
SIZE (cairo-1.10.2.tar.gz) = 23558405
3
SIZE (cairo-1.10.0.tar.gz) = 24022822
(-)graphics/cairo/files/patch-src_cairo-wideint-type-private.h (-3 / +3 lines)
Lines 1-6 Link Here
1
--- src/cairo-wideint-type-private.h.orig	2010-11-26 02:41:47.000000000 -0500
1
--- src/cairo-wideint-type-private.h.orig	2010-06-18 20:47:14.000000000 +0900
2
+++ src/cairo-wideint-type-private.h	2010-11-26 02:42:07.000000000 -0500
2
+++ src/cairo-wideint-type-private.h	2011-01-06 14:22:43.000000000 +0900
3
@@ -121,6 +121,11 @@ typedef struct _cairo_quorem64 {
3
@@ -121,6 +121,11 @@
4
     cairo_int64_t	rem;
4
     cairo_int64_t	rem;
5
 } cairo_quorem64_t;
5
 } cairo_quorem64_t;
(-)graphics/cairo/files/patch-src_cairo.h (-11 lines)
Lines 1-11 Link Here
1
--- src/cairo.h.orig	2010-10-29 16:27:48.000000000 +0200
2
+++ src/cairo.h	2010-10-29 16:28:07.000000000 +0200
3
@@ -1973,7 +1973,7 @@ typedef enum _cairo_device_type {
4
     CAIRO_DEVICE_TYPE_SCRIPT,
5
     CAIRO_DEVICE_TYPE_XCB,
6
     CAIRO_DEVICE_TYPE_XLIB,
7
-    CAIRO_DEVICE_TYPE_XML,
8
+    CAIRO_DEVICE_TYPE_XML
9
 } cairo_device_type_t;
10
11
 cairo_public cairo_device_type_t

Return to bug 153983