pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/cairo Enable the atsui backend if the Carbon ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d9087fb9a9c
branches:  trunk
changeset: 516557:6d9087fb9a9c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Jul 23 05:08:49 2006 +0000

description:
Enable the atsui backend if the Carbon framework is available.
Bump PKGREVISION.

diffstat:

 graphics/cairo/Makefile |  10 +++++-----
 graphics/cairo/PLIST    |   8 +++++---
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (64 lines):

diff -r 067aeff33040 -r 6d9087fb9a9c graphics/cairo/Makefile
--- a/graphics/cairo/Makefile   Sun Jul 23 05:07:55 2006 +0000
+++ b/graphics/cairo/Makefile   Sun Jul 23 05:08:49 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2006/07/23 04:07:34 minskim Exp $
+# $NetBSD: Makefile,v 1.41 2006/07/23 05:08:49 minskim Exp $
 
 DISTNAME=      cairo-1.2.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    graphics
 MASTER_SITES=  http://cairographics.org/releases/
 
@@ -14,7 +14,6 @@
 USE_TOOLS+=            pkg-config
 PKGCONFIG_OVERRIDE+=   src/cairo.pc.in src/cairo-backend.pc.in
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --disable-atsui
 CONFIGURE_ARGS+=       --disable-xcb
 CONFIGURE_ARGS+=       --enable-glitz
 CONFIGURE_ARGS+=       --enable-pdf
@@ -23,9 +22,10 @@
 
 .if exists(/System/Library/Frameworks/Carbon.framework)
 CONFIGURE_ARGS+=       --enable-quartz
-PLIST_SUBST+=          QUARTZ=
+CONFIGURE_ARGS+=       --enable-atsui
+PLIST_SUBST+=          CARBON=
 .else
-PLIST_SUBST+=          QUARTZ="@comment "
+PLIST_SUBST+=          CARBON="@comment "
 .endif
 
 .include "options.mk"
diff -r 067aeff33040 -r 6d9087fb9a9c graphics/cairo/PLIST
--- a/graphics/cairo/PLIST      Sun Jul 23 05:07:55 2006 +0000
+++ b/graphics/cairo/PLIST      Sun Jul 23 05:08:49 2006 +0000
@@ -1,21 +1,23 @@
-@comment $NetBSD: PLIST,v 1.11 2006/07/23 04:07:34 minskim Exp $
+@comment $NetBSD: PLIST,v 1.12 2006/07/23 05:08:49 minskim Exp $
+${CARBON}include/cairo/cairo-atsui.h
 include/cairo/cairo-features.h
 include/cairo/cairo-ft.h
 include/cairo/cairo-glitz.h
 include/cairo/cairo-pdf.h
 include/cairo/cairo-ps.h
-${QUARTZ}include/cairo/cairo-quartz.h
+${CARBON}include/cairo/cairo-quartz.h
 include/cairo/cairo-svg.h
 ${X11}include/cairo/cairo-xlib-xrender.h
 ${X11}include/cairo/cairo-xlib.h
 include/cairo/cairo.h
 lib/libcairo.la
+${CARBON}lib/pkgconfig/cairo-atsui.pc
 lib/pkgconfig/cairo-ft.pc
 lib/pkgconfig/cairo-glitz.pc
 lib/pkgconfig/cairo-pdf.pc
 lib/pkgconfig/cairo-png.pc
 lib/pkgconfig/cairo-ps.pc
-${QUARTZ}lib/pkgconfig/cairo-quartz.pc
+${CARBON}lib/pkgconfig/cairo-quartz.pc
 lib/pkgconfig/cairo-svg.pc
 ${X11}lib/pkgconfig/cairo-xlib-xrender.pc
 ${X11}lib/pkgconfig/cairo-xlib.pc



Home | Main Index | Thread Index | Old Index