pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/cairo "atsui" support in "cairo" has been dep...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/efe3c5e14640
branches:  trunk
changeset: 541419:efe3c5e14640
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Apr 22 10:23:09 2008 +0000

description:
"atsui" support in "cairo" has been deprecated. Remove "atsui" specific
bits (available under Mac OS X only) and correct the package list.
Bump package revision.

diffstat:

 graphics/cairo/Makefile |  4 ++--
 graphics/cairo/PLIST    |  4 +---
 2 files changed, 3 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r fa7e0ffc0eab -r efe3c5e14640 graphics/cairo/Makefile
--- a/graphics/cairo/Makefile   Tue Apr 22 06:01:28 2008 +0000
+++ b/graphics/cairo/Makefile   Tue Apr 22 10:23:09 2008 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2008/04/21 11:29:33 tnn Exp $
+# $NetBSD: Makefile,v 1.62 2008/04/22 10:23:09 tron Exp $
 
 DISTNAME=      cairo-1.6.4
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  http://cairographics.org/releases/
 
@@ -24,7 +25,6 @@
 PLIST_VARS+=           carbon
 .if exists(/System/Library/Frameworks/Carbon.framework)
 CONFIGURE_ARGS+=       --enable-quartz
-CONFIGURE_ARGS+=       --enable-atsui
 PLIST.carbon=          yes
 .endif
 
diff -r fa7e0ffc0eab -r efe3c5e14640 graphics/cairo/PLIST
--- a/graphics/cairo/PLIST      Tue Apr 22 06:01:28 2008 +0000
+++ b/graphics/cairo/PLIST      Tue Apr 22 10:23:09 2008 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2008/04/21 11:29:33 tnn Exp $
-${PLIST.carbon}include/cairo/cairo-atsui.h
+@comment $NetBSD: PLIST,v 1.20 2008/04/22 10:23:09 tron Exp $
 include/cairo/cairo-deprecated.h
 include/cairo/cairo-features.h
 include/cairo/cairo-ft.h
@@ -12,7 +11,6 @@
 ${PLIST.x11}include/cairo/cairo-xlib.h
 include/cairo/cairo.h
 lib/libcairo.la
-${PLIST.carbon}lib/pkgconfig/cairo-atsui.pc
 lib/pkgconfig/cairo-ft.pc
 lib/pkgconfig/cairo-glitz.pc
 lib/pkgconfig/cairo-pdf.pc



Home | Main Index | Thread Index | Old Index