git: 3947eef14e16 - main - benchmarks/dbs: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Jul 2023 09:11:54 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=3947eef14e16d6cf1efe440544beea1e4fd1a821 commit 3947eef14e16d6cf1efe440544beea1e4fd1a821 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-17 00:16:44 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-17 09:11:45 +0000 benchmarks/dbs: Mark DEPRECATED - Broken on all supported FreeBSD releases for more than an year - Set EXPIRATION_DATE to 2023-08-16 --- benchmarks/dbs/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/benchmarks/dbs/Makefile b/benchmarks/dbs/Makefile index 8c4be967640f..d264ae7b687b 100644 --- a/benchmarks/dbs/Makefile +++ b/benchmarks/dbs/Makefile @@ -11,12 +11,14 @@ WWW= http://www.kusa.ac.jp/~yukio-m/dbs/ LICENSE= BSD3CLAUSE -RUN_DEPENDS= gnuplot:math/gnuplot - +DEPRECATED= Broken on all supported releases for more than an year +EXPIRATION_DATE= 2023-08-16 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' +RUN_DEPENDS= gnuplot:math/gnuplot + BUILD_WRKSRC= ${WRKSRC}/obj/${OPSYS} INSTALL_WRKSRC= ${WRKSRC}/obj/${OPSYS}