diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-10-29 18:45:33 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-10-29 22:53:37 +0000 |
commit | cb2932025335bb76bb93474d663349688e2cb0eb (patch) | |
tree | 9086bc6448ca2ab3fc8963e98534211749066a47 | |
parent | 8149c145c9545b88f67f54e59e841e897b269890 (diff) | |
download | ports-cb2932025335bb76bb93474d663349688e2cb0eb.tar.gz ports-cb2932025335bb76bb93474d663349688e2cb0eb.zip |
games/abstreet: Mark DEPRECATED
- BROKEN for more than a year
- The mentioned bug does not seem to be of any importance from the
upstream as it has been inactive for a while
- Set EXPIRATION_DATE 2023-11-30
Approved by: portmgr (blanket)
-rw-r--r-- | games/abstreet/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/abstreet/Makefile b/games/abstreet/Makefile index f50a1c519147..ff356f3553bf 100644 --- a/games/abstreet/Makefile +++ b/games/abstreet/Makefile @@ -13,6 +13,8 @@ WWW= https://github.com/dabreegster/abstreet LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= BROKEN for more than a year and issue does not seem to be resolvable soon +EXPIRATION_DATE= 2023-11-30 BROKEN= fails to build with rust 1.61.0+ # also see the WIP https://github.com/a-b-street/abstreet/issues/959 why it can't be updated yet BUILD_DEPENDS= alsa-lib>0:audio/alsa-lib |