git: 0dc19c78cd8b - main - biology/avida: only for x86
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Sep 2026 16:18:11 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0dc19c78cd8bc1dc44eefaaeb183d8ea2a81a78c
commit 0dc19c78cd8bc1dc44eefaaeb183d8ea2a81a78c
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-09-06 14:12:50 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-09-06 16:17:02 +0000
biology/avida: only for x86
Guys, if it says "invokes x86 assembler," don't mark it as broken on
each architecture individually. Mark it as only for x86 right away"
Event: Berlin Hackathon 202609
---
biology/avida/Makefile | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/biology/avida/Makefile b/biology/avida/Makefile
index b408452c6694..ca130b31e153 100644
--- a/biology/avida/Makefile
+++ b/biology/avida/Makefile
@@ -14,10 +14,8 @@ LICENSE= GPLv3
DEPRECATED= Does not build with CMake 4
EXPIRATION_DATE=2026-11-30
-BROKEN_aarch64= invokes x86 assembler
-BROKEN_armv6= invokes x86 assembler
-BROKEN_armv7= invokes x86 assembler
-BROKEN_riscv64= invokes x86 assembler
+ONLY_FOR_ARCHS= amd64 i386
+ONLY_FOR_ARCHS_REASON= invokes x86 assembler
USES= compiler:c11 cmake ncurses
USE_CXXSTD= gnu++98