git: cd03263b516a - main - filesystems/nbd-client-kmod: Mark BROKEN on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Oct 2025 05:43:11 UTC
The branch main has been updated by dtxdf:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cd03263b516a6f51ae4b5b20c817ef3d44346bc4
commit cd03263b516a6f51ae4b5b20c817ef3d44346bc4
Author: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
AuthorDate: 2025-10-17 05:41:16 +0000
Commit: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
CommitDate: 2025-10-17 05:41:53 +0000
filesystems/nbd-client-kmod: Mark BROKEN on i386
format specifies type 'unsigned long' but the argument has type 'uint64_t'
(aka 'unsigned long long')
Reported by: pkg-fallout
---
filesystems/nbd-client-kmod/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/filesystems/nbd-client-kmod/Makefile b/filesystems/nbd-client-kmod/Makefile
index 27d78925a28d..ab4d62f09d4c 100644
--- a/filesystems/nbd-client-kmod/Makefile
+++ b/filesystems/nbd-client-kmod/Makefile
@@ -10,6 +10,8 @@ WWW= https://github.com/ryan-moeller/kernel-nbd-client
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_i386= format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long')
+
USES= kmod ssl uidfix
USE_GITHUB= yes
GH_ACCOUNT= ryan-moeller