git: 70bfd3f14201 - main - lang/frawk: Broken after rust-nightly update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Mar 2024 17:28:43 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=70bfd3f142019533892504c68e45092cf17aa8c9 commit 70bfd3f142019533892504c68e45092cf17aa8c9 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-03-28 06:51:44 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-03-28 17:28:26 +0000 lang/frawk: Broken after rust-nightly update Reported by: fallout --- lang/frawk/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/frawk/Makefile b/lang/frawk/Makefile index 2978b4c54b16..3188d45cd8ce 100644 --- a/lang/frawk/Makefile +++ b/lang/frawk/Makefile @@ -12,6 +12,8 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT +BROKEN= error[E0635]: unknown feature stdsimd, see https://github.com/ezrosent/frawk/issues/110 + BUILD_DEPENDS= gmake:devel/gmake \ rust-nightly>0:lang/rust-nightly