From 8d1c6c1b10e2221271d372ea01050bcba3f4835c Mon Sep 17 00:00:00 2001 From: ahze Date: Mon, 18 Jul 2005 17:15:12 +0000 Subject: - Update to 0.5.2 This version breaks compatibility with glitz, no glitz support until 0.6.0. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4268 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/cairo/Makefile | 6 ++++-- graphics/cairo/distinfo | 4 ++-- graphics/cairo/pkg-plist | 2 -- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 4aef81544..f340fc005 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -3,11 +3,11 @@ # Whom: Michael Johnson # # $FreeBSD$ -# $MCom: ports/graphics/cairo/Makefile,v 1.11 2005/06/28 05:40:04 adamw Exp $ +# $MCom: ports/graphics/cairo/Makefile,v 1.12 2005/07/04 00:11:28 marcus Exp $ # PORTNAME= cairo -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ @@ -33,8 +33,10 @@ OPTIONS+= GLITZ "Enable Glitz OpenGL Support" On .if !defined(WITHOUT_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 diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo index 8a1033377..28931a8eb 100644 --- a/graphics/cairo/distinfo +++ b/graphics/cairo/distinfo @@ -1,2 +1,2 @@ -MD5 (cairo-0.5.1.tar.gz) = 4bad34b337403e73637d2f6c752283f1 -SIZE (cairo-0.5.1.tar.gz) = 1036308 +MD5 (cairo-0.5.2.tar.gz) = 56073c9c7bb1f7acbd278d298aa42b5f +SIZE (cairo-0.5.2.tar.gz) = 1099550 diff --git a/graphics/cairo/pkg-plist b/graphics/cairo/pkg-plist index 461ad803f..3656793d0 100644 --- a/graphics/cairo/pkg-plist +++ b/graphics/cairo/pkg-plist @@ -1,6 +1,5 @@ include/cairo/cairo-features.h include/cairo/cairo-ft.h -%%GLITZ%%include/cairo/cairo-glitz.h include/cairo/cairo-pdf.h include/cairo/cairo-ps.h %%X11%%include/cairo/cairo-xlib-xrender.h @@ -19,7 +18,6 @@ libdata/pkgconfig/cairo.pc %%DOCSDIR%%/cairo/bindings-return-values.html %%DOCSDIR%%/cairo/bindings-streams.html %%DOCSDIR%%/cairo/bindings-surfaces.html -%%DOCSDIR%%/cairo/cairo-ATSUI-Fonts.html %%DOCSDIR%%/cairo/cairo-Fonts.html %%DOCSDIR%%/cairo/cairo-FreeType-Fonts.html %%DOCSDIR%%/cairo/cairo-Glitz-backend.html -- cgit v1.2.3