summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-07-01 12:51:30 +0000
committerrillig <rillig@pkgsrc.org>2006-07-01 12:51:30 +0000
commit0e08058593822d314006712bff797ac72b2ca95a (patch)
tree50a14155a22d52bb2911dd1e311f85e93a63c63a /doc/guide
parent4d7c6381625e03f7ab175cfc362861e80c34aed5 (diff)
downloadpkgsrc-0e08058593822d314006712bff797ac72b2ca95a.tar.gz
Removed the policy that INTERACTIVE_STAGE should not contain "fetch", as
it had not been discussed before.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/fixes.xml18
1 files changed, 7 insertions, 11 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml
index 7151b920667..e0a705215e6 100644
--- a/doc/guide/files/fixes.xml
+++ b/doc/guide/files/fixes.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.60 2006/07/01 09:26:41 rillig Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.61 2006/07/01 12:51:30 rillig Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -54,6 +54,12 @@
<itemizedlist>
<listitem>
+ <para>When fetching the distfiles, some packages require user
+ interaction such as entering username/password or accepting a
+ license on a web page.</para>
+ </listitem>
+
+ <listitem>
<para>When extracting the distfiles, some packages may ask for passwords.</para>
</listitem>
@@ -84,16 +90,6 @@
INTERACTIVE_STAGE= configure install
</programlisting>
- <para>You should not use <varname>INTERACTIVE_STAGE</varname>
- when fetching the distfiles needs to be done manually. See <xref
- linkend="fixes.fetch"/> instead. The reason for this is that
- fetching the distfiles is only needed once, where the phases in
- <varname>INTERACTIVE_STAGE</varname> are needed everytime when
- building the package. This distinction is useful for the bulk
- builds, where the <quote>interactive</quote> distfiles can be
- downloaded in advance by a human, and then the build is
- completely non-interactive.</para>
-
</sect2>
<sect2 id="handling-licenses">