git: 607d1080fc35 - main - databases/mongodb60: Mark IGNORE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Jan 2023 19:07:08 UTC
The branch main has been updated by ronald: URL: https://cgit.FreeBSD.org/ports/commit/?id=607d1080fc3564f0273f7404de31e6f8b4611224 commit 607d1080fc3564f0273f7404de31e6f8b4611224 Author: Ronald Klop <ronald@FreeBSD.org> AuthorDate: 2023-01-13 19:04:09 +0000 Commit: Ronald Klop <ronald@FreeBSD.org> CommitDate: 2023-01-13 19:04:09 +0000 databases/mongodb60: Mark IGNORE forgot to uncomment in the previous commit Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D38016 --- databases/mongodb60/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/mongodb60/Makefile b/databases/mongodb60/Makefile index 0aae4b5ca928..061430f4067a 100644 --- a/databases/mongodb60/Makefile +++ b/databases/mongodb60/Makefile @@ -14,7 +14,7 @@ LICENSE_NAME_SSPLv1= Server Side Public License Version 1 LICENSE_FILE_SSPLv1= ${WRKSRC}/LICENSE-Community.txt LICENSE_PERMS_SSPLv1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -#IGNORE= segmentation fault at runtime: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267668 +IGNORE= segmentation fault at runtime: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267668 ONLY_FOR_ARCHS= aarch64 amd64 powerpc64le ONLY_FOR_ARCHS_REASON= only ported to amd64, aarch64, and powerpc64le on FreeBSD; upstream supports arm64, ppc64le, s390x, and x86-64