diff options
author | gdt <gdt@pkgsrc.org> | 2009-07-22 12:35:29 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2009-07-22 12:35:29 +0000 |
commit | 28381b909d8075f997d7458ecf213204d3b7d53b (patch) | |
tree | 9a59c244bd08db3fb5f6ef92614a7a48267e4d26 /graphics/graphviz | |
parent | e42a1db7032ae73c1f5d11ac04ef6d30883e931a (diff) | |
download | pkgsrc-28381b909d8075f997d7458ecf213204d3b7d53b.tar.gz |
Add some hints (as comments) to people building this from source as to
what the options do and which have large-bloat consequences.
(I know that we have option-descriptions, but they aren't adequate to
understand either what the options do in graphviz, or how big the
resulting additional dependencies are.)
This commit only adds comments.
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/options.mk | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/graphics/graphviz/options.mk b/graphics/graphviz/options.mk index b0857187ab7..ee54a7fa467 100644 --- a/graphics/graphviz/options.mk +++ b/graphics/graphviz/options.mk @@ -1,8 +1,19 @@ -# $NetBSD: options.mk,v 1.6 2009/05/17 12:55:52 sno Exp $ +# $NetBSD: options.mk,v 1.7 2009/07/22 12:35:29 gdt Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.graphviz PKG_SUPPORTED_OPTIONS= gd x11 pangocairo gtk rsvg swig guile lua ocaml tcl perl PKG_SUGGESTED_OPTIONS= gd x11 pangocairo gtk rsvg swig lua tcl perl +# Explanation of consquence of options, to help those trying to slim down: +# swig: build-time only, needed for any of the lanaguages. Silently +# forces off language options. +# ocaml lua tcl perl: extension language support +# x11: Omits all linking with x11. Silently forces off pangocairo, gtk +# and rsvg. +# pangocairo: TODO. Silently forces off gtk. +# gtk: TODO +# rsvg: Omitting loses svg support. librsvg has large dependencies +# including some Gnome libs. +# gd: TODO (seems small) .include "../../mk/bsd.options.mk" |