diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-19 01:15:12 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-19 01:15:12 +0800 |
commit | 8d1c6c1b10e2221271d372ea01050bcba3f4835c (patch) | |
tree | 9832b274488826c26c883d2159c6195c73ddb620 /graphics | |
parent | eb0cb5034de3f83838f7c2a1286dd8dfe80a9cab (diff) | |
download | marcuscom-ports-8d1c6c1b10e2221271d372ea01050bcba3f4835c.tar marcuscom-ports-8d1c6c1b10e2221271d372ea01050bcba3f4835c.tar.gz marcuscom-ports-8d1c6c1b10e2221271d372ea01050bcba3f4835c.tar.bz2 marcuscom-ports-8d1c6c1b10e2221271d372ea01050bcba3f4835c.tar.lz marcuscom-ports-8d1c6c1b10e2221271d372ea01050bcba3f4835c.tar.xz marcuscom-ports-8d1c6c1b10e2221271d372ea01050bcba3f4835c.tar.zst marcuscom-ports-8d1c6c1b10e2221271d372ea01050bcba3f4835c.zip |
- 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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cairo/Makefile | 6 | ||||
-rw-r--r-- | graphics/cairo/distinfo | 4 | ||||
-rw-r--r-- | 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 <ahze@FreeBSD.org> # # $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 |