Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Apr 2026 20:02:36 +0000
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 17a3980dd845 - main - devel/capnproto: Mark BROKEN on 15+
Message-ID:  <69d2bfdc.3654d.769e32c1@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=17a3980dd8453c164ed40a3ad0b264fc75293793

commit 17a3980dd8453c164ed40a3ad0b264fc75293793
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2026-04-05 18:20:33 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2026-04-05 20:01:55 +0000

    devel/capnproto: Mark BROKEN on 15+
    
    Multiple unit tests fails with following message:
    failed: expected hupPromise.poll(waitScope)
    
    PR:             294259
---
 devel/capnproto/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devel/capnproto/Makefile b/devel/capnproto/Makefile
index a77f4cfcde2b..d0ffe0352293 100644
--- a/devel/capnproto/Makefile
+++ b/devel/capnproto/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	capnproto
 DISTVERSION=	1.3.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://capnproto.org/
 DISTNAME=	${PORTNAME}-c++-${DISTVERSION}
@@ -11,6 +12,9 @@ WWW=		https://capnproto.org/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_FreeBSD_15=	kqueue regression
+BROKEN_FreeBSD_16=	kqueue regression
+
 USES=		cmake:testing compiler:c++14-lang cpe pathfix ssl
 USE_LDCONFIG=	yes
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d2bfdc.3654d.769e32c1>