summaryrefslogtreecommitdiff
path: root/graphics/graphviz
diff options
context:
space:
mode:
authorgdt <gdt>2009-07-22 12:35:29 +0000
committergdt <gdt>2009-07-22 12:35:29 +0000
commita8c7b5334ea2fe283828297ecfbb0f9e21b97a57 (patch)
tree9a59c244bd08db3fb5f6ef92614a7a48267e4d26 /graphics/graphviz
parentbc25391a354d6f758a37057f95ac65d5c8174a55 (diff)
downloadpkgsrc-a8c7b5334ea2fe283828297ecfbb0f9e21b97a57.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.mk13
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"