diff options
author | Lance Albertson <ramereth@gentoo.org> | 2010-03-25 21:32:43 +0000 |
---|---|---|
committer | Lance Albertson <ramereth@gentoo.org> | 2010-03-25 21:32:43 +0000 |
commit | b278d5f1efcec43e43f283476561121b6000956d (patch) | |
tree | ebb8cbdd3e3b3c79a3445ba0c9d41ec3f7d2392c /dev-db/mongodb/files | |
parent | fix for bug #305553 and removed ancient 0.5 (diff) | |
download | gentoo-2-b278d5f1efcec43e43f283476561121b6000956d.tar.gz gentoo-2-b278d5f1efcec43e43f283476561121b6000956d.tar.bz2 gentoo-2-b278d5f1efcec43e43f283476561121b6000956d.zip |
Version bump to latest upsteam stable version 1.4.0
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/mongodb/files')
-rw-r--r-- | dev-db/mongodb/files/mongodb-1.4-modify-post-strip.patch (renamed from dev-db/mongodb/files/mongodb-1.3-modify-post-strip.patch) | 0 | ||||
-rw-r--r-- | dev-db/mongodb/files/mongodb-1.4-modify-testing.patch (renamed from dev-db/mongodb/files/mongodb-1.3-modify-testing.patch) | 17 |
2 files changed, 8 insertions, 9 deletions
diff --git a/dev-db/mongodb/files/mongodb-1.3-modify-post-strip.patch b/dev-db/mongodb/files/mongodb-1.4-modify-post-strip.patch index 5795c7e48925..5795c7e48925 100644 --- a/dev-db/mongodb/files/mongodb-1.3-modify-post-strip.patch +++ b/dev-db/mongodb/files/mongodb-1.4-modify-post-strip.patch diff --git a/dev-db/mongodb/files/mongodb-1.3-modify-testing.patch b/dev-db/mongodb/files/mongodb-1.4-modify-testing.patch index b40d59d1459d..eac7843d5c2f 100644 --- a/dev-db/mongodb/files/mongodb-1.3-modify-testing.patch +++ b/dev-db/mongodb/files/mongodb-1.4-modify-testing.patch @@ -1,6 +1,6 @@ -diff -ur mongodb-src-r1.3.3/SConstruct mongodb-src-r1.3.3.new/SConstruct ---- mongodb-src-r1.3.3/SConstruct 2010-03-02 07:37:07.000000000 -0800 -+++ mongodb-src-r1.3.3.new/SConstruct 2010-03-07 22:40:02.000000000 -0800 +diff -ur mongodb-src-r1.4.0/SConstruct mongodb-src-r1.4.0.new/SConstruct +--- mongodb-src-r1.4.0/SConstruct 2010-03-02 07:37:07.000000000 -0800 ++++ mongodb-src-r1.4.0.new/SConstruct 2010-03-07 22:40:02.000000000 -0800 @@ -1211,15 +1211,17 @@ Exit( 1 ) @@ -32,14 +32,13 @@ diff -ur mongodb-src-r1.3.3/SConstruct mongodb-src-r1.3.3.new/SConstruct ensureDir( dirName ) from subprocess import Popen mongodForTests = Popen( [ mongod[0].abspath, "--port", mongodForTestsPort, "--dbpath", dirName ] ) -diff -ur mongodb-src-r1.3.3/dbtests/dbtests.cpp mongodb-src-r1.3.3.new/dbtests/dbtests.cpp ---- mongodb-src-r1.3.3/dbtests/dbtests.cpp 2010-03-02 07:37:07.000000000 -0800 -+++ mongodb-src-r1.3.3.new/dbtests/dbtests.cpp 2010-03-07 22:40:37.000000000 -0800 -@@ -22,6 +22,6 @@ - #include "dbtests.h" +diff -ur mongodb-src-r1.4.0/dbtests/dbtests.cpp mongodb-src-r1.4.0.new/dbtests/dbtests.cpp +--- mongodb-src-r1.4.0/dbtests/dbtests.cpp 2010-03-02 07:37:07.000000000 -0800 ++++ mongodb-src-r1.4.0.new/dbtests/dbtests.cpp 2010-03-07 22:40:37.000000000 -0800 +@@ -23,6 +23,6 @@ int main( int argc, char** argv ) { + static StaticObserver StaticObserver; - return Suite::run(argc, argv, "/tmp/unittest"); + return Suite::run(argc, argv, "testdir/tmp/unittest"); } - |