summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-admin/mongo-tools/files/mongo-tools-3.0.0-build.patch10
-rw-r--r--app-admin/mongo-tools/files/mongo-tools-3.0.12-build.patch9
-rw-r--r--app-admin/mongo-tools/files/mongo-tools-3.2.5-build.patch9
3 files changed, 0 insertions, 28 deletions
diff --git a/app-admin/mongo-tools/files/mongo-tools-3.0.0-build.patch b/app-admin/mongo-tools/files/mongo-tools-3.0.0-build.patch
deleted file mode 100644
index f7fd93b04a51..000000000000
--- a/app-admin/mongo-tools/files/mongo-tools-3.0.0-build.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- build.sh.orig 2015-02-17 16:55:47.000000000 +0000
-+++ build.sh 2015-02-18 09:22:30.671123198 +0000
-@@ -19,5 +19,5 @@
- for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore mongodump mongotop mongooplog; do
- echo "Building ${i}..."
- # Build the tool, using -ldflags to link in the current gitspec
-- go build -o "bin/$i" -ldflags "-X github.com/mongodb/mongo-tools/common/options.Gitspec `git rev-parse HEAD`" -tags "$tags" "$i/main/$i.go"
-+ go build -o "bin/$i" -tags "$tags" "$i/main/$i.go"
- done
-
diff --git a/app-admin/mongo-tools/files/mongo-tools-3.0.12-build.patch b/app-admin/mongo-tools/files/mongo-tools-3.0.12-build.patch
deleted file mode 100644
index f3d881948679..000000000000
--- a/app-admin/mongo-tools/files/mongo-tools-3.0.12-build.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/build.sh 2016-04-29 20:14:54.000000000 +0200
-+++ b/build.sh 2016-05-17 17:22:50.830113156 +0200
-@@ -19,5 +19,5 @@
- for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore mongodump mongotop mongooplog; do
- echo "Building ${i}..."
- # Build the tool, using -ldflags to link in the current gitspec
-- go build -o "bin/$i" -ldflags "-X github.com/mongodb/mongo-tools/common/options.Gitspec=`git rev-parse HEAD` -X github.com/mongodb/mongo-tools/common/options.VersionStr=$(git describe)" -tags "$tags" "$i/main/$i.go"
-+ go build -o "bin/$i" -tags "$tags" "$i/main/$i.go" || exit 1
- done
diff --git a/app-admin/mongo-tools/files/mongo-tools-3.2.5-build.patch b/app-admin/mongo-tools/files/mongo-tools-3.2.5-build.patch
deleted file mode 100644
index 31d94dd65cad..000000000000
--- a/app-admin/mongo-tools/files/mongo-tools-3.2.5-build.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/build.sh 2016-04-21 17:31:22.156178084 +0200
-+++ b/build.sh 2016-04-21 17:32:07.723421116 +0200
-@@ -19,5 +19,5 @@
- for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore mongodump mongotop mongooplog; do
- echo "Building ${i}..."
- # Build the tool, using -ldflags to link in the current gitspec
-- go build -o "bin/$i" -ldflags "-X github.com/mongodb/mongo-tools/common/options.Gitspec `git rev-parse HEAD` -X github.com/mongodb/mongo-tools/common/options.VersionStr $(git describe)" -tags "$tags" "$i/main/$i.go"
-+ go build -o "bin/$i" -tags "$tags" "$i/main/$i.go"
- done