FreeBSD Bugzilla – Attachment 41062 Details for
Bug 64384
[patch] add Workarounds section to Porter's Handbook
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.29 KB, created by
Mark Linimon
on 2004-03-17 18:50:25 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Mark Linimon
Created:
2004-03-17 18:50:25 UTC
Size:
1.29 KB
patch
obsolete
>Index: book.sgml >=================================================================== >RCS file: /mnt/FreeBSD/dcvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v >retrieving revision 1.385 >diff -u -r1.385 book.sgml >--- book.sgml 17 Mar 2004 07:14:41 -0000 1.385 >+++ book.sgml 17 Mar 2004 18:30:38 -0000 >@@ -6639,6 +6639,30 @@ > entirely.</para> > </sect1> > >+ <sect1 id="dads-workarounds"> >+ <title>Necessary workarounds</title> >+ >+ <para>Sometimes it is necessary to work around bugs in >+ software included with older versions of FreeBSD.</para> >+ >+ <itemizedlist> >+ <listitem> >+ <para>Some versions of &man.make.1; were broken >+ on at least 4.8 and 5.0 with respect to handling >+ comparisons based on <makevar>OSVERSION</makevar>. >+ This would often lead to failures during >+ <command>make describe</command> (and thus, the overall >+ ports <command>make index</command>). The workaround is >+ to enclose the conditional comparison in spaces, e.g.: >+ <programlisting>if ( OSVERSION > 500023 )</programlisting> >+ Be aware that test-installing a port on 4.9 or 5.2 >+ will <emphasis>not</emphasis> detect this problem.</para> >+ </listitem> >+ >+ </itemizedlist> >+ >+ </sect1> >+ > <sect1 id="dads-misc"> > <title>Miscellanea</title>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 64384
: 41062