summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorRonald Klop <ronald@FreeBSD.org>2024-04-25 13:44:44 +0200
committerRonald Klop <ronald@FreeBSD.org>2024-04-25 13:54:45 +0200
commit1707c0aac83aaf892c07bfc05573d1efa8ec5724 (patch)
treec34a0cc093707afde9d722d46d4d2951586d70e2 /databases
parentdatabases/mongodb60: update to 6.0.15 (diff)
databases/mongodb50: enable non-AVX CPUs by default
By popular demand as this port is used by net-mgmt/unifi8. I couldn't find any information on the internet that the binary really does something which requires AVX. For example this discussion: https://github.com/turnkeylinux/tracker/issues/1724 PR: 277990 Requested by: glebius@
Diffstat (limited to 'databases')
-rw-r--r--databases/mongodb50/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mongodb50/Makefile b/databases/mongodb50/Makefile
index ccbc2e666182..b2e4388e884e 100644
--- a/databases/mongodb50/Makefile
+++ b/databases/mongodb50/Makefile
@@ -1,7 +1,7 @@
PORTNAME= mongodb
DISTVERSIONPREFIX= r
DISTVERSION= 5.0.26
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases net
MASTER_SITES= https://fastdl.mongodb.org/src/ \
http://fastdl.mongodb.org/src/
@@ -63,7 +63,7 @@ USERS= mongodb
GROUPS= mongodb
OPTIONS_DEFINE= LTO SASL SSL NOAVX
-OPTIONS_DEFAULT= SASL SSL
+OPTIONS_DEFAULT= SASL SSL NOAVX
NOAVX_DESC= "Disable AVX instructions on amd64 (Sandybridge+)"