aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-01-15 07:40:58 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-01-15 07:40:58 +0000
commit135abf068bad93a82e9669e2b12bdad069bfbff3 (patch)
tree84bdc775ff95b0a0735a6d7bb48bd1dbf318142b
parent01375b69682eeec1080f01deae07beba115ded2f (diff)
downloadports-135abf068bad93a82e9669e2b12bdad069bfbff3.tar.gz
ports-135abf068bad93a82e9669e2b12bdad069bfbff3.zip
misc/dotenv-linter: Broken on powerpc64le
Reported by: fallout
-rw-r--r--misc/dotenv-linter/Makefile2
1 files changed, 2 insertions, 0 deletions
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