[89026] trunk/dports/databases/mongodb
ryandesign at macports.org
ryandesign at macports.org
Wed Jan 18 00:09:21 PST 2012
Revision: 89026
http://trac.macports.org/changeset/89026
Author: ryandesign at macports.org
Date: 2012-01-18 00:09:18 -0800 (Wed, 18 Jan 2012)
Log Message:
-----------
mongodb: use MacPorts snappy instead of bundled version
Modified Paths:
--------------
trunk/dports/databases/mongodb/Portfile
Added Paths:
-----------
trunk/dports/databases/mongodb/files/patch-third_party-snappy.py.diff
Modified: trunk/dports/databases/mongodb/Portfile
===================================================================
--- trunk/dports/databases/mongodb/Portfile 2012-01-18 07:44:31 UTC (rev 89025)
+++ trunk/dports/databases/mongodb/Portfile 2012-01-18 08:09:18 UTC (rev 89026)
@@ -5,6 +5,7 @@
name mongodb
epoch 1
version 2.0.2
+revision 1
license AGPL-3.0
categories databases
maintainers ryandesign
@@ -31,6 +32,7 @@
patchfiles patch-SConstruct.diff \
patch-distsrc-client-SConstruct.diff \
+ patch-third_party-snappy.py.diff \
patch-util-compress.cpp.diff
post-patch {
Added: trunk/dports/databases/mongodb/files/patch-third_party-snappy.py.diff
===================================================================
--- trunk/dports/databases/mongodb/files/patch-third_party-snappy.py.diff (rev 0)
+++ trunk/dports/databases/mongodb/files/patch-third_party-snappy.py.diff 2012-01-18 08:09:18 UTC (rev 89026)
@@ -0,0 +1,9 @@
+https://jira.mongodb.org/browse/SERVER-4634
+--- third_party/snappy.py.orig 2011-12-14 11:18:48.000000000 -0600
++++ third_party/snappy.py 2012-01-18 00:49:21.000000000 -0600
+@@ -11,4 +11,4 @@
+ fileLists["serverOnlyFiles"] += [ myenv.Object(f) for f in files ]
+
+ def configureSystem( env , fileLists , options ):
+- configure( env , fileLists , options )
++ env.Append( LIBS=[ "snappy" ] )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120118/28be5e15/attachment.html>
More information about the macports-changes
mailing list