[64739] trunk/dports/databases/mongodb-devel

nox at macports.org nox at macports.org
Mon Mar 15 06:14:17 PDT 2010


Revision: 64739
          http://trac.macports.org/changeset/64739
Author:   nox at macports.org
Date:     2010-03-15 06:14:17 -0700 (Mon, 15 Mar 2010)
Log Message:
-----------
Remove obsolete port mongodb-devel

Removed Paths:
-------------
    trunk/dports/databases/mongodb-devel/Portfile
    trunk/dports/databases/mongodb-devel/files/patch-SConstruct.diff

Deleted: trunk/dports/databases/mongodb-devel/Portfile
===================================================================
--- trunk/dports/databases/mongodb-devel/Portfile	2010-03-15 13:14:05 UTC (rev 64738)
+++ trunk/dports/databases/mongodb-devel/Portfile	2010-03-15 13:14:17 UTC (rev 64739)
@@ -1,52 +0,0 @@
-# $Id$
-
-PortSystem          1.0
-name                mongodb-devel
-version             1.1.1
-categories          databases
-maintainers         nomaintainer
-description         High-performance, schema-free document-oriented database
-long_description    ${description}
-
-platforms           darwin
-
-conflicts           mongodb
-
-homepage            http://www.mongodb.org/
-master_sites        http://github.com/mongodb/mongo/tarball/r${version}
-distname            mongodb-${version}
-
-checksums           md5     4d270b203764ce994df13266300aee68 \
-                    sha1    77084114ae4b0bb717e2f19eef301d1c9ccf48d4 \
-                    rmd160  708359a29dc3be0916918dda5baf2326ecd91613
-
-set mongodb_version_hash   eca1e97
-worksrcdir          mongodb-mongo-${mongodb_version_hash}
-
-depends_build       port:scons
-depends_lib         port:boost port:pcre port:spidermonkey port:libpcap \
-                    port:readline
-
-patchfiles          patch-SConstruct.diff
-post-patch {
-   reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/SConstruct
-}
-
-use_configure       no
-
-build.args          --usesm
-build.env           CC=${configure.cc} CXX=${configure.cxx} CPP=${configure.cpp}
-build.cmd           scons
-build.target        all mongobridge mongosniff
-
-destroot.cmd        scons
-destroot.destdir    --prefix=${destroot}${prefix}
-destroot.env        ${build.env}
-post-destroot {
-   xinstall -m 755 -W ${worksrcpath} mongobridge mongosniff \
-      ${destroot}${prefix}/bin
-}
-
-livecheck.url       ${homepage}display/DOCS/Downloads
-livecheck.regex     {mongodb/mongo/tarball/r(\d+\.[13579]\.\d+)}
-

Deleted: trunk/dports/databases/mongodb-devel/files/patch-SConstruct.diff
===================================================================
--- trunk/dports/databases/mongodb-devel/files/patch-SConstruct.diff	2010-03-15 13:14:05 UTC (rev 64738)
+++ trunk/dports/databases/mongodb-devel/files/patch-SConstruct.diff	2010-03-15 13:14:17 UTC (rev 64739)
@@ -1,53 +0,0 @@
---- SConstruct.orig	2009-08-18 12:22:35.000000000 -0600
-+++ SConstruct	2009-08-23 14:56:00.000000000 -0600
-@@ -320,23 +320,16 @@
- 
-     env.Append( CPPPATH=[ "-I/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Headers/" ] )
- 
--    env.Append( CPPFLAGS=" -mmacosx-version-min=10.4 " )
-     if not nojni:
-         env.Append( FRAMEWORKS=["JavaVM"] )
- 
--    if os.path.exists( "/usr/bin/g++-4.2" ):
--        env["CXX"] = "g++-4.2"
--
-     nix = True
- 
--    if force64:
--        env.Append( CPPPATH=["/usr/64/include"] )
--        env.Append( LIBPATH=["/usr/64/lib"] )
--        if installDir == DEFAULT_INSTALl_DIR and not distBuild:
--            installDir = "/usr/64/"
--    else:
--        env.Append( CPPPATH=[ "/sw/include" , "/opt/local/include"] )
--        env.Append( LIBPATH=["/sw/lib/", "/opt/local/lib"] )
-+    env.Append( CPPPATH=["@@PREFIX@@/include"] )
-+    env.Append( LIBPATH=["@@PREFIX@@/lib/"] )
-+    env["CC"] = os.environ["CC"]
-+    env["CPP"] = os.environ["CPP"]
-+    env["CXX"] = os.environ["CXX"]
- 
- elif "linux2" == os.sys.platform:
-     linux = True
-@@ -679,11 +672,7 @@
-         haveReadLine = False
-         if darwin:
-             myenv.Append( CPPDEFINES=[ "USE_READLINE" ] )
--            if force64:
--                myCheckLib( "readline" , True )
--                myCheckLib( "ncurses" , True )
--            else:
--                myenv.Append( LINKFLAGS=" /usr/lib/libreadline.dylib " )
-+            myenv.Append( LINKFLAGS=" @@PREFIX@@/lib/libreadline.dylib " )
-         elif myCheckLib( "readline" , release and nix , staticOnly=release ):
-             myenv.Append( CPPDEFINES=[ "USE_READLINE" ] )
-             myCheckLib( "ncurses" , staticOnly=release )
-@@ -849,8 +838,6 @@
-         shellEnv["LINKFLAGS"].remove("-m64")
-         shellEnv["CPPPATH"].remove( "/usr/64/include" )
-         shellEnv["LIBPATH"].remove( "/usr/64/lib" )
--        shellEnv.Append( CPPPATH=[ "/sw/include" , "/opt/local/include"] )
--        shellEnv.Append( LIBPATH=[ "/sw/lib/", "/opt/local/lib" , "/usr/lib" ] )
- 
-     l = shellEnv["LIBS"]
-     if linux64:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100315/fc57cfda/attachment-0001.html>


More information about the macports-changes mailing list