FreeBSD Bugzilla – Attachment 143995 Details for
Bug 191243
[patch] [porters handbook] reflect ports ${opt}_WITH change (svn ports commit r358699)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
${opt}_with handbook fix
handbook_opt_with.diff (text/plain), 1.79 KB, created by
Olli Hauer
on 2014-06-21 14:04:00 UTC
(
hide
)
Description:
${opt}_with handbook fix
Filename:
MIME Type:
Creator:
Olli Hauer
Created:
2014-06-21 14:04:00 UTC
Size:
1.79 KB
patch
obsolete
>Index: en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml >=================================================================== >--- en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml (revision 45092) >+++ en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml (working copy) >@@ -3831,7 +3831,7 @@ > <para>If > <varname><replaceable>OPT</replaceable>_CONFIGURE_WITH</varname> > is set then >- <literal>--with-${<replaceable>OPT</replaceable>_CONFIGURE_WITH}</literal> >+ <literal>--with-${<replaceable>OPT</replaceable>_CONFIGURE_WITH}=foo</literal> > or > <literal>--without-${<replaceable>OPT</replaceable>_CONFIGURE_WITH}</literal> > will be added to <varname>CONFIGURE_ARGS</varname> depending >@@ -3849,7 +3849,7 @@ > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MOPT1} >-CONFIGURE_ARGS+= --with-test >+CONFIGURE_ARGS+= --with-test=foo > .else > CONFIGURE_ARGS+= --without-test > .endif</programlisting> >Index: ru_RU.KOI8-R/books/porters-handbook/makefiles/chapter.xml >=================================================================== >--- ru_RU.KOI8-R/books/porters-handbook/makefiles/chapter.xml (revision 45092) >+++ ru_RU.KOI8-R/books/porters-handbook/makefiles/chapter.xml (working copy) >@@ -3615,7 +3615,7 @@ > > <para><varname>X_CONFIGURE_WITH</varname> ÄÏÐÉÓÙ×ÁÅÔ × > <varname>CONFIGURE_ARGS</varname> ÓÔÒÏËÕ >- <literal>--with-${X_CONFIGURE_WITH}</literal> ÉÌÉ >+ <literal>--with-${X_CONFIGURE_WITH}=foo</literal> ÉÌÉ > <literal>--without-${X_CONFIGURE_WITH}</literal> × > ÓÏÏÔ×ÅÔÓÔ×ÉÉ Ó ÓÏÓÔÏÑÎÉÅÍ <varname>X</varname>. óÌÅÄÕÀÝÁÑ > ÚÁÐÉÓØ:</para> >@@ -3630,7 +3630,7 @@ > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MOPT1} >-CONFIGURE_ARGS+= --with-test >+CONFIGURE_ARGS+= --with-test=foo > .else > CONFIGURE_ARGS+= --without-test > .endif</programlisting>
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 191243
: 143995
Working