summaryrefslogtreecommitdiff
path: root/community/mongodb/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-07-19 00:01:52 +0000
committerroot <root@rshg054.dnsready.net>2012-07-19 00:01:52 +0000
commit6b87f8519dc037f4fd4c19d8f36b7d7565559bd3 (patch)
tree4c1b86f91ce9c742867b6eecd4857b20919cd713 /community/mongodb/PKGBUILD
parent63d179775e063452db6358e15b9847e7fc6c84b6 (diff)
Thu Jul 19 00:01:52 UTC 2012
Diffstat (limited to 'community/mongodb/PKGBUILD')
-rw-r--r--community/mongodb/PKGBUILD23
1 files changed, 6 insertions, 17 deletions
diff --git a/community/mongodb/PKGBUILD b/community/mongodb/PKGBUILD
index 733eaa629..6a921509d 100644
--- a/community/mongodb/PKGBUILD
+++ b/community/mongodb/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 72741 2012-06-22 06:12:23Z svenstaro $
+# $Id: PKGBUILD 74000 2012-07-18 01:07:39Z ibiru $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Mathias Stearn <mathias@10gen.com>
@@ -6,8 +6,8 @@
pkgname=mongodb
pkgver=2.0.6
-pkgrel=1
-pkgdesc='A high-performance, open source, schema-free document-oriented database.'
+pkgrel=2
+pkgdesc='A high-performance, open source, schema-free document-oriented database'
arch=('i686' 'x86_64')
url='http://www.mongodb.org'
license=('AGPL3')
@@ -20,29 +20,18 @@ install="mongodb.install"
source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz"
'mongodb.rc'
'mongodb.conf'
- '0001-Backport-for-mongodb-2.0.4-Ignore-fork-and-logpath-w.patch'
- '0002-Backport-for-mongodb-2.0.4-Don-t-check-proc-pid-exe-.patch')
+ 'boost-1.50.patch')
md5sums=('b3b32fecdcbe8e8068ec2989be9d2da4'
'9c67e00f4626ad761a8f7d4e037a54d7'
'4839fe1d638187ca3226e8267b947318'
- 'fdbf06b005b3a73a2b6caca257ec8f64'
- '659f6538f1ee3292809f638a4a37cbad')
+ '5d22fd2c0ae869218488cd7c0dbc3903')
build() {
export SCONSFLAGS="$MAKEFLAGS"
cd mongodb-src-r${pkgver}
- # 0001 suggested to backport along with 0002
- # 0002 backported for https://jira.mongodb.org/browse/SERVER-5358
- # also fixes https://bugs.archlinux.org/task/29050
- #patch -Np1 -i ${srcdir}/0001-Backport-for-mongodb-2.0.4-Ignore-fork-and-logpath-w.patch
- #patch -Np1 -i ${srcdir}/0002-Backport-for-mongodb-2.0.4-Don-t-check-proc-pid-exe-.patch
-
- # fix python name for smoke tests
- #sed \
- # -e 's/python/&2/' \
- # -i SConstruct
+ patch -Np1 -i ${srcdir}/boost-1.50.patch
scons \
all \