change IGNORE and BROKEN text to not refer to old versions of FreeBSD. Also use BROKEN correctly.
This commit is contained in:
parent
43f8a6edb0
commit
9d302df5ba
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43062
1 changed files with 4 additions and 4 deletions
|
@ -11873,16 +11873,16 @@ exec %%LOCALBASE%%/bin/java -jar %%DATADIR%%/foo.jar "$@"</programlisting>
|
|||
different due to the way the information is shown to the
|
||||
user. Examples:</para>
|
||||
|
||||
<programlisting>BROKEN= this port is unsupported on FreeBSD 5.x</programlisting>
|
||||
<programlisting>BROKEN= fails to link with base -lcrypto</programlisting>
|
||||
|
||||
<programlisting>IGNORE= is unsupported on FreeBSD 5.x</programlisting>
|
||||
<programlisting>IGNORE= unsupported on recent versions</programlisting>
|
||||
|
||||
<para>resulting in the following output from
|
||||
<command>make describe</command>:</para>
|
||||
|
||||
<programlisting>===> foobar-0.1 is marked as broken: this port is unsupported on FreeBSD 5.x.</programlisting>
|
||||
<programlisting>===> foobar-0.1 is marked as broken: fails to link with base -lcrypto.</programlisting>
|
||||
|
||||
<programlisting>===> foobar-0.1 is unsupported on FreeBSD 5.x.</programlisting>
|
||||
<programlisting>===> foobar-0.1 is unsupported on recent versions.</programlisting>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue