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.
This commit is contained in:
Kris Kennaway 2002-02-11 02:59:08 +00:00
parent 37be0b441e
commit 5320b2628b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54520
2 changed files with 20 additions and 6 deletions

View File

@ -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

View File

@ -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