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

(-)cairo/Makefile (-12 / +2 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	cairo
9
PORTNAME=	cairo
10
PORTVERSION=	1.8.10
10
PORTVERSION=	1.10.0
11
PORTREVISION?=	1
11
PORTREVISION?=	1
12
PORTEPOCH?=	1
12
PORTEPOCH?=	1
13
CATEGORIES=	graphics
13
CATEGORIES=	graphics
Lines 44-63 Link Here
44
PLIST_SUB+=	X11=""
44
PLIST_SUB+=	X11=""
45
.endif
45
.endif
46
46
47
OPTIONS+=	GLITZ "Enable Glitz OpenGL Support" Off \
47
OPTIONS+=	XCB "Enable XCB (X C-language Binding) Support" On
48
		XCB "Enable XCB (X C-language Binding) Support" On
49
48
50
.include <bsd.port.pre.mk>
49
.include <bsd.port.pre.mk>
51
50
52
.if defined(WITH_GLITZ)
53
LIB_DEPENDS+=	glitz-glx.1:${PORTSDIR}/graphics/glitz
54
CONFIGURE_ARGS+=	--enable-glitz
55
PLIST_SUB+=	GLITZ=""
56
.else
57
CONFIGURE_ARGS+=	--disable-glitz
58
PLIST_SUB+=	GLITZ="@comment "
59
.endif
60
61
.ifdef(WITH_XCB)
51
.ifdef(WITH_XCB)
62
BUILD_DEPENDS+= 	${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util
52
BUILD_DEPENDS+= 	${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util
63
RUN_DEPENDS+=		${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util
53
RUN_DEPENDS+=		${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util
(-)cairo/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (cairo-1.8.10.tar.gz) = b60a82f405f9400bbfdcf850b1728d25
1
MD5 (cairo-1.10.0.tar.gz) = 70a2ece66cf473d976e2db0f75bf199e
2
SHA256 (cairo-1.8.10.tar.gz) = 572bada15596ec8708392db1af8b93a1af75ca47690348154e2841f3a6f08439
2
SHA256 (cairo-1.10.0.tar.gz) = 0f2ce4cc4615594088d74eb8b5360bad7c3cc3c3da9b61af9bfd979ed1ed94b2
3
SIZE (cairo-1.8.10.tar.gz) = 7102657
3
SIZE (cairo-1.10.0.tar.gz) = 24022822

Return to bug 150350