git: d9ca56838e7f - main - devel/util-linux: Mark BROKEN on 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 May 2023 01:44:38 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9ca56838e7f56766cc0c9006ace5c8f134a25d8 commit d9ca56838e7f56766cc0c9006ace5c8f134a25d8 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-03 16:29:44 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-04 01:44:27 +0000 devel/util-linux: Mark BROKEN on 14 - Fails to build with ld: error: undefined symbol: bswap32 Approved by: portmgr (blanket) --- devel/util-linux/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/util-linux/Makefile b/devel/util-linux/Makefile index 7ec562da92ff..7563d2a3e949 100644 --- a/devel/util-linux/Makefile +++ b/devel/util-linux/Makefile @@ -11,6 +11,8 @@ WWW= https://github.com/karelzak/util-linux LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_14= ld: error: undefined symbol: bswap32 + LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \ libuuid.so:misc/e2fsprogs-libuuid RUN_DEPENDS= bash:shells/bash