Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/graphviz graphviz: default gtk option to off
details: https://anonhg.NetBSD.org/pkgsrc/rev/c3528ab17612
branches: trunk
changeset: 437636:c3528ab17612
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Aug 28 17:09:13 2020 +0000
description:
graphviz: default gtk option to off
Reduce rarely used dependency for package that's quite low in some
dependency chains.
Bump PKGREVISION.
diffstat:
graphics/graphviz/Makefile | 4 ++--
graphics/graphviz/options.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r b14d702aa66b -r c3528ab17612 graphics/graphviz/Makefile
--- a/graphics/graphviz/Makefile Fri Aug 28 17:02:44 2020 +0000
+++ b/graphics/graphviz/Makefile Fri Aug 28 17:09:13 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.219 2020/08/17 20:17:29 leot Exp $
+# $NetBSD: Makefile,v 1.220 2020/08/28 17:09:13 wiz Exp $
DISTNAME= graphviz-2.44.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= https://www2.graphviz.org/Packages/stable/portable_source/
diff -r b14d702aa66b -r c3528ab17612 graphics/graphviz/options.mk
--- a/graphics/graphviz/options.mk Fri Aug 28 17:02:44 2020 +0000
+++ b/graphics/graphviz/options.mk Fri Aug 28 17:09:13 2020 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.30 2020/08/11 10:03:57 wiz Exp $
+# $NetBSD: options.mk,v 1.31 2020/08/28 17:09:13 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.graphviz
PKG_SUPPORTED_OPTIONS= gd ghostscript gtk lua ocaml perl poppler svg tcl x11 # guile does not build with guile20
.if exists(/System/Library/Frameworks/Quartz.framework)
PKG_SUPPORTED_OPTIONS+= quartz
.endif
-PKG_SUGGESTED_OPTIONS= gd gtk lua perl tcl x11
+PKG_SUGGESTED_OPTIONS= gd lua perl tcl x11
# Explanation of consequence of options, to help those trying to slim down:
# guile ocaml lua tcl perl: extension language support
# x11: Omits all linking with x11, which means x11 graphics supports as
Home |
Main Index |
Thread Index |
Old Index