FreeBSD Bugzilla – Attachment 132206 Details for
Bug 176455
[patch][porters-handbook] convert to optionsNG for NLS, fix a closed literal tag
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.10 KB, created by
Jason Helfman
on 2013-02-26 22:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jason Helfman
Created:
2013-02-26 22:30:00 UTC
Size:
1.10 KB
patch
obsolete
>Index: book.xml >=================================================================== >--- book.xml (revision 41051) >+++ book.xml (working copy) >@@ -5749,14 +5749,18 @@ > > <programlisting>GNU_CONFIGURE= yes > >-.if !defined(WITHOUT_NLS) >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MNLS} > USE_GETTEXT= yes > PLIST_SUB+= NLS="" > .else > CONFIGURE_ARGS+= --disable-nls > PLIST_SUB+= NLS="@comment " >-.endif</programlisting> >+.endif > >+.include <bsd.port.mk></programlisting> >+ > <para>The next item on your to-do list is to arrange so that > the message catalog files are included in the packing list > conditionally. The <filename>Makefile</filename> part of >@@ -7599,6 +7603,12 @@ > > <programlisting>PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}</programlisting> > >+ <para>Generally, if <makevar>PKGNAMEPREFIX</makevar> is set, the >+ port should require a <literal>py-</literal> port origin prefix. >+ For example, <filename> >+ /usr/ports/<replaceable>sysutils/py-myport</replaceable> >+ </filename></para> >+ > <table frame="none"> > <title>Most Useful Variables for Ports That Use Python</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 176455
: 132206