git: ee4e54c0a351 - main - misc/dotenv-linter: Broken on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Jan 2024 09:42:24 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee4e54c0a3517fbc589f9a27ce7d3c3863daef8c commit ee4e54c0a3517fbc589f9a27ce7d3c3863daef8c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-24 09:38:49 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-24 09:42:22 +0000 misc/dotenv-linter: Broken on powerpc64 Reported by: fallout --- misc/dotenv-linter/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/misc/dotenv-linter/Makefile b/misc/dotenv-linter/Makefile index 15e24baefc19..59c8c6f71245 100644 --- a/misc/dotenv-linter/Makefile +++ b/misc/dotenv-linter/Makefile @@ -8,11 +8,12 @@ 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 +BROKEN_powerpc64= 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 +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 + USES= cargo USE_GITHUB= yes