aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-05-13 03:25:39 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-05-13 03:25:39 +0000
commit68f5d86cb9654138bcd99cfe29491fa9a55d423b (patch)
tree5a1345ad707ad6eaf311af9faad233a935afeda2 /Tools
parenta36fd42547a7d67e6f41e85f318c615b86dccef8 (diff)
downloadports-68f5d86cb9654138bcd99cfe29491fa9a55d423b.tar.gz
ports-68f5d86cb9654138bcd99cfe29491fa9a55d423b.zip
Notes
Diffstat (limited to 'Tools')
-rw-r--r--Tools/portbuild/scripts/buildenv9
1 files changed, 6 insertions, 3 deletions
diff --git a/Tools/portbuild/scripts/buildenv b/Tools/portbuild/scripts/buildenv
index a81f9724c11c..41b38667b5e6 100644
--- a/Tools/portbuild/scripts/buildenv
+++ b/Tools/portbuild/scripts/buildenv
@@ -3,14 +3,15 @@
# Code fragment used by other scripts for commonality
buildenv () {
- branch=$1
+ pb=$1
+ branch=$2
case "x$branch" in
x4)
- export XFREE86_VERSION=3
+ export XFREE86_VERSION=4
;;
x4-exp)
- export XFREE86_VERSION=3
+ export XFREE86_VERSION=4
;;
x5)
export XFREE86_VERSION=4
@@ -38,6 +39,8 @@ buildenv () {
export PORTOBJFORMAT=elf
export USA_RESIDENT=yes
+ # Need to make it fetch a full set say once a week to catch distfiles
+ # which change md5 sum but not name
export MASTER_SITE_OVERRIDE='ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/'
# XXX Are these supposed to be used for release CD builds?