diff options
author | Ronald Klop <ronald@FreeBSD.org> | 2023-01-13 19:04:09 +0000 |
---|---|---|
committer | Ronald Klop <ronald@FreeBSD.org> | 2023-01-13 19:04:09 +0000 |
commit | 607d1080fc3564f0273f7404de31e6f8b4611224 (patch) | |
tree | 751f3d6dbe7a5c1f285f2ab6fc70b8d936a253ed | |
parent | 146e6a4b49a196747bff0edbe6fee3f21069faa8 (diff) | |
download | ports-607d1080fc3564f0273f7404de31e6f8b4611224.tar.gz ports-607d1080fc3564f0273f7404de31e6f8b4611224.zip |
databases/mongodb60: Mark IGNORE
forgot to uncomment in the previous commit
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D38016
-rw-r--r-- | databases/mongodb60/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |