summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-02-11 02:59:08 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-02-11 02:59:08 +0000
commit5320b2628b88cd4a1228e2189414e0466f1fbd2a (patch)
treea1193b10d961c25dfaa0ba2ea0ccc85e1262596d /Tools
parentCatch up to changes on bento: (diff)
Catch up to changes on bento:
* Update OSVERSIONs for the various branches; add 4-exp. * Add SRCBASE environment variable and export it to the make job.
Notes
Notes: svn path=/head/; revision=54520
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/makeduds13
-rwxr-xr-xTools/portbuild/scripts/makeindex13
2 files changed, 20 insertions, 6 deletions
diff --git a/Tools/portbuild/scripts/makeduds b/Tools/portbuild/scripts/makeduds
index 5b77f355f9a3..914d865d7957 100755
--- a/Tools/portbuild/scripts/makeduds
+++ b/Tools/portbuild/scripts/makeduds
@@ -27,14 +27,20 @@ case "x$1" in
x4)
branch=4
export PORTOBJFORMAT=elf
- export OSREL=4.3
- export OSVERSION=430000
+ export OSREL=4.5
+ export OSVERSION=450000
+ ;;
+ x4-exp)
+ branch=4-exp
+ export PORTOBJFORMAT=elf
+ export OSREL=4.5
+ export OSVERSION=450000
;;
x5)
branch=5
export PORTOBJFORMAT=elf
export OSREL=5.0
- export OSVERSION=500017
+ export OSVERSION=500027
;;
*)
usage
@@ -56,6 +62,7 @@ export BATCH=t
export HAVE_MOTIF=t
export PACKAGE_BUILDING=t
export PARALLEL_PACKAGE_BUILD=t
+export SRCBASE=/var/portbuild/${branch}/src
#export NO_RESTRICTED=t
#export FOR_CDROM=t
make -j${DUDSJOBS} ignorelist ECHO_MSG=true > ${duds} || exit 1
diff --git a/Tools/portbuild/scripts/makeindex b/Tools/portbuild/scripts/makeindex
index 2f75ef57f5d2..7f509f5dc405 100755
--- a/Tools/portbuild/scripts/makeindex
+++ b/Tools/portbuild/scripts/makeindex
@@ -27,14 +27,20 @@ case "x$1" in
x4)
branch=4
export PORTOBJFORMAT=elf
- export OSREL=4.3
- export OSVERSION=430000
+ export OSREL=4.5
+ export OSVERSION=450000
+ ;;
+ x4-exp)
+ branch=4-exp
+ export PORTOBJFORMAT=elf
+ export OSREL=4.5
+ export OSVERSION=450000
;;
x5)
branch=5
export PORTOBJFORMAT=elf
export OSREL=5.0
- export OSVERSION=500017
+ export OSVERSION=500027
;;
*)
usage
@@ -56,6 +62,7 @@ export BATCH=t
export HAVE_MOTIF=t
export PACKAGE_BUILDING=t
export PARALLEL_PACKAGE_BUILD=t
+export SRCBASE=/var/portbuild/${branch}/src
#export NO_RESTRICTED=t
#export FOR_CDROM=t
#export INDEX_NOSORT=t