pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/graphviz Use a better word than TODO in the c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3896d226310
branches:  trunk
changeset: 398122:d3896d226310
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Aug 24 11:53:42 2009 +0000

description:
Use a better word than TODO in the case of options for which there are
not yet user-facing explanations of what happens when it is
deselected.

diffstat:

 graphics/graphviz/options.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 7fe38ddeb90c -r d3896d226310 graphics/graphviz/options.mk
--- a/graphics/graphviz/options.mk      Mon Aug 24 11:39:21 2009 +0000
+++ b/graphics/graphviz/options.mk      Mon Aug 24 11:53:42 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2009/07/22 19:38:34 wiz Exp $
+# $NetBSD: options.mk,v 1.9 2009/08/24 11:53:42 gdt Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.graphviz
 PKG_SUPPORTED_OPTIONS= gd x11 pangocairo gtk rsvg swig guile lua ocaml tcl perl
@@ -9,11 +9,11 @@
 #   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
+#   pangocairo: [need explanation].  Silently forces off gtk.
+#   gtk: [need explanation]
 #   rsvg: Omitting loses svg support.  librsvg has large dependencies
 #     including some Gnome libs.
-#   gd: TODO (seems small)
+#   gd: [need explanation] (seems small)
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index