Date: Sun, 29 Oct 2023 22:57:39 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b7257b54acb3 - main - audio/mous: Mark DEPRECATED Message-ID: <202310292257.39TMvcNU029785@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7257b54acb386abd308f606ccb28af95d6f27b9 commit b7257b54acb386abd308f606ccb28af95d6f27b9 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-10-29 19:04:57 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-10-29 22:53:38 +0000 audio/mous: Mark DEPRECATED - BROKEN for more than a year - Set EXPIRATION_DATE 2023-11-30 Approved by: portmgr (blanket) --- audio/mous/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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'?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310292257.39TMvcNU029785>