FreeBSD Bugzilla – Attachment 123872 Details for
Bug 167295
[PATCH] porters-handbook: document PERL recommended dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
.patch
.patch (text/plain), 1.14 KB, created by
Jason Helfman
on 2012-04-25 19:10:07 UTC
(
hide
)
Description:
.patch
Filename:
MIME Type:
Creator:
Jason Helfman
Created:
2012-04-25 19:10:07 UTC
Size:
1.14 KB
patch
obsolete
>Index: book.sgml >=================================================================== >RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v >retrieving revision 1.1182 >diff -u -r1.1182 book.sgml >--- book.sgml 22 Apr 2012 03:20:30 -0000 1.1182 >+++ book.sgml 25 Apr 2012 17:58:30 -0000 >@@ -5600,6 +5600,23 @@ > <literal>http://search.cpan.org/dist/Module-Name/</literal> > (including the trailing slash).</para> > </note> >+ <note> >+ <para>It is <emphasis>not</emphasis> recommended to use <literal> >+ ${SITE_PERL}</literal> as a dependency listing. This is problematic >+ because it means that bsd.perl.mk must be included to satisfy the >+ dependency. >+ </para> >+ </note> >+ >+ <example id="use-perl-not-recommended-example"> >+ <title>PERL Not Recommended Dependency Example</title> >+ <programlisting>${SITE_PERL}/IO/Tee.pm:${PORTSDIR}/devel/p5-IO-Tee</programlisting> >+ </example> >+ >+ <example id="use-perl-dependency-example"> >+ <title>PERL Recommended Dependency Example</title> >+ <programlisting>p5-IO-Tee>=0.64:${PORTSDIR}/devel/p5-IO-Tee</programlisting> >+ </example> > </sect1> > > <sect1 id="using-x11">
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 167295
: 123872