git: 4fef70600b94 - main - databases/mongodb60: enable non-AVX CPUs by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 May 2024 10:36:21 UTC
The branch main has been updated by ronald: URL: https://cgit.FreeBSD.org/ports/commit/?id=4fef70600b94dfdd232606bac2a52f11262e27b1 commit 4fef70600b94dfdd232606bac2a52f11262e27b1 Author: Ronald Klop <ronald@FreeBSD.org> AuthorDate: 2024-05-16 10:33:35 +0000 Commit: Ronald Klop <ronald@FreeBSD.org> CommitDate: 2024-05-16 10:33:35 +0000 databases/mongodb60: enable non-AVX CPUs by default Similar to the change in mongodb50. Preparation so this can become the default mongodb port for net-mgmt/unifi8. PR: 277990 --- databases/mongodb60/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/databases/mongodb60/Makefile b/databases/mongodb60/Makefile index f5192f53700f..2373e62f15a1 100644 --- a/databases/mongodb60/Makefile +++ b/databases/mongodb60/Makefile @@ -1,6 +1,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r DISTVERSION= 6.0.15 +PORTREVISION= 1 CATEGORIES= databases net PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} @@ -75,7 +76,7 @@ USERS= mongodb GROUPS= mongodb OPTIONS_DEFINE= LTO SASL SSL NOAVX -OPTIONS_DEFAULT= LTO SASL SSL +OPTIONS_DEFAULT= LTO SASL SSL NOAVX NOAVX_DESC= "Disable AVX instructions on amd64 (Sandybridge+)"