mongodb: update to 2.6.3

This commit is contained in:
Enno Boland 2014-07-03 22:26:28 +02:00
parent 15f6d2e675
commit 2669291364
2 changed files with 4 additions and 14 deletions

View file

@ -1,11 +0,0 @@
--- SConstruct 2014-04-08 22:55:57.206075327 +0800
+++ SConstruct 2014-04-08 22:57:58.692240224 +0800
@@ -819,7 +819,7 @@
"-Winvalid-pch"] )
# env.Append( " -Wconversion" ) TODO: this doesn't really work yet
if linux or darwin:
- env.Append( CCFLAGS=["-Werror", "-pipe"] )
+ env.Append( CCFLAGS=["-pipe"] )
env.Append( CPPDEFINES=["_FILE_OFFSET_BITS=64"] )
env.Append( CXXFLAGS=["-Wnon-virtual-dtor", "-Woverloaded-virtual"] )

View file

@ -1,6 +1,6 @@
# Template file for 'mongodb' # Template file for 'mongodb'
pkgname=mongodb pkgname=mongodb
version=2.6.1 version=2.6.3
revision=1 revision=1
hostmakedepends="scons" hostmakedepends="scons"
makedepends="boost-devel pcre-devel snappy-devel openssl-devel libpcap-devel gperftools-devel v8-3.16-devel" makedepends="boost-devel pcre-devel snappy-devel openssl-devel libpcap-devel gperftools-devel v8-3.16-devel"
@ -13,7 +13,7 @@ maintainer="Enno Boland <eb@s01.de>"
homepage="http://www.mongodb.org" homepage="http://www.mongodb.org"
license="AGPL-3" license="AGPL-3"
distfiles="http://downloads.mongodb.org/src/mongodb-src-r${version}.tar.gz" distfiles="http://downloads.mongodb.org/src/mongodb-src-r${version}.tar.gz"
checksum="a3199666acff3d8e236a93118de497a20b47309cf91495099f9a22b9787d262b" checksum="77bd9ec1b3aba25494633b40c21e9e8623d7b7d2b3be5ab0b2315b627a238301"
make_dirs=" make_dirs="
/var/lib/mongodb 0700 mongodb mongodb /var/lib/mongodb 0700 mongodb mongodb
/var/log/mongodb 0750 mongodb mongodb" /var/log/mongodb 0750 mongodb mongodb"
@ -24,7 +24,8 @@ _scons_args=" --use-system-boost \
--use-system-tcmalloc \ --use-system-tcmalloc \
--use-system-v8 \ --use-system-v8 \
--ssl \ --ssl \
--sharedclient" --sharedclient \
--disable-warnings-as-errors"
disable_parallel_build=yes disable_parallel_build=yes