git: 45c982a17fb1 - main - graphics/pgplot: mark broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Sep 2025 07:01:46 UTC
The branch main has been updated by ronald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=45c982a17fb1e5c2a0aafd6b2a6dfa220fa40d24
commit 45c982a17fb1e5c2a0aafd6b2a6dfa220fa40d24
Author: Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2024-12-11 08:18:58 +0000
Commit: Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2025-09-25 07:01:21 +0000
graphics/pgplot: mark broken on armv7
Saves a few minutes of unnecessary compilation.
I tried RELRO_UNSAFE, but the '-Wl,-zrelro' comes from somewhere else
in the build AFAIS.
Reported-by: https://portsfallout.com/fallout?port=graphics%2Fpgplot%24
---
graphics/pgplot/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile
index 68da1519bb6f..ac003945f05c 100644
--- a/graphics/pgplot/Makefile
+++ b/graphics/pgplot/Makefile
@@ -14,6 +14,8 @@ LICENSE_NAME= PGPLOT License
LICENSE_FILE= ${WRKSRC}/copyright.notice
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
+BROKEN_armv7= link error: /usr/local/bin/ld: error: unsupported option: -z relro
+
LIB_DEPENDS= libpng.so:graphics/png
USES= fortran shebangfix xorg