svn commit: r48251 - head/en_US.ISO8859-1/books/porters-handbook/quick-porting
Jason Helfman <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: jgh Date: Wed Feb 24 18:47:31 2016 New Revision: 48251 URL: https://svnweb.freebsd.org/changeset/doc/48251 Log: - document post-fetch networking note PR: 207416 (based on) Submitted by: [email protected] Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D5405 Modified: head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml Wed Feb 24 15:16:05 2016 (r48250) +++ head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml Wed Feb 24 18:47:31 2016 (r48251) @@ -259,6 +259,13 @@ lib/X11/oneko/mouse.xpm</programlisting> </listitem> <listitem> + <para>The port does not access network resources after the + <buildtarget>fetch</buildtarget> target. This is important + for package builders, such as <package + role="port">ports-mgmt/poudriere</package>.</para> + </listitem> + + <listitem> <para>Make sure that <command>make package</command> can be run as a normal user (that is, not as <systemitem class="username">root</systemitem>). If that _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"