diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-17 18:17:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-17 18:17:31 +0000 |
commit | 04a81b57d05827d4b2fb7290a864b29ad975d953 (patch) | |
tree | d84be18f86b0c57f5b772676f79a779ab7c1b0bf /ports-mgmt | |
parent | cf6557aa5a181143f0a4c40bf6551919c1462e17 (diff) | |
download | ports-04a81b57d05827d4b2fb7290a864b29ad975d953.tar.gz ports-04a81b57d05827d4b2fb7290a864b29ad975d953.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/tinderbox-devel/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/files/patch-lib__tc_command.sh | 15 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/files/patch-lib__tinderbox.env | 13 |
3 files changed, 25 insertions, 5 deletions
diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile index b93b270c1d25..a68a6154ac99 100644 --- a/ports-mgmt/tinderbox-devel/Makefile +++ b/ports-mgmt/tinderbox-devel/Makefile @@ -6,7 +6,7 @@ PORTNAME= tinderbox PORTVERSION= 3.2 -PORTREVISION= 4 # 2009-05-10 18:02:34 UTC +PORTREVISION= 5 # 2009-09-17 18:02:34 UTC CATEGORIES= ports-mgmt MASTER_SITES= http://tinderbox.marcuscom.com/ \ http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ diff --git a/ports-mgmt/tinderbox-devel/files/patch-lib__tc_command.sh b/ports-mgmt/tinderbox-devel/files/patch-lib__tc_command.sh index ee126d74bb0d..3f9788497a72 100644 --- a/ports-mgmt/tinderbox-devel/files/patch-lib__tc_command.sh +++ b/ports-mgmt/tinderbox-devel/files/patch-lib__tc_command.sh @@ -1,7 +1,5 @@ -Index: portstools/tinderbox/lib/tc_command.sh -diff -u portstools/tinderbox/lib/tc_command.sh:1.101.2.14 portstools/tinderbox/lib/tc_command.sh:1.101.2.18 ---- portstools/tinderbox/lib/tc_command.sh:1.101.2.14 Sun Feb 15 12:22:28 2009 -+++ portstools/tinderbox/lib/tc_command.sh Sun May 10 14:02:34 2009 +--- portstools/tinderbox/lib/tc_command.sh.orig 2009-02-24 20:36:38.000000000 +0100 ++++ portstools/tinderbox/lib/tc_command.sh 2009-09-17 19:59:26.000000000 +0200 @@ -24,10 +24,10 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. @@ -104,3 +102,12 @@ diff -u portstools/tinderbox/lib/tc_command.sh:1.101.2.14 portstools/tinderbox/l # Update the last-built time ${tc} updatePortsTreeLastBuilt -p ${portsTreeName} +@@ -1649,7 +1668,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-devel/files/patch-lib__tinderbox.env b/ports-mgmt/tinderbox-devel/files/patch-lib__tinderbox.env new file mode 100644 index 000000000000..5a9c6d575408 --- /dev/null +++ b/ports-mgmt/tinderbox-devel/files/patch-lib__tinderbox.env @@ -0,0 +1,13 @@ +--- portstools/tinderbox/lib/tinderbox.env.orgi 2009-09-17 20:01:21.000000000 +0200 ++++ portstools/tinderbox/lib/tinderbox.env 2009-09-17 20:01:41.000000000 +0200 +@@ -17,6 +17,10 @@ + #8PKGZIPCMD=bzip2 + #8INDEXFILE=INDEX-8 + #8X_WINDOW_SYSTEM=xorg ++#9PKGSUFFIX=.tbz ++#9PKGZIPCMD=bzip2 ++#9INDEXFILE=INDEX-8 ++#9X_WINDOW_SYSTEM=xorg + # + LOCALBASE=/usr/local + X11BASE=/usr/local |