summaryrefslogtreecommitdiff
path: root/ports-mgmt/tinderbox-devel/files/patch-tc
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/tinderbox-devel/files/patch-tc')
-rw-r--r--ports-mgmt/tinderbox-devel/files/patch-tc48
1 files changed, 0 insertions, 48 deletions
diff --git a/ports-mgmt/tinderbox-devel/files/patch-tc b/ports-mgmt/tinderbox-devel/files/patch-tc
deleted file mode 100644
index e1730feac058..000000000000
--- a/ports-mgmt/tinderbox-devel/files/patch-tc
+++ /dev/null
@@ -1,48 +0,0 @@
---- tc.dist 2006/10/24 06:20:10 1.67.2.15
-+++ tc 2006/10/30 07:01:49 1.67.2.17
-@@ -2962,20 +2962,23 @@ sub addPorts {
- }
-
- sub tbcleanup {
-- my @builds = $ds->getAllBuilds();
-- my @ports = $ds->getAllPorts();
-- my %requestMountArgs;
-+ my @builds = $ds->getAllBuilds();
-+ my @ports = $ds->getAllPorts();
-+ my @portstrees = $ds->getAllPortsTrees();
-+
-+ foreach my $portstree (@portstrees) {
-+ my %requestMountArgs;
-+ $requestMountArgs{'quiet'} = 1;
-+ $requestMountArgs{'readonly'} = 1;
-+ $requestMountArgs{'portstree'} = $portstree->getName();
-+ $requestMountArgs{'destination'} = "portstree";
-+ requestMount($BUILD_ROOT, %requestMountArgs);
-+ }
-
- foreach my $port (@ports) {
-- my @portstrees = $ds->getAllPortsTrees();
-- my $pathFound = 0;
-+ my $pathFound = 0;
-
- foreach my $portstree (@portstrees) {
-- $requestMountArgs{'quiet'} = 1;
-- $requestMountArgs{'readonly'} = 1;
-- $requestMountArgs{'portstree'} = $portstree->getName();
-- $requestMountArgs{'destination'} = "portstree";
-- requestMount($PORTSTREES_DIR, %requestMountArgs);
- my $path = join("/",
- $PORTSTREES_DIR, $portstree->getName(), "ports",
- $port->getDirectory(), "Makefile");
-@@ -3023,11 +3026,6 @@ sub tbcleanup {
-
- my $portstree =
- $ds->getPortsTreeById($build->getPortsTreeId());
-- $requestMountArgs{'quiet'} = 1;
-- $requestMountArgs{'readonly'} = 1;
-- $requestMountArgs{'portstree'} = $portstree->getName();
-- $requestMountArgs{'destination'} = "portstree";
-- requestMount($PORTSTREES_DIR, %requestMountArgs);
-
- $path = join("/",
- $PORTSTREES_DIR, $portstree->getName(), "ports",