git: 135abf068bad - main - misc/dotenv-linter: Broken on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Jan 2024 07:41:30 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=135abf068bad93a82e9669e2b12bdad069bfbff3 commit 135abf068bad93a82e9669e2b12bdad069bfbff3 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-15 07:40:58 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-15 07:40:58 +0000 misc/dotenv-linter: Broken on powerpc64le Reported by: fallout --- misc/dotenv-linter/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/dotenv-linter/Makefile b/misc/dotenv-linter/Makefile index b2d45398d16d..15e24baefc19 100644 --- a/misc/dotenv-linter/Makefile +++ b/misc/dotenv-linter/Makefile @@ -8,6 +8,8 @@ MAINTAINER= yuri@FreeBSD.org COMMENT= Linter for .env files. Written in Rust WWW= https://dotenv-linter.github.io +BROKEN_powerpc64le= compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # see https://github.com/dotenv-linter/dotenv-linter/issues/742 + LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE