Date: Wed, 24 Jan 2024 09:42:48 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 16fb03c49946 - 2024Q1 - misc/dotenv-linter: Broken on powerpc64 Message-ID: <202401240942.40O9gmHE094138@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=16fb03c49946c593fc50a2d1c0d96a9ee371e1b5 commit 16fb03c49946c593fc50a2d1c0d96a9ee371e1b5 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:43 +0000 misc/dotenv-linter: Broken on powerpc64 Reported by: fallout (cherry picked from commit ee4e54c0a3517fbc589f9a27ce7d3c3863daef8c) --- 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 2b9ed6f4a47d..7490da21e12c 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401240942.40O9gmHE094138>