Date: Thu, 16 May 2024 10:49:00 GMT From: Ronald Klop <ronald@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fe16603f4f07 - main - databases/mongodb70: enable non-AVX CPUs by default Message-ID: <202405161049.44GAn05I076429@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ronald: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe16603f4f07239e1bca8a2b582f3bae088f0e96 commit fe16603f4f07239e1bca8a2b582f3bae088f0e96 Author: Ronald Klop <ronald@FreeBSD.org> AuthorDate: 2024-05-16 10:46:58 +0000 Commit: Ronald Klop <ronald@FreeBSD.org> CommitDate: 2024-05-16 10:46:58 +0000 databases/mongodb70: enable non-AVX CPUs by default Similar to the change in mongodb50. People use these CPUs with MongoDB. PR: 277990 --- databases/mongodb70/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/databases/mongodb70/Makefile b/databases/mongodb70/Makefile index 654fa0f621e1..378843c96075 100644 --- a/databases/mongodb70/Makefile +++ b/databases/mongodb70/Makefile @@ -1,6 +1,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r DISTVERSION= 7.0.9 +PORTREVISION= 1 CATEGORIES= databases net PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} @@ -75,7 +76,7 @@ GROUPS= mongodb OPTIONS_DEFINE= LTO SASL SSL NOAVX OPTIONS_DEFINE_aarch64= ARMV80A -OPTIONS_DEFAULT= SASL SSL +OPTIONS_DEFAULT= SASL SSL NOAVX # MongoDB on non-LSE ARM cpu like Raspberry Pi can work but is unsupported upstream. # Can give corruption on high concurrency.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405161049.44GAn05I076429>