diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-10-29 19:04:57 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-10-29 22:53:38 +0000 |
commit | b7257b54acb386abd308f606ccb28af95d6f27b9 (patch) | |
tree | 34b4b26d3037f89cbd7dd46d4f53ae51c0f8e55c | |
parent | 2b82fe1a16879d3c3183f281a81be9fe0a480ebe (diff) | |
download | ports-b7257b54acb386abd308f606ccb28af95d6f27b9.tar.gz ports-b7257b54acb386abd308f606ccb28af95d6f27b9.zip |
audio/mous: Mark DEPRECATED
- BROKEN for more than a year
- Set EXPIRATION_DATE 2023-11-30
Approved by: portmgr (blanket)
-rw-r--r-- | audio/mous/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/mous/Makefile b/audio/mous/Makefile index fbc46833c09d..e4e12c143bf7 100644 --- a/audio/mous/Makefile +++ b/audio/mous/Makefile @@ -11,6 +11,8 @@ WWW= https://github.com/bsdelf/mous LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= BROKEN for more than a year +EXPIRATION_DATE= 2023-11-30 BROKEN= fails to compile: no matching constructor for initialization of 'std::tuple<...>, no response from the upstream, see https://github.com/bsdelf/mous/issues/18 BROKEN_aarch64= fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? |