diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-03-31 11:26:12 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-03-31 11:26:12 +0000 |
commit | de7e9cd98e0cfbb19a562a544a22f3e542b88b1c (patch) | |
tree | bb3771e2e3b91962ed62d2b99c7481308a5108cd /databases/mongodb34/files/patch-src_third__party_wiredtiger_SConscript | |
parent | databases/py-Mango: use MongoDB 3.6 instead of EOL 3.4 (diff) |
Remove expired ports:
2020-03-29 security/w3af: Uses deprecated version of Python
2020-03-30 sysutils/duplicity-devel: Obsolete now, use sysutils/duplicity instead
2020-03-31 net-mgmt/tornova: Use EOL'd Python 2.7
2020-03-31 audio/py-ogg: Unmaintained, uses EOLed python27
2020-03-31 net-mgmt/onionlauncher: Use EOL'd Python 2.7
2020-03-31 databases/mongodb34: EOL January 2020; See https://www.mongodb.com/support-policy
2020-03-31 graphics/sane-frontends: Unmaintained upstream, no consumers left
2020-03-31 lang/ruby24: Move to a new version (lang/ruby26 or above). Ruby 2.4 is in security maintenance phase and planned for EOL on March 31, 2020
2020-03-31 databases/pgpool: Reached EOL at 2019-10-31, please use pgpool-II-35 or higher
2020-03-31 net/pygopherd: Unmaintained, uses EOLed python27
databases/mongodb34-tools: Part of expired MongoDB 3.4
Diffstat (limited to 'databases/mongodb34/files/patch-src_third__party_wiredtiger_SConscript')
-rw-r--r-- | databases/mongodb34/files/patch-src_third__party_wiredtiger_SConscript | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/mongodb34/files/patch-src_third__party_wiredtiger_SConscript b/databases/mongodb34/files/patch-src_third__party_wiredtiger_SConscript deleted file mode 100644 index f03d47f69b56..000000000000 --- a/databases/mongodb34/files/patch-src_third__party_wiredtiger_SConscript +++ /dev/null @@ -1,11 +0,0 @@ ---- src/third_party/wiredtiger/SConscript.orig 2017-09-07 19:28:48 UTC -+++ src/third_party/wiredtiger/SConscript -@@ -169,7 +169,7 @@ if useSnappy: - # If not available at runtime, we fall back to software in some cases. - # - # On zSeries we may disable because SLES 11 kernel doe not support the instructions. --if not (env['TARGET_ARCH'] == 's390x' and get_option("use-s390x-crc32") == "off"): -+if not (env['TARGET_ARCH'] == 's390x' and get_option("use-s390x-crc32") == "off") and not (env['TARGET_ARCH'] == 'aarch64'): - env.Append(CPPDEFINES=["HAVE_CRC32_HARDWARE"]) - - wtlib = env.Library( |