git: 87e8477cb34d - main - benchmarks/dbs: extend BROKENness to FreeBSD 14

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Apr 27 14:22:57 UTC 2021


The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=87e8477cb34d4fb1ff6173aaf66407e580f894ab

commit 87e8477cb34d4fb1ff6173aaf66407e580f894ab
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-27 14:20:19 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-04-27 14:21:19 +0000

    benchmarks/dbs: extend BROKENness to FreeBSD 14
---
 benchmarks/dbs/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/benchmarks/dbs/Makefile b/benchmarks/dbs/Makefile
index 83c0a76f5a79..4725119a50e8 100644
--- a/benchmarks/dbs/Makefile
+++ b/benchmarks/dbs/Makefile
@@ -16,6 +16,7 @@ RUN_DEPENDS=	gnuplot:math/gnuplot
 
 BROKEN_FreeBSD_12=	tcp_debug.h: field has incomplete type 'struct tcpcb'
 BROKEN_FreeBSD_13=	tcp_debug.h: field has incomplete type 'struct tcpcb'
+BROKEN_FreeBSD_14=	tcp_debug.h: field has incomplete type 'struct tcpcb'
 
 BUILD_WRKSRC=	${WRKSRC}/obj/${OPSYS}
 INSTALL_WRKSRC=	${WRKSRC}/obj/${OPSYS}


More information about the dev-commits-ports-all mailing list