git: 655d1ac6994d - main - devel/libpdel: mark as BROKEN on FreeBSD/14.
Mark Linimon
linimon at FreeBSD.org
Sat May 15 19:12:17 UTC 2021
The branch main has been updated by linimon:
URL: https://cgit.FreeBSD.org/ports/commit/?id=655d1ac6994d84fe03d6a4050daebadff0378c6d
commit 655d1ac6994d84fe03d6a4050daebadff0378c6d
Author: Mark Linimon <linimon at FreeBSD.org>
AuthorDate: 2021-05-15 19:10:59 +0000
Commit: Mark Linimon <linimon at FreeBSD.org>
CommitDate: 2021-05-15 19:10:59 +0000
devel/libpdel: mark as BROKEN on FreeBSD/14.
The failure is the same on aarch64/14, amd64/14, and powerpc64/14.
---
devel/libpdel/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/devel/libpdel/Makefile b/devel/libpdel/Makefile
index 91f76a500239..df87d1071af4 100644
--- a/devel/libpdel/Makefile
+++ b/devel/libpdel/Makefile
@@ -9,7 +9,10 @@ MASTER_SITES= LOCAL/archie
MAINTAINER= mav at alkar.net
COMMENT= Packet Design multi-purpose C library for embedded applications
+BROKEN_FreeBSD_14= fails to compile: /usr/include/ufs/ufs/ufsmount.h:99:31: error: field has incomplete type 'struct ufs_extattr_per_mount'
+
LIB_DEPENDS= libexpat.so:textproc/expat2
+
MAKE_ENV= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null
USE_LDCONFIG= yes
More information about the dev-commits-ports-all
mailing list