diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-10-19 20:18:53 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-10-19 20:18:53 +0000 |
commit | 35edb224d41115c8e82c25b50c432f39ea3293b9 (patch) | |
tree | 6dbb0ed03fff087d95f2fd7c188f86fc4f41fb3e /ports-mgmt/tinderbox | |
parent | eb75b733611c3795a95c4524a27c712818909ae0 (diff) | |
download | ports-35edb224d41115c8e82c25b50c432f39ea3293b9.tar.gz ports-35edb224d41115c8e82c25b50c432f39ea3293b9.zip |
Notes
Diffstat (limited to 'ports-mgmt/tinderbox')
-rw-r--r-- | ports-mgmt/tinderbox/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/tinderbox/files/patch-chroot | 30 |
2 files changed, 11 insertions, 21 deletions
diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile index 82d239a6336a..574b77712c5a 100644 --- a/ports-mgmt/tinderbox/Makefile +++ b/ports-mgmt/tinderbox/Makefile @@ -3,7 +3,7 @@ PORTNAME= tinderbox PORTVERSION= 4.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ports-mgmt MASTER_SITES= http://tinderbox.marcuscom.com/ \ http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ diff --git a/ports-mgmt/tinderbox/files/patch-chroot b/ports-mgmt/tinderbox/files/patch-chroot index e70c7c954b27..738d22952edc 100644 --- a/ports-mgmt/tinderbox/files/patch-chroot +++ b/ports-mgmt/tinderbox/files/patch-chroot @@ -364,26 +364,6 @@ diff -u -r1.176 tc_command.sh addPortToBuild () { -? .fslckout -? .fslckout-mjFA3F63973 -Index: lib/tc_command.sh -=================================================================== -RCS file: /space/cvs/marcuscom-cvs/portstools/tinderbox/lib/tc_command.sh,v -retrieving revision 1.177 -diff -u -r1.177 tc_command.sh ---- lib/tc_command.sh 8 Oct 2013 16:06:48 -0000 1.177 -+++ lib/tc_command.sh 13 Oct 2013 12:54:19 -0000 -@@ -1418,6 +1418,10 @@ - # Finalize environment - cp /etc/resolv.conf ${BUILD_DIR}/etc || touch ${BUILD_DIR}/etc/resolv.conf - -+ # This works around the SRCBASE issue... this needs fixing properly -+ mkdir -p ${BUILD_DIR}/${SRCBASE%/*} -+ ln -s ${BUILD_DIR}/usr/src ${BUILD_DIR}/${SRCBASE} -+ - return 0 - } - Index: lib/tinderlib.sh =================================================================== RCS file: /space/cvs/marcuscom-cvs/portstools/tinderbox/lib/tinderlib.sh,v @@ -403,3 +383,13 @@ diff -u -r1.85 tinderlib.sh # Set ARCH (needed for cross-building) export ARCH=$(${tc} getJailArch -j ${jail}) +--- lib/tc_command.wrong 2013-10-19 21:15:58.461836978 +0100 ++++ lib/tc_command.sh 2013-10-19 21:16:32.105859389 +0100 +@@ -1967,7 +1967,6 @@ + ( + export PORTBUILD_ARGS="$(echo ${pbargs})" + buildenvNoHost ${build} +- buildenv ${jail} ${portstree} ${build} + HOST_WORKDIR=$(${tc} configGet | \ + awk -F= '/^HOST_WORKDIR/ {print $2}') + env PORTSDIR=/a/ports \ |