diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-17 02:16:44 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-17 11:11:45 +0200 |
commit | 3947eef14e16d6cf1efe440544beea1e4fd1a821 (patch) | |
tree | 43fa79acce3b630061a0a2fc69ae082673c70348 /benchmarks/dbs | |
parent | lang/eisl: Update 3.03 → 3.24 (diff) |
benchmarks/dbs: Mark DEPRECATED
- Broken on all supported FreeBSD releases for more than an year
- Set EXPIRATION_DATE to 2023-08-16
Diffstat (limited to 'benchmarks/dbs')
-rw-r--r-- | benchmarks/dbs/Makefile | 6 |
1 files 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} |