Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2023 01:44:38 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d9ca56838e7f - main - devel/util-linux: Mark BROKEN on 14
Message-ID:  <202305040144.3441icOu078851@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305040144.3441icOu078851>