Skip to content

Commit

Permalink
Merge pull request #353 from Ratler/mongodb-2.6.5
Browse files Browse the repository at this point in the history
mongodb: version bumped to 2.6.5
  • Loading branch information
florin65 committed Nov 5, 2014
2 parents 3d61bbf + 0e90381 commit 7af5475
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 6 additions & 3 deletions sql/mongodb/DETAILS
@@ -1,21 +1,24 @@
MODULE=mongodb
VERSION=2.6.3
VERSION=2.6.5
SOURCE=$MODULE-src-r$VERSION.tar.gz
SOURCE2=mongodb.conf-0.3
SOURCE3=mongodb-2.4.2-use-system-path.patch
SOURCE4=mongodb-2.6.3-fix-cxxflags-and-ggdb.patch
SOURCE5=mongodb-2.6.5-gcc-4.9-optimization-fix.patch
SOURCE_URL=http://downloads.mongodb.org/src
SOURCE2_URL=$PATCH_URL
SOURCE3_URL=$PATCH_URL
SOURCE4_URL=$PATCH_URL
SOURCE5_URL=$PATCH_URL
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-src-r$VERSION
SOURCE_VFY=sha256:77bd9ec1b3aba25494633b40c21e9e8623d7b7d2b3be5ab0b2315b627a238301
SOURCE_VFY=sha256:55d6cb624fe83935564a5e9cd38f2f94b2ec62745c5bd9c0539e4846ae9fa86c
SOURCE2_VFY=sha256:29e47681c4a9325a8288e3f5c3591138f08bce36178c21a0a4b41bf4b05922dc
SOURCE3_VFY=sha256:8907e4be5546ec7ea0146989d4d64d115b66a893adb7f1015ceba67e297c7dd0
SOURCE4_VFY=sha256:c367d5c6b5cca432582aa440b8812b5e58bc09fcf99b09cccbe039c26e967a52
SOURCE5_VFY=sha256:164b4e124bd9907c50334d886e0d25e8c8e8c98f460f65604ccf29062edcd9e4
WEB_SITE=http://www.mongodb.org/
ENTERED=20101205
UPDATED=20140716
UPDATED=20141102
SHORT="A scalable, high-performance, key-value store, document-oriented database"

cat << EOF
Expand Down
3 changes: 3 additions & 0 deletions sql/mongodb/PRE_BUILD
Expand Up @@ -6,6 +6,9 @@ patch_it $SOURCE3 1 &&
# Honor CXXFLAGS and remove debugging symbols (ggdb)
patch_it $SOURCE4 1 &&

# GCC 4.9 patch that fixes segfault in js
patch_it $SOURCE5 1 &&

# gcc 4.8 does find something to warn about ;)
sedit "s:'-Werror':\0, '-Wno-unused-local-typedefs':" src/third_party/v8/SConscript &&

Expand Down

0 comments on commit 7af5475

Please sign in to comment.