Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 May 2021 19:12:16 GMT
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 655d1ac6994d - main - devel/libpdel: mark as BROKEN on FreeBSD/14.
Message-ID:  <202105151912.14FJCGFP055726@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by linimon:

URL: https://cgit.FreeBSD.org/ports/commit/?id=655d1ac6994d84fe03d6a4050daebadff0378c6d

commit 655d1ac6994d84fe03d6a4050daebadff0378c6d
Author:     Mark Linimon <linimon@FreeBSD.org>
AuthorDate: 2021-05-15 19:10:59 +0000
Commit:     Mark Linimon <linimon@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@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



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