From b5debfbb04237d47234caf287c1ca1d3ee5604cd Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Wed, 15 Aug 2018 11:57:01 +0000 Subject: Remove expired port: 2018-07-23 databases/mongodb: End of Life October 2016 --- databases/mongodb/files/patch-src_mongo_SConscript | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 databases/mongodb/files/patch-src_mongo_SConscript (limited to 'databases/mongodb/files/patch-src_mongo_SConscript') diff --git a/databases/mongodb/files/patch-src_mongo_SConscript b/databases/mongodb/files/patch-src_mongo_SConscript deleted file mode 100644 index a36550c63bc4..000000000000 --- a/databases/mongodb/files/patch-src_mongo_SConscript +++ /dev/null @@ -1,20 +0,0 @@ ---- src/mongo/SConscript.orig 2016-03-21 17:09:46.000000000 +0100 -+++ src/mongo/SConscript 2016-05-02 12:44:35.405331527 +0200 -@@ -13,7 +13,7 @@ Import("has_option") - Import("get_option") - Import("usev8") - Import("enforce_glibc") --Import("darwin windows solaris linux nix") -+Import("darwin windows solaris linux freebsd nix") - - env.SConscript(['base/SConscript', - 'db/auth/SConscript', -@@ -1183,7 +1183,7 @@ def installBinary( e, name ): - if enforce_glibc: - e.AddPostAction( name, checkGlibc ) - -- if (solaris or linux) and (not has_option("nostrip")): -+ if (solaris or linux or freebsd) and (not has_option("nostrip")): - name = e.Command('stripped/%s' % name, name, Copy('$TARGET', '$SOURCE'))[0] - e.AddPostAction(name, 'strip $TARGET') - -- cgit v1.2.3