Tue Sep 14 19:08:30 2010 UTC ()
We don't need to set the required "pixman" version here anymore.


(tron)
diff -r1.82 -r1.83 pkgsrc/graphics/cairo/Makefile

cvs diff -r1.82 -r1.83 pkgsrc/graphics/cairo/Makefile (switch to unified diff)

--- pkgsrc/graphics/cairo/Makefile 2010/09/13 12:23:01 1.82
+++ pkgsrc/graphics/cairo/Makefile 2010/09/14 19:08:29 1.83
@@ -1,51 +1,50 @@ @@ -1,51 +1,50 @@
1# $NetBSD: Makefile,v 1.82 2010/09/13 12:23:01 wiz Exp $ 1# $NetBSD: Makefile,v 1.83 2010/09/14 19:08:29 tron Exp $
2 2
3DISTNAME= cairo-1.10.0 3DISTNAME= cairo-1.10.0
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= http://cairographics.org/releases/ 5MASTER_SITES= http://cairographics.org/releases/
6 6
7MAINTAINER= recht@NetBSD.org 7MAINTAINER= recht@NetBSD.org
8HOMEPAGE= http://cairographics.org/ 8HOMEPAGE= http://cairographics.org/
9COMMENT= Vector graphics library with cross-device output support 9COMMENT= Vector graphics library with cross-device output support
10LICENSE= gnu-lgpl-v2.1 AND mpl-1.1 10LICENSE= gnu-lgpl-v2.1 AND mpl-1.1
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14USE_LANGUAGES+= c99 14USE_LANGUAGES+= c99
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_PKGLOCALEDIR= yes 16USE_PKGLOCALEDIR= yes
17USE_TOOLS+= pkg-config 17USE_TOOLS+= pkg-config
18PKGCONFIG_OVERRIDE+= src/cairo.pc.in src/cairo-features.pc.in 18PKGCONFIG_OVERRIDE+= src/cairo.pc.in src/cairo-features.pc.in
19GNU_CONFIGURE= yes 19GNU_CONFIGURE= yes
20CONFIGURE_ARGS+= --enable-gl 20CONFIGURE_ARGS+= --enable-gl
21CONFIGURE_ARGS+= --enable-pdf 21CONFIGURE_ARGS+= --enable-pdf
22CONFIGURE_ARGS+= --enable-ps 22CONFIGURE_ARGS+= --enable-ps
23 23
24PLIST_VARS+= carbon 24PLIST_VARS+= carbon
25.if exists(/System/Library/Frameworks/Carbon.framework) 25.if exists(/System/Library/Frameworks/Carbon.framework)
26CONFIGURE_ARGS+= --enable-quartz 26CONFIGURE_ARGS+= --enable-quartz
27CONFIGURE_ARGS+= --enable-quartz-font 27CONFIGURE_ARGS+= --enable-quartz-font
28CONFIGURE_ARGS+= --enable-quartz-image 28CONFIGURE_ARGS+= --enable-quartz-image
29PLIST.carbon= yes 29PLIST.carbon= yes
30.endif 30.endif
31 31
32.include "options.mk" 32.include "options.mk"
33 33
34# For snprintf() and ctime_r() 34# For snprintf() and ctime_r()
35CPPFLAGS.SunOS+= -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS 35CPPFLAGS.SunOS+= -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS
36 36
37TEST_TARGET= check 37TEST_TARGET= check
38 38
39.include "../../devel/zlib/buildlink3.mk" 39.include "../../devel/zlib/buildlink3.mk"
40.include "../../fonts/fontconfig/buildlink3.mk" 40.include "../../fonts/fontconfig/buildlink3.mk"
41BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.1.9 41BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.1.9
42.include "../../graphics/freetype2/buildlink3.mk" 42.include "../../graphics/freetype2/buildlink3.mk"
43.include "../../graphics/MesaLib/buildlink3.mk" 43.include "../../graphics/MesaLib/buildlink3.mk"
44.include "../../graphics/png/buildlink3.mk" 44.include "../../graphics/png/buildlink3.mk"
45# include? 45# include?
46#.include "../../print/libspectre/buildlink3.mk" 46#.include "../../print/libspectre/buildlink3.mk"
47BUILDLINK_API_DEPENDS.pixman+= pixman>=0.18.4 
48.include "../../x11/pixman/buildlink3.mk" 47.include "../../x11/pixman/buildlink3.mk"
49 48
50.include "../../mk/pthread.buildlink3.mk" 49.include "../../mk/pthread.buildlink3.mk"
51.include "../../mk/bsd.pkg.mk" 50.include "../../mk/bsd.pkg.mk"