Add a couple more id fields. Fix LIB_DEPENDS line to remove regexp support.
This commit is contained in:
parent
4f53453223
commit
937e1bd06c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4819
5 changed files with 20 additions and 20 deletions
en/handbook/ports
en_US.ISO8859-1/books
en_US.ISO_8859-1/books
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.15 1999-05-04 05:26:24 jkoshy Exp $
|
||||
$Id: chapter.sgml,v 1.16 1999-05-05 22:59:16 asami Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -1703,7 +1703,7 @@ MASTER_SITE_SUBDIR= applications</programlisting>
|
|||
directory in which to find it in case it is not available, and
|
||||
<replaceable>target</replaceable> is the target to call in that
|
||||
directory. For example, <programlisting> LIB_DEPENDS=
|
||||
jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg:install</programlisting>
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg:install</programlisting>
|
||||
will check for a shared jpeg library with major version 9, and
|
||||
descend into the <filename>graphics/jpeg</filename> subdirectory
|
||||
of your ports tree to build and install it if it is not found.
|
||||
|
@ -2289,7 +2289,7 @@ ${PREFIX}/man/man4/baz.4.gz
|
|||
${PREFIX}/man/ja/man4/baz.4.gz</programlisting>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<sect2 id="porting-motif">
|
||||
<title>Ports that require Motif</title>
|
||||
|
||||
<para>There are many programs that require a Motif library (available
|
||||
|
@ -2985,7 +2985,7 @@ post-install:
|
|||
writing over it.</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<sect3 id="porting-wrkdirprefix">
|
||||
<title><makevar>WRKDIRPREFIX</makevar></title>
|
||||
|
||||
<para>Make sure your port honors <makevar>WRKDIRPREFIX</makevar>.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.15 1999-05-04 05:26:24 jkoshy Exp $
|
||||
$Id: chapter.sgml,v 1.16 1999-05-05 22:59:16 asami Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -1703,7 +1703,7 @@ MASTER_SITE_SUBDIR= applications</programlisting>
|
|||
directory in which to find it in case it is not available, and
|
||||
<replaceable>target</replaceable> is the target to call in that
|
||||
directory. For example, <programlisting> LIB_DEPENDS=
|
||||
jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg:install</programlisting>
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg:install</programlisting>
|
||||
will check for a shared jpeg library with major version 9, and
|
||||
descend into the <filename>graphics/jpeg</filename> subdirectory
|
||||
of your ports tree to build and install it if it is not found.
|
||||
|
@ -2289,7 +2289,7 @@ ${PREFIX}/man/man4/baz.4.gz
|
|||
${PREFIX}/man/ja/man4/baz.4.gz</programlisting>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<sect2 id="porting-motif">
|
||||
<title>Ports that require Motif</title>
|
||||
|
||||
<para>There are many programs that require a Motif library (available
|
||||
|
@ -2985,7 +2985,7 @@ post-install:
|
|||
writing over it.</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<sect3 id="porting-wrkdirprefix">
|
||||
<title><makevar>WRKDIRPREFIX</makevar></title>
|
||||
|
||||
<para>Make sure your port honors <makevar>WRKDIRPREFIX</makevar>.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: book.sgml,v 1.15 1999-05-04 05:26:24 jkoshy Exp $
|
||||
$Id: book.sgml,v 1.16 1999-05-05 22:59:16 asami Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -1703,7 +1703,7 @@ MASTER_SITE_SUBDIR= applications</programlisting>
|
|||
directory in which to find it in case it is not available, and
|
||||
<replaceable>target</replaceable> is the target to call in that
|
||||
directory. For example, <programlisting> LIB_DEPENDS=
|
||||
jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg:install</programlisting>
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg:install</programlisting>
|
||||
will check for a shared jpeg library with major version 9, and
|
||||
descend into the <filename>graphics/jpeg</filename> subdirectory
|
||||
of your ports tree to build and install it if it is not found.
|
||||
|
@ -2289,7 +2289,7 @@ ${PREFIX}/man/man4/baz.4.gz
|
|||
${PREFIX}/man/ja/man4/baz.4.gz</programlisting>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<sect2 id="porting-motif">
|
||||
<title>Ports that require Motif</title>
|
||||
|
||||
<para>There are many programs that require a Motif library (available
|
||||
|
@ -2985,7 +2985,7 @@ post-install:
|
|||
writing over it.</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<sect3 id="porting-wrkdirprefix">
|
||||
<title><makevar>WRKDIRPREFIX</makevar></title>
|
||||
|
||||
<para>Make sure your port honors <makevar>WRKDIRPREFIX</makevar>.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.15 1999-05-04 05:26:24 jkoshy Exp $
|
||||
$Id: chapter.sgml,v 1.16 1999-05-05 22:59:16 asami Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -1703,7 +1703,7 @@ MASTER_SITE_SUBDIR= applications</programlisting>
|
|||
directory in which to find it in case it is not available, and
|
||||
<replaceable>target</replaceable> is the target to call in that
|
||||
directory. For example, <programlisting> LIB_DEPENDS=
|
||||
jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg:install</programlisting>
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg:install</programlisting>
|
||||
will check for a shared jpeg library with major version 9, and
|
||||
descend into the <filename>graphics/jpeg</filename> subdirectory
|
||||
of your ports tree to build and install it if it is not found.
|
||||
|
@ -2289,7 +2289,7 @@ ${PREFIX}/man/man4/baz.4.gz
|
|||
${PREFIX}/man/ja/man4/baz.4.gz</programlisting>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<sect2 id="porting-motif">
|
||||
<title>Ports that require Motif</title>
|
||||
|
||||
<para>There are many programs that require a Motif library (available
|
||||
|
@ -2985,7 +2985,7 @@ post-install:
|
|||
writing over it.</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<sect3 id="porting-wrkdirprefix">
|
||||
<title><makevar>WRKDIRPREFIX</makevar></title>
|
||||
|
||||
<para>Make sure your port honors <makevar>WRKDIRPREFIX</makevar>.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: book.sgml,v 1.15 1999-05-04 05:26:24 jkoshy Exp $
|
||||
$Id: book.sgml,v 1.16 1999-05-05 22:59:16 asami Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -1703,7 +1703,7 @@ MASTER_SITE_SUBDIR= applications</programlisting>
|
|||
directory in which to find it in case it is not available, and
|
||||
<replaceable>target</replaceable> is the target to call in that
|
||||
directory. For example, <programlisting> LIB_DEPENDS=
|
||||
jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg:install</programlisting>
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg:install</programlisting>
|
||||
will check for a shared jpeg library with major version 9, and
|
||||
descend into the <filename>graphics/jpeg</filename> subdirectory
|
||||
of your ports tree to build and install it if it is not found.
|
||||
|
@ -2289,7 +2289,7 @@ ${PREFIX}/man/man4/baz.4.gz
|
|||
${PREFIX}/man/ja/man4/baz.4.gz</programlisting>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<sect2 id="porting-motif">
|
||||
<title>Ports that require Motif</title>
|
||||
|
||||
<para>There are many programs that require a Motif library (available
|
||||
|
@ -2985,7 +2985,7 @@ post-install:
|
|||
writing over it.</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<sect3 id="porting-wrkdirprefix">
|
||||
<title><makevar>WRKDIRPREFIX</makevar></title>
|
||||
|
||||
<para>Make sure your port honors <makevar>WRKDIRPREFIX</makevar>.
|
||||
|
|
Loading…
Reference in a new issue