Support FreeBSD 7.x

This commit is contained in:
Kris Kennaway 2005-07-24 20:37:31 +00:00
parent ea1d96a8a9
commit 5faf427bee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140035
5 changed files with 15 additions and 5 deletions

View file

@ -37,6 +37,12 @@ buildenv () {
export PKGSUFFIX=.tbz
export PKGZIPCMD=bzip2
export INDEXFILE=INDEX-6
export X_WINDOW_SYSTEM=xorg
;;
x7)
export PKGSUFFIX=.tbz
export PKGZIPCMD=bzip2
export INDEXFILE=INDEX-7
export X_WINDOW_SYSTEM=xorg
;;
*)

View file

@ -15,14 +15,14 @@ if [ -f $lock ]; then exit; fi
echo ${arch} > $lock
for ver in latest full; do
for num in 4 4-exp 5 5-exp 6; do
for num in 4 4-exp 5 5-exp 6 7; do
cd $home/$arch-$num-$ver && ${scripts}/processlogs ${arch}
cd ${pb}/${arch}/${num} && ${scripts}/processfail ${arch} ${num}
done
for num in 4 4-exp 5 5-exp 6; do
for num in 4 4-exp 5 5-exp 6 7; do
cd $home/$arch-$num-$ver-logs && ${scripts}/processlogs2
done
# for num in 4-exp 5 5-exp 6; do
# for num in 4-exp 5 5-exp 6 7; do
# cd $home && ${scripts}/comparelogs ${arch} $num-$ver 4-$ver
# cd $home && ${scripts}/comparelogs ${arch} 4-$ver $num-$ver
# done

View file

@ -259,7 +259,7 @@ fi
branch=$1
date=$2
if [ "x$branch" != x4 -a "x$branch" != x4-exp -a "x$branch" != x5 -a "x$branch" != x5-exp -a "x$branch" != x6 ]; then
if [ "x$branch" != x4 -a "x$branch" != x4-exp -a "x$branch" != x5 -a "x$branch" != x5-exp -a "x$branch" != x6 -a "x$branch" != x7 ]; then
usage
fi

View file

@ -46,6 +46,10 @@ case "x$1" in
branch=6
INDEXFILE=INDEX-6
;;
x7)
branch=7
INDEXFILE=INDEX-7
;;
*)
usage
;;

View file

@ -10,7 +10,7 @@ fi
arch=$1
branch=$2
if [ "x$branch" != x4 -a "x$branch" != x4-exp -a "x$branch" != x5 -a "x$branch" != x5-exp -a "x$branch" != x6 ]; then
if [ "x$branch" != x4 -a "x$branch" != x4-exp -a "x$branch" != x5 -a "x$branch" != x5-exp -a "x$branch" != x6 -a "x$branch" != x7 ]; then
usage
fi