aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/portbuild
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2007-07-30 03:42:35 +0800
committerkris <kris@FreeBSD.org>2007-07-30 03:42:35 +0800
commitfa3b372f46919617ab964114eeda05da27d8c01a (patch)
tree7f3061b0b7a34131b0e9c75c568f40b420cc0928 /Tools/portbuild
parenteef73cd84bfb9bc1d67e8a287671a6943eabcc2d (diff)
downloadfreebsd-ports-gnome-fa3b372f46919617ab964114eeda05da27d8c01a.tar.gz
freebsd-ports-gnome-fa3b372f46919617ab964114eeda05da27d8c01a.tar.zst
freebsd-ports-gnome-fa3b372f46919617ab964114eeda05da27d8c01a.zip
* Increase index build concurrency to reflect the new, improved pointyhat
* Add support for 6-exp2 experimental builds
Diffstat (limited to 'Tools/portbuild')
-rwxr-xr-xTools/portbuild/scripts/makeindex6
1 files changed, 5 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/makeindex b/Tools/portbuild/scripts/makeindex
index e497c9b786d1..89f574b65561 100755
--- a/Tools/portbuild/scripts/makeindex
+++ b/Tools/portbuild/scripts/makeindex
@@ -8,7 +8,7 @@ INDEX_PRISTINE=1
INDEX_QUIET=1
# Concurrency of index build
-INDEX_JOBS=2
+INDEX_JOBS=6
pb=/var/portbuild
arch=$1
@@ -50,6 +50,10 @@ case "x$1" in
branch=6-exp
INDEXFILE=INDEX-6
;;
+ x6-exp2)
+ branch=6-exp2
+ INDEXFILE=INDEX-6
+ ;;
x7)
branch=7
INDEXFILE=INDEX-7