summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-09-08 12:55:12 +0000
committerhubertf <hubertf@pkgsrc.org>2000-09-08 12:55:12 +0000
commit58c7337c60490137780f5202fbdf52311c7dce4b (patch)
tree1a44e833a710bec33355f3fbd711f3a6a90f6002 /Packages.txt
parent859420d97afb66b4b41925a7fdd699861e378fec (diff)
downloadpkgsrc-58c7337c60490137780f5202fbdf52311c7dce4b.tar.gz
Mention some more variables needed for bulk builds, most
important DEPENDS_TARGET.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt20
1 files changed, 15 insertions, 5 deletions
diff --git a/Packages.txt b/Packages.txt
index f1516e4fd6c..888523e88fa 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.110 2000/09/07 09:53:13 hubertf Exp $
+# $NetBSD: Packages.txt,v 1.111 2000/09/08 12:55:12 hubertf Exp $
###########################################################################
==========================
@@ -303,11 +303,21 @@ actually compile on NFS storage, as this slows things down a lot.
You may want to set things in /etc/mk.conf:
- PACKAGES?= ${PKGSRCDIR}/packages/${MACHINE_ARCH}
- OBJMACHINE?= 1 # use work.${MACHINE_ARCH}
- WRKOBJDIR?= /usr/tmp/pkgsrc # build here instead of in pkgsrc
BATCH= yes # required for bulk builds
- FAILOVER_FETCH= yes # insist on the correct checksum
+ DEPENDS_TARGET?= bulk-install
+ PACKAGES?= ${PKGSRCDIR}/packages/${MACHINE_ARCH}
+ OBJMACHINE?= 1 # use work.${MACHINE_ARCH}
+ WRKOBJDIR?= /usr/tmp/pkgsrc # build here instead of in pkgsrc
+ FAILOVER_FETCH= yes # insist on the correct checksum
+ PKG_DEVELOPER?= yes
+ ACCEPTABLE_LICENSES= shareware \
+ fee-based-commercial-use \
+ no-profit \
+ no-commercial-use \
+ non-commercial-use \
+ limited-redistribution
+
+
3.2.2 Other environmental considerations