git: 0735a61bdf5f - main - sysutils/httm: Mrk NOT_FOR_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Apr 2024 21:12:26 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0735a61bdf5f2259a2e0b84f321d441d370ff4a3 commit 0735a61bdf5f2259a2e0b84f321d441d370ff4a3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-04-04 21:11:46 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-04-04 21:11:46 +0000 sysutils/httm: Mrk NOT_FOR_ARCH Mark NOT_FOR_ARCH with i386 as it fails to build with: non-binding let on a synchronization lock --- sysutils/httm/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysutils/httm/Makefile b/sysutils/httm/Makefile index 63ee139f9748..0adb53da6a7b 100644 --- a/sysutils/httm/Makefile +++ b/sysutils/httm/Makefile @@ -9,6 +9,9 @@ WWW= https://github.com/kimono-koans/httm LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE +NOT_FOR_ARCHS= i386 +NOT_FOR_ARCHS_REASON= Fails to build: non-binding let on a synchronization lock + USES= cargo USE_GITHUB= yes GH_ACCOUNT= kimono-koans