Sat Mar 16 22:41:50 2013 UTC ()
Update ghostscript depends. PKGREVISION -> 22


(dholland)
diff -r1.113 -r1.114 pkgsrc/graphics/graphviz/Makefile
diff -r1.16 -r1.17 pkgsrc/graphics/graphviz/options.mk

cvs diff -r1.113 -r1.114 pkgsrc/graphics/graphviz/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/graphviz/Makefile 2013/02/16 11:22:03 1.113
+++ pkgsrc/graphics/graphviz/Makefile 2013/03/16 22:41:50 1.114
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.113 2013/02/16 11:22:03 wiz Exp $ 1# $NetBSD: Makefile,v 1.114 2013/03/16 22:41:50 dholland Exp $
2 2
3DISTNAME= graphviz-2.26.3 3DISTNAME= graphviz-2.26.3
4PKGREVISION= 21 4PKGREVISION= 22
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= http://www.graphviz.org/pub/graphviz/stable/SOURCES/ 6MASTER_SITES= http://www.graphviz.org/pub/graphviz/stable/SOURCES/
7 7
8MAINTAINER= sno@NetBSD.org 8MAINTAINER= sno@NetBSD.org
9HOMEPAGE= http://www.graphviz.org/ 9HOMEPAGE= http://www.graphviz.org/
10COMMENT= Graph Drawing Programs from AT&T Research and Lucent Bell Labs 10COMMENT= Graph Drawing Programs from AT&T Research and Lucent Bell Labs
11LICENSE= cpl-1.0 11LICENSE= cpl-1.0
12 12
13PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
14 14
15CHECK_FILES_SKIP+= ${PREFIX}/lib/graphviz/config6 15CHECK_FILES_SKIP+= ${PREFIX}/lib/graphviz/config6
16 16
17PRIVILEGED_STAGES+= clean 17PRIVILEGED_STAGES+= clean

cvs diff -r1.16 -r1.17 pkgsrc/graphics/graphviz/options.mk (expand / switch to unified diff)

--- pkgsrc/graphics/graphviz/options.mk 2012/09/29 23:34:11 1.16
+++ pkgsrc/graphics/graphviz/options.mk 2013/03/16 22:41:50 1.17
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: options.mk,v 1.16 2012/09/29 23:34:11 dholland Exp $ 1# $NetBSD: options.mk,v 1.17 2013/03/16 22:41:50 dholland Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.graphviz 3PKG_OPTIONS_VAR= PKG_OPTIONS.graphviz
4PKG_SUPPORTED_OPTIONS= gd ghostscript gtk guile lua ocaml pangocairo rsvg tcl x11 perl 4PKG_SUPPORTED_OPTIONS= gd ghostscript gtk guile lua ocaml pangocairo rsvg tcl x11 perl
5PKG_SUGGESTED_OPTIONS= gd gtk lua pangocairo perl tcl x11 5PKG_SUGGESTED_OPTIONS= gd gtk lua pangocairo perl tcl x11
6# Explanation of consequence of options, to help those trying to slim down: 6# Explanation of consequence of options, to help those trying to slim down:
7# guile ocaml lua tcl perl: extension language support 7# guile ocaml lua tcl perl: extension language support
8# x11: Omits all linking with x11, which means x11 graphics supports as 8# x11: Omits all linking with x11, which means x11 graphics supports as
9# well as x11 frontend support. 9# well as x11 frontend support.
10# pangocairo: basic ps/pdf support. 10# pangocairo: basic ps/pdf support.
11# gtk: basic graphic format support (in addition to gd, which isn't 11# gtk: basic graphic format support (in addition to gd, which isn't
12# maintained anymore) 12# maintained anymore)
13# rsvg: Omitting loses svg support. librsvg has large dependencies 13# rsvg: Omitting loses svg support. librsvg has large dependencies
14# including some GNOME libs. 14# including some GNOME libs.
@@ -20,27 +20,27 @@ PKG_SUGGESTED_OPTIONS= gd gtk lua pangoc @@ -20,27 +20,27 @@ PKG_SUGGESTED_OPTIONS= gd gtk lua pangoc
20PLIST_VARS+= gd ghostscript gtk guile lua ocaml pangocairo perl rsvg tcl x11 20PLIST_VARS+= gd ghostscript gtk guile lua ocaml pangocairo perl rsvg tcl x11
21 21
22.if !empty(PKG_OPTIONS:Mx11) 22.if !empty(PKG_OPTIONS:Mx11)
23.include "../../mk/xaw.buildlink3.mk" 23.include "../../mk/xaw.buildlink3.mk"
24CONFIGURE_ENV+= X11PREFIX=${X11PREFIX} X11BASE=${X11BASE} 24CONFIGURE_ENV+= X11PREFIX=${X11PREFIX} X11BASE=${X11BASE}
25PLIST.x11= yes 25PLIST.x11= yes
26 26
27. if !empty(PKG_OPTIONS:Mpangocairo) 27. if !empty(PKG_OPTIONS:Mpangocairo)
28. include "../../devel/pango/buildlink3.mk" 28. include "../../devel/pango/buildlink3.mk"
29. include "../../graphics/cairo/buildlink3.mk" 29. include "../../graphics/cairo/buildlink3.mk"
30PLIST.pangocairo= yes 30PLIST.pangocairo= yes
31 31
32. if !empty(PKG_OPTIONS:Mghostscript) 32. if !empty(PKG_OPTIONS:Mghostscript)
33. include "../../print/ghostscript/buildlink3.mk" 33. include "../../print/ghostscript/ghostscript.buildlink3.mk"
34PLIST.ghostscript= yes 34PLIST.ghostscript= yes
35. else 35. else
36CONFIGURE_ARGS+= --without-ghostscript 36CONFIGURE_ARGS+= --without-ghostscript
37. endif 37. endif
38 38
39. if !empty(PKG_OPTIONS:Mgtk) 39. if !empty(PKG_OPTIONS:Mgtk)
40. include "../../x11/gtk2/buildlink3.mk" 40. include "../../x11/gtk2/buildlink3.mk"
41PLIST.gtk= yes 41PLIST.gtk= yes
42. else 42. else
43CONFIGURE_ARGS+= --without-gdk-pixbuf 43CONFIGURE_ARGS+= --without-gdk-pixbuf
44CONFIGURE_ARGS+= --without-gtk 44CONFIGURE_ARGS+= --without-gtk
45CONFIGURE_ARGS+= --without-gnomeui 45CONFIGURE_ARGS+= --without-gnomeui
46. endif 46. endif