diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-03-19 17:54:28 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-03-19 18:08:33 +0000 |
commit | 66978b7ec9c9fe7f3cac5d84397cf755b3e00b88 (patch) | |
tree | 1d46c9952996571ef1f38836478b9b07b9471ee6 | |
parent | 176e6b3933b1ba2b9adfefd354d543899d784aa2 (diff) |
benchmarks/super-smack: Mark BROKEN and set expiration date to 2023-04-30
Unfetchable distfile
-rw-r--r-- | benchmarks/super-smack/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmarks/super-smack/Makefile b/benchmarks/super-smack/Makefile index 4938f8d84a1c..7a2e6cc55ee7 100644 --- a/benchmarks/super-smack/Makefile +++ b/benchmarks/super-smack/Makefile @@ -10,6 +10,9 @@ WWW= https://jeremy.zawodny.com/mysql/super-smack/ LICENSE= GPLv2+ +BROKEN= unfetchable +EXPIRATION_DATE=2023-04-30 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-smacks-dir=${DATADIR} MAKE_JOBS_UNSAFE= yes |