summaryrefslogtreecommitdiff
path: root/share/man/man5
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/port-modules.518
1 files changed, 13 insertions, 5 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5
index 1d82c639f67..49d3a5d465d 100644
--- a/share/man/man5/port-modules.5
+++ b/share/man/man5/port-modules.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: port-modules.5,v 1.37 2009/05/19 09:17:17 sthen Exp $
+.\" $OpenBSD: port-modules.5,v 1.38 2009/05/19 21:24:43 sthen Exp $
.\"
.\" Copyright (c) 2008 Marc Espie
.\"
@@ -420,8 +420,12 @@ MODRUBY_LIBDIR, MODRUBY_DOCDIR, MODRUBY_EXAMPLEDIR, MODRUBY_ARCH.
Appends to BUILD_DEPENDS, RUN_DEPENDS, CATEGORIES and SUBST_VARS.
.It lang/tcl
Sets MODTCL_VERSION, MODTCL_BIN, MODTCL_INCDIR, MODTCL_LIBDIR,
-MODTCL_BUILD_DEPENDS, MODTCL_RUN_DEPENDS, MODTCL_LIB_DEPENDS,
+MODTCL_BUILD_DEPENDS, MODTCL_RUN_DEPENDS, MODTCL_LIB, MODTCL_LIB_DEPENDS,
and MODTCL_CONFIG.
+MODTCL_VERSION is the default version used by all Tcl ports and
+may be overridden.
+Provides MODTCL_TCLSH_ADJ and MODTCL_WISH_ADJ shell fragments to
+patch the interpreter path in executable scripts.
Also affects CATEGORIES and SUBST_VARS.
.It perl
This module is documented in the main
@@ -471,10 +475,14 @@ GNOME_VERSION.
.It x11/qt4
.It x11/tk
Sets MODTK_VERSION, MODTK_BIN, MODTK_INCDIR, MODTK_LIBDIR,
-MODTK_BUILD_DEPENDS, MODTK_RUN_DEPENDS, MODTK_LIB_DEPENDS, and
-MODTK_CONFIG.
-Automatically adds the lang/tcl module, and affects CATEGORIES,
+MODTK_BUILD_DEPENDS, MODTK_RUN_DEPENDS, MODTK_LIB, MODTK_LIB_DEPENDS,
+and MODTK_CONFIG.
+MODTK_VERSION is the default version used by all Tk ports and
+may be overridden.
+Automatically adds the lang/tcl module, provides a default
+MODTCL_VERSION to match MODTK_VERSION, and affects CATEGORIES,
SUBST_VARS, and USE_X11.
+Note the MODTCL_WISH_ADJ shell fragment in the lang/tcl module.
.It x11/xfce4
Sets DIST_SUBDIR, EXTRACT_SUFX, CONFIGURE_STYLE,
CONFIGURE_ENV, USE_X11 and USE_GMAKE.