Date: Thu, 21 Apr 2016 13:12:26 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r48697 - head/en_US.ISO8859-1/books/porters-handbook/uses Message-ID: <201604211312.u3LDCQUE082632@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Apr 21 13:12:25 2016 New Revision: 48697 URL: https://svnweb.freebsd.org/changeset/doc/48697 Log: 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 Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Thu Apr 21 13:12:22 2016 (r48696) +++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Thu Apr 21 13:12:25 2016 (r48697) @@ -1266,22 +1266,25 @@ ksh_CMD= ${LOCALBASE}/bin/ksh</programli <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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604211312.u3LDCQUE082632>