git: 0f75ea93f4d5 - 2024Q1 - misc/dotenv-linter: Broken on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Jan 2024 07:42:15 UTC
The branch 2024Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f75ea93f4d58cbe3c0278314f0ca542ebf74cc6 commit 0f75ea93f4d58cbe3c0278314f0ca542ebf74cc6 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:42:11 +0000 misc/dotenv-linter: Broken on powerpc64le Reported by: fallout (cherry picked from commit 135abf068bad93a82e9669e2b12bdad069bfbff3) --- misc/dotenv-linter/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/dotenv-linter/Makefile b/misc/dotenv-linter/Makefile index 15b6d5ed0378..2b9ed6f4a47d 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