git: 90058c79f1b3 - main - misc/rash: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Mar 2025 07:28:02 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=90058c79f1b3a780e46aa69b9d67dfdfc3560aab
commit 90058c79f1b3a780e46aa69b9d67dfdfc3560aab
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-03-27 07:03:13 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-03-27 07:03:13 +0000
misc/rash: Broken on i386
---
misc/rash/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/misc/rash/Makefile b/misc/rash/Makefile
index 8e05a1af431c..bbadf05c84b7 100644
--- a/misc/rash/Makefile
+++ b/misc/rash/Makefile
@@ -11,6 +11,8 @@ WWW= https://rash-sh.github.io \
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_i386= compilation fails, see https://github.com/japaric/syscall.rs/issues/37
+
USES= cargo
USE_GITHUB= yes