* [gentoo-commits] gentoo-x86 commit in dev-db/mongodb: mongodb-2.2.0.ebuild ChangeLog
@ 2012-08-30 15:47 99% Alexys Jacob (ultrabug)
0 siblings, 0 replies; 1+ results
From: Alexys Jacob (ultrabug) @ 2012-08-30 15:47 UTC (permalink / raw
To: gentoo-commits
ultrabug 12/08/30 15:47:24
Modified: mongodb-2.2.0.ebuild ChangeLog
Log:
Fix v8 compilation when spidermonkey is not installed, by Jouni Kosonen.
(Portage version: 2.1.11.11/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-db/mongodb/mongodb-2.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/mongodb-2.2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/mongodb-2.2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/mongodb-2.2.0.ebuild?r1=1.1&r2=1.2
Index: mongodb-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mongodb-2.2.0.ebuild 30 Aug 2012 10:14:54 -0000 1.1
+++ mongodb-2.2.0.ebuild 30 Aug 2012 15:47:24 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.2.0.ebuild,v 1.1 2012/08/30 10:14:54 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.2.0.ebuild,v 1.2 2012/08/30 15:47:24 ultrabug Exp $
EAPI=4
SCONS_MIN_VERSION="1.2.0"
@@ -52,6 +52,10 @@
sed -e 's@third_party/js-1.7/@/usr/include/js/@g' \
-i src/mongo/scripting/engine_spidermonkey.h \
-i src/mongo/scripting/engine_spidermonkey.cpp || die
+
+ if use v8; then
+ sed -e "s/LIBS=\['js',/LIBS=\[/g" -i SConstruct || die
+ fi
}
src_compile() {
1.43 dev-db/mongodb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mongodb/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 30 Aug 2012 10:14:54 -0000 1.42
+++ ChangeLog 30 Aug 2012 15:47:24 -0000 1.43
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/mongodb
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/ChangeLog,v 1.42 2012/08/30 10:14:54 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/ChangeLog,v 1.43 2012/08/30 15:47:24 ultrabug Exp $
+
+ 30 Aug 2012; Ultrabug <ultrabug@gentoo.org> mongodb-2.2.0.ebuild:
+ Fix v8 compilation when spidermonkey is not installed, by Jouni Kosonen.
*mongodb-2.2.0 (30 Aug 2012)
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2012-08-30 15:47 99% [gentoo-commits] gentoo-x86 commit in dev-db/mongodb: mongodb-2.2.0.ebuild ChangeLog Alexys Jacob (ultrabug)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox