FreeBSD Bugzilla – Attachment 133594 Details for
Bug 178073
[patch][porters-handbook]: add pkgconfig to USES, and drop USE_PKGCONFIG
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.47 KB, created by
Jason Helfman
on 2013-04-23 07:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jason Helfman
Created:
2013-04-23 07:50:00 UTC
Size:
2.47 KB
patch
obsolete
>Index: porters-handbook/book.xml >=================================================================== >--- porters-handbook/book.xml (revision 41472) >+++ porters-handbook/book.xml (working copy) >@@ -5775,52 +5775,6 @@ > </sect2> > </sect1> > >- <sect1 id="using-pkg-config"> >- <title>Using <literal>pkg-config</literal></title> >- >- <para>If your ports requires <literal>pkg-config</literal>, >- just set <makevar>USE_PKGCONFIG</makevar> to the following >- possible values:</para> >- <table frame="none"> >- <title>Values for <makevar>USE_PKGCONFIG</makevar></title> >- >- <tgroup cols="2"> >- <thead> >- <row> >- <entry>Definition</entry> >- <entry>Description</entry> >- </row> >- </thead> >- >- <tbody> >- <row> >- <entry><makevar>USE_PKGCONFIG= yes</makevar></entry> >- <entry>The ports uses pkg-config only at build >- time</entry> >- </row> >- >- <row> >- <entry><makevar>USE_PKGCONFIG= build</makevar></entry> >- <entry>The ports uses pkg-config only at build >- time</entry> >- </row> >- >- <row> >- <entry><makevar>USE_PKGCONFIG= run</makevar></entry> >- <entry>The ports uses pkg-config only at run >- time</entry> >- </row> >- >- <row> >- <entry><makevar>USE_PKGCONFIG= both</makevar></entry> >- <entry>The ports uses pkg-config both at build and run >- time</entry> >- </row> >- </tbody> >- </tgroup> >- </table> >- </sect1> >- > <sect1 id="using-gettext"> > <title>Using GNU <literal>gettext</literal></title> > >Index: porters-handbook/uses.xml >=================================================================== >--- porters-handbook/uses.xml (revision 41472) >+++ porters-handbook/uses.xml (working copy) >@@ -72,6 +72,19 @@ > </row> > > <row> >+ <entry><literal>pkgconfig</literal></entry> >+ <entry>none, <literal>build</literal>, <literal>run</literal>, >+ <literal>both</literal></entry> >+ <entry>Implies that the port uses <filename >+ role="package">devel/pkgconf</filename> in one way or another. By >+ default, with no arguments or with the <literal>build</literal> >+ argument, it implies <command>pkg-config</command> as a build-time >+ dependency, <literal>run</literal> implies a run-time dependency, >+ and <literal>both</literal> implies both run-time and build-time >+ dependencies.</entry> >+</row> >+ >+<row> > <entry><literal>qmail</literal></entry> > <entry>none, <literal>build</literal>, <literal>run</literal>, > <literal>both</literal>, <literal>vars</literal></entry>
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 178073
: 133594