aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-21 13:12:25 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-21 13:12:25 +0000
commite90542030179a5ed0b91264c3ba52065747f0e91 (patch)
treeffab798998175b52c18a9da03d4cf92812b20798 /en_US.ISO8859-1/books
parent62faa5940aab52b3fd2615d335c46703d4b3f8b2 (diff)
downloaddoc-e90542030179a5ed0b91264c3ba52065747f0e91.tar.gz
doc-e90542030179a5ed0b91264c3ba52065747f0e91.zip
USES=tcl/tk gained tea support, while there, rewrite the whole thing, it
was completly bogus. Reviewed by: wblock Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5949
Notes
Notes: svn path=/head/; revision=48697
Diffstat (limited to 'en_US.ISO8859-1/books')
-rw-r--r--en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml35
1 files changed, 19 insertions, 16 deletions
diff --git a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
index 85d839e8db..10de8ece77 100644
--- a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
+++ b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
@@ -1266,22 +1266,25 @@ ksh_CMD= ${LOCALBASE}/bin/ksh</programlisting>
<sect1 xml:id="uses-tcl">
<title><literal>tcl</literal></title>
- <para>Possible arguments: <literal>PORT</literal></para>
-
- <para>Add a dependency on <application>Tcl</application>. The
- <literal>PORT</literal> parameter can be either
- <literal>tcl</literal> or <literal>tk</literal>. Either a
- version or wrapper dependency can be appended using
- <literal>PORT:version</literal> or
- <literal>PORT:wrapper</literal>. The version can be empty, one
- or more exact version numbers (currently <literal>84</literal>,
- <literal>85</literal>, or <literal>86</literal>), or a minimal
- version number (currently <literal>84+</literal>,
- <literal>85+</literal> or <literal>86+</literal>). A build- or
- run-time only dependency can be specified using
- <literal>PORT,build</literal> or <literal>PORT,run</literal>.
- After including <filename>bsd.port.pre.mk</filename> the port
- can inspect the results using these variables:</para>
+ <para>Possible arguments: <replaceable>version</replaceable>,
+ <literal>wrapper</literal>, <literal>build</literal>,
+ <literal>run</literal>, <literal>tea</literal></para>
+
+ <para>Add a dependency on <application>Tcl</application>. A
+ specific version can be requested using
+ <replaceable>version</replaceable>. The version can be empty,
+ one or more exact version numbers (currently
+ <literal>84</literal>, <literal>85</literal>, or
+ <literal>86</literal>), or a minimal version number (currently
+ <literal>84+</literal>, <literal>85+</literal> or
+ <literal>86+</literal>). To only request a non version specific
+ wrapper, use <literal>wrapper</literal>. A build- or run-time
+ only dependency can be specified using <literal>build</literal>
+ or <literal>run</literal>. To build the port using the
+ <application>Tcl Extension Architecture</application>, use
+ <literal>tea</literal>. After including
+ <filename>bsd.port.pre.mk</filename> the port can inspect the
+ results using these variables:</para>
<itemizedlist>
<listitem>