diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-17 00:16:44 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-17 09:11:45 +0000 |
commit | 3947eef14e16d6cf1efe440544beea1e4fd1a821 (patch) | |
tree | 43fa79acce3b630061a0a2fc69ae082673c70348 | |
parent | 036db0e3c34eec78f184533f7e45cdce6cf59c58 (diff) | |
download | ports-3947eef14e16d6cf1efe440544beea1e4fd1a821.tar.gz ports-3947eef14e16d6cf1efe440544beea1e4fd1a821.zip |
benchmarks/dbs: Mark DEPRECATED
- Broken on all supported FreeBSD releases for more than an year
- Set EXPIRATION_DATE to 2023-08-16
-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} |