aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2015-08-01 17:58:21 +0800
committererwin <erwin@FreeBSD.org>2015-08-01 17:58:21 +0800
commit104f7e2a5b47c14959452051233c7e5653be7e2d (patch)
tree9a77d83a65592e720b6c0c55bf371f1ef6d1333e /Tools
parentcd3075718628e86683e964d72797719b0270f582 (diff)
downloadfreebsd-ports-gnome-104f7e2a5b47c14959452051233c7e5653be7e2d.tar.gz
freebsd-ports-gnome-104f7e2a5b47c14959452051233c7e5653be7e2d.tar.zst
freebsd-ports-gnome-104f7e2a5b47c14959452051233c7e5653be7e2d.zip
Drop building 8.x
Sponsored by: DK Hostmaster A/S
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/tindex8
1 files changed, 2 insertions, 6 deletions
diff --git a/Tools/scripts/tindex b/Tools/scripts/tindex
index 2819282def3e..6da6f1d2254e 100755
--- a/Tools/scripts/tindex
+++ b/Tools/scripts/tindex
@@ -31,7 +31,6 @@ SCP_DEST_DIR=/usr/local/www/ports/
# Location of ports tree and source trees
export BASEDIR=/a/tindex
export PORTSDIR=${BASEDIR}/ports
-export SRCDIR8=${BASEDIR}/src.8
export SRCDIR9=${BASEDIR}/src.9
export SRCDIR10=${BASEDIR}/src.10
export SRCDIR11=${BASEDIR}/src.11
@@ -130,9 +129,6 @@ export INDEX_JOBS=3
export INDEX_QUIET=1
# First update the source trees to get current OSVERSION
-${SVN} -q up ${SRCDIR8}/sys/sys
-OSVERSION8=$(awk '/^#define[[:blank:]]__FreeBSD_version/ {print $3}' < ${SRCDIR8}/sys/sys/param.h)
-
${SVN} -q up ${SRCDIR9}/sys/sys
OSVERSION9=$(awk '/^#define[[:blank:]]__FreeBSD_version/ {print $3}' < ${SRCDIR9}/sys/sys/param.h)
@@ -143,7 +139,7 @@ ${SVN} -q up ${SRCDIR11}/sys/sys
OSVERSION11=$(awk '/^#define[[:blank:]]__FreeBSD_version/ {print $3}' < ${SRCDIR11}/sys/sys/param.h)
cd ${PORTSDIR}
-rm -f INDEX-8 INDEX-8.bz2 INDEX-9 INDEX-9.bz2 INDEX-10 INDEX-10.bz2 INDEX-11 INDEX-11.bz2
+rm -f INDEX-9 INDEX-9.bz2 INDEX-10 INDEX-10.bz2 INDEX-11 INDEX-11.bz2
(${SVN} up 2>1 ) > svn.log
if grep -q ^C svn.log ; then
(echo "svn update failed with conflicts:";
@@ -151,7 +147,7 @@ if grep -q ^C svn.log ; then
exit 1
fi
-for branch in 8.x 9.x 10.x 11.x; do
+for branch in 9.x 10.x 11.x; do
release=$(echo $branch | sed -e 's,.x,,')
eval _osver=\$OSVERSION${release}