summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2001-10-31 19:51:00 +0000
committerDonny Davies <woodchip@gentoo.org>2001-10-31 19:51:00 +0000
commit0ebb6ce2241cc34758caa0073ea6ccac4939f3c5 (patch)
tree5e24fd009dc982b5422627cfc2e77cce982ef00b
parentnew next-generation Portage stuff (diff)
downloadportage-cvs-0ebb6ce2241cc34758caa0073ea6ccac4939f3c5.tar.gz
portage-cvs-0ebb6ce2241cc34758caa0073ea6ccac4939f3c5.tar.bz2
portage-cvs-0ebb6ce2241cc34758caa0073ea6ccac4939f3c5.zip
comments about merging the fetch programs before you can use them!
-rw-r--r--cnf/make.conf2
-rw-r--r--cnf/make.globals4
2 files changed, 4 insertions, 2 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index 12dba8b..941d552 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -116,9 +116,11 @@
# -------------------------------------------------------
# Uncomment if you wanna use Prozilla for download
+# you need to merge prozilla first!
#FETCHCOMMAND="/usr/bin/proz -s \${x} -P \${DISTDIR}"
# Uncomment to use Lukemftp for download (the FreeBSD fetcher)
+# you need to merge lukemftp first!
#FETCHCOMMAND="/usr/bin/lukemftp -s -a -o \${DISTDIR}/\${y} \${x}"
# Uncomment if you are a package maintainer with cvs access
diff --git a/cnf/make.globals b/cnf/make.globals
index c8faf90..3f66c4e 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -31,9 +31,9 @@ MAKEOPTS="-j2"
# Fetching command (5 tries, passive ftp for firewall compatibility)
FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${x} -P \${DISTDIR}"
-#For Prozilla (really rocks)
+#For Prozilla (really rocks) -- you need to merge prozilla first!
#FETCHCOMMAND="/usr/bin/proz -s \${x} -P \${DISTDIR}"
-#For Lukemftp (the FreeBSD fetcher)
+#For Lukemftp (the FreeBSD fetcher) -- # you need to merge lukemftp first!
#FETCHCOMMAND="/usr/bin/lukemftp -s -a -o \${DISTDIR}/\${y} \${x}"
# Compile programs with GNOME/SLANG extensions