summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-09-17 14:03:33 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-09-17 14:03:33 +0000
commit869f6f713fd94b9612bb770eb8842d0a05992276 (patch)
tree40a0243f0018368a7a4fa25b6df324f29380a62e /ports-mgmt
parent- Update MASTER_SITES (diff)
- Add support for FreeBSD 9.0
Approved by: itetcu (maintainer implicit) Feature safe: yes
Notes
Notes: svn path=/head/; revision=241591
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/tinderbox/Makefile3
-rw-r--r--ports-mgmt/tinderbox/files/patch-tc_command.sh11
-rw-r--r--ports-mgmt/tinderbox/files/patch-tinderbox.env13
3 files changed, 27 insertions, 0 deletions
diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile
index 2cade37b4a3a..687ae3093724 100644
--- a/ports-mgmt/tinderbox/Makefile
+++ b/ports-mgmt/tinderbox/Makefile
@@ -6,6 +6,7 @@
PORTNAME= tinderbox
PORTVERSION= 3.2
+PORTREVISION= 1
CATEGORIES= ports-mgmt
MASTER_SITES= http://tinderbox.marcuscom.com/ \
http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/
@@ -99,6 +100,8 @@ post-patch:
${WRKSRC}/tc
@cd ${WRKSRC} && ${FIND} . -name '*.orig' -exec ${RM} {} \;
.endif
+ ${RM} ${WRKSRC}/lib/tc_command.sh.orig
+ ${RM} ${WRKSRC}/lib/tinderbox.env.orig
do-install:
@${MKDIR} ${PREFIX}/tinderbox/scripts
diff --git a/ports-mgmt/tinderbox/files/patch-tc_command.sh b/ports-mgmt/tinderbox/files/patch-tc_command.sh
new file mode 100644
index 000000000000..f488f28668ab
--- /dev/null
+++ b/ports-mgmt/tinderbox/files/patch-tc_command.sh
@@ -0,0 +1,11 @@
+--- lib/tc_command.sh_ori 2009-09-17 15:36:34.000000000 +0200
++++ lib/tc_command.sh 2009-09-17 15:36:40.000000000 +0200
+@@ -1649,7 +1649,7 @@
+ # Set up the chrooted environment
+ osmajor=$(echo ${jail} | sed -E -e 's|(^[[:digit:]]+).*$|\1|')
+ case ${osmajor} in
+- 6|7|8) tinderbuild_setup;;
++ 6|7|8|9) tinderbuild_setup;;
+ *) echo "tinderbuild: unhandled OS version: ${osmajor}"
+ tinderbuild_cleanup 1
+ ;;
diff --git a/ports-mgmt/tinderbox/files/patch-tinderbox.env b/ports-mgmt/tinderbox/files/patch-tinderbox.env
new file mode 100644
index 000000000000..06a3a118ded0
--- /dev/null
+++ b/ports-mgmt/tinderbox/files/patch-tinderbox.env
@@ -0,0 +1,13 @@
+--- lib/tinderbox.env.orig 2009-09-17 15:35:00.000000000 +0200
++++ lib/tinderbox.env 2009-09-17 15:37:07.000000000 +0200
+@@ -17,6 +17,10 @@
+ #8PKGZIPCMD=bzip2
+ #8INDEXFILE=INDEX-8
+ #8X_WINDOW_SYSTEM=xorg
++#9PKGSUFFIX=.tbz
++#9PKGZIPCMD=bzip2
++#9INDEXFILE=INDEX-9
++#9X_WINDOW_SYSTEM=xorg
+ #
+ LOCALBASE=/usr/local
+ X11BASE=/usr/local