svn commit: r40962 - head/en_US.ISO8859-1/articles/portbuild
Mark Linimon
linimon at FreeBSD.org
Wed Feb 13 05:11:17 UTC 2013
Author: linimon
Date: Wed Feb 13 05:11:16 2013
New Revision: 40962
URL: http://svnweb.freebsd.org/changeset/doc/40962
Log:
Move SUPPORTED_ARCHS to admin/conf/admin.conf.
Modified:
head/en_US.ISO8859-1/articles/portbuild/article.xml
Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/portbuild/article.xml Wed Feb 13 02:56:35 2013 (r40961)
+++ head/en_US.ISO8859-1/articles/portbuild/article.xml Wed Feb 13 05:11:16 2013 (r40962)
@@ -2788,6 +2788,11 @@ sh -x ./tmp/mkportbuild
<itemizedlist>
<listitem>
+ <para>Set <makevar>SUPPORTED_ARCHS</makevar> to the
+ list of architectures you wish to build packages for.</para>
+ </listitem>
+
+ <listitem>
<para>For each source branch you will be building for, set
<makevar>SRC_BRANCHES</makevar> and
<makevar>SRC_BRANCH_<replaceable>branch</replaceable>_SUBDIR</makevar>
@@ -2862,11 +2867,6 @@ sh -x ./tmp/mkportbuild
<filename>/<replaceable>a</replaceable>/portbuild/conf/server.conf</filename>:</para>
<itemizedlist>
- <listitem>
- <para>Set <makevar>SUPPORTED_ARCHS</makevar> to the
- list of architectures you wish to build packages for.</para>
- </listitem>
-
<!--
<listitem>
<para>For each source branch you will be building for, set
More information about the svn-doc-head
mailing list