git: ab9da24f2308 - main - x11/way-displays: mark BROKEN on 32-bit after 8fe6d615be11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Mar 2025 00:53:19 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ab9da24f2308072b73680c5437ec541348b5ddfb
commit ab9da24f2308072b73680c5437ec541348b5ddfb
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-03-06 00:38:20 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-03-06 00:52:43 +0000
x11/way-displays: mark BROKEN on 32-bit after 8fe6d615be11
lib/col/src/itable.c:317:60: error: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Werror,-Wformat]
317 | bufp += snprintf(bufp, len - (bufp - buf), "%lu = %s\n", *k, *v ? (char*)*v : "(null)");
| ~~~ ^~
| %llu
Reported by: pkg-fallout
---
x11/way-displays/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/x11/way-displays/Makefile b/x11/way-displays/Makefile
index 7d7751fd670e..bc7680ffb202 100644
--- a/x11/way-displays/Makefile
+++ b/x11/way-displays/Makefile
@@ -9,6 +9,10 @@ WWW= https://github.com/alex-courtis/way-displays
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_armv7= https://github.com/alex-courtis/way-displays/issues/185
+BROKEN_i386= https://github.com/alex-courtis/way-displays/issues/185
+BROKEN_powerpc= https://github.com/alex-courtis/way-displays/issues/185
+
LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \
libinotify.so:devel/libinotify \
libudev.so:devel/libudev-devd \