Date: Tue, 27 Apr 2021 14:22:57 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 87e8477cb34d - main - benchmarks/dbs: extend BROKENness to FreeBSD 14 Message-ID: <202104271422.13REMvFT034582@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=87e8477cb34d4fb1ff6173aaf66407e580f894ab commit 87e8477cb34d4fb1ff6173aaf66407e580f894ab Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-04-27 14:20:19 +0000 Commit: Dmitry Marakasov <amdmi3@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104271422.13REMvFT034582>