git: b4cc40de046b - main - audio/mous: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sat, 02 Dec 2023 13:34:39 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b4cc40de046b4c4ce358007f30a563188460889e

commit b4cc40de046b4c4ce358007f30a563188460889e
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-12-02 13:34:33 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-12-02 13:34:33 +0000

    audio/mous: Remove expired port
    
    2023-11-30 audio/mous: BROKEN for more than a year
---
 MOVED                  |   1 +
 audio/Makefile         |   1 -
 audio/mous/Makefile    | 109 -------------------------------------------------
 audio/mous/distinfo    |   3 --
 audio/mous/pkg-descr   |   1 -
 audio/mous/pkg-message |   7 ----
 audio/mous/pkg-plist   |  18 --------
 7 files changed, 1 insertion(+), 139 deletions(-)

diff --git a/MOVED b/MOVED
index 78a5986751f6..268b5aaa52cc 100644
--- a/MOVED
+++ b/MOVED
@@ -8151,3 +8151,4 @@ www/madsonic||2023-12-02|Has expired: Depends on www/jetty8 which has been liste
 www/jetty8||2023-12-02|Has expired: End of life in 2014, consider migrating to www/jetty10
 textproc/bibtool||2023-12-02|Has expired: BROKEN for more than an year
 games/gnome-taquin||2023-12-02|Has expired: BROKEN for more than a year and no upstream activity for more than 2 years
+audio/mous||2023-12-02|Has expired: BROKEN for more than a year
diff --git a/audio/Makefile b/audio/Makefile
index 58b76a1a570b..e5e47f6db4c9 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -468,7 +468,6 @@
     SUBDIR += modplug-tools
     SUBDIR += moodbar
     SUBDIR += moony-lv2
-    SUBDIR += mous
     SUBDIR += mousai
     SUBDIR += mp-player
     SUBDIR += mp3-archive-tools
diff --git a/audio/mous/Makefile b/audio/mous/Makefile
deleted file mode 100644
index e4e12c143bf7..000000000000
--- a/audio/mous/Makefile
+++ /dev/null
@@ -1,109 +0,0 @@
-PORTNAME=	mous
-DISTVERSIONPREFIX=	v
-DISTVERSION=	2.0.1
-PORTREVISION=	5
-CATEGORIES=	audio
-
-MAINTAINER=	shen.elf@gmail.com
-COMMENT=	Simple yet powerful audio player
-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'?
-
-USES=		cmake compiler:c++14-lang
-USE_LDCONFIG=	yes
-USE_GITHUB=	yes
-GH_ACCOUNT=	bsdelf
-
-CMAKE_OFF=	WITH_PLUGIN_ALSA \
-		WITH_PLUGIN_COREAUDIO \
-		WITH_PLUGIN_FAAC \
-		WITH_PLUGIN_FAAD \
-		WITH_PLUGIN_LIBAO \
-		WITH_PLUGIN_WMA
-
-OPTIONS_DEFAULT=	CLI NCURSES LIBCUE TAGLIB FDK_AAC FLAC LAME LIBCUE MAC \
-			MPG123 VORBIS WAV WAVPACK OSS
-OPTIONS_GROUP=	APPLICATION GENERIC_PLUGIN CODEC_PLUGIN
-OPTIONS_GROUP_APPLICATION=	CLI NCURSES QT5
-OPTIONS_GROUP_GENERIC_PLUGIN=	LIBCUE TAGLIB
-OPTIONS_GROUP_CODEC_PLUGIN=	FDK_AAC FLAC LAME MAC MPG123 VORBIS WAV WAVPACK
-OPTIONS_RADIO=	OUTPUT_PLUGIN
-OPTIONS_RADIO_OUTPUT_PLUGIN=	OSS SNDIO
-OPTIONS_SUB=	yes
-
-APPLICATION_DESC=	Interface support
-CLI_DESC=		Command line interface support
-CODEC_PLUGIN_DESC=	Codec plugins
-FDK_AAC_DESC=		FDK AAC codec support
-GENERIC_PLUGIN_DESC=	Generic plugins
-LIBCUE_DESC=		CUE sheet support
-MAC_DESC=		Monkey's Audio codec support
-OUTPUT_PLUGIN_DESC=	Output plugins
-TAGLIB_DESC=		TagLib support
-
-CLI_CMAKE_BOOL=		WITH_APP_CLI
-
-FDK_AAC_CMAKE_BOOL=	WITH_PLUGIN_FDK_AAC
-FDK_AAC_LIB_DEPENDS=	libfdk-aac.so:audio/fdk-aac \
-			libmp4v2.so:multimedia/mp4v2
-
-FLAC_CMAKE_BOOL=	WITH_PLUGIN_FLAC
-FLAC_LIB_DEPENDS=	libFLAC.so:audio/flac
-
-LAME_CMAKE_BOOL=	WITH_PLUGIN_LAME
-LAME_LIB_DEPENDS=	libmp3lame.so:audio/lame
-
-LIBCUE_CMAKE_BOOL=	WITH_PLUGIN_LIBCUE
-LIBCUE_LIB_DEPENDS=	libcue.so:textproc/libcue
-
-MAC_CMAKE_BOOL=		WITH_PLUGIN_MAC
-
-MPG123_CMAKE_BOOL=	WITH_PLUGIN_MPG123
-MPG123_LIB_DEPENDS=	libmpg123.so:audio/mpg123
-
-NCURSES_CMAKE_BOOL=	WITH_APP_NCURSES
-NCURSES_USE=		ncurses
-
-OSS_CMAKE_BOOL=		WITH_PLUGIN_OSS
-
-QT5_CMAKE_BOOL=		WITH_APP_QT5
-QT5_USES=		qt:5
-QT5_USE=		qt=buildtools,core,gui,widgets,qmake:build
-
-SNDIO_CMAKE_BOOL=	WITH_PLUGIN_SNDIO
-SNDIO_LIB_DEPENDS=	libsndio.so:audio/sndio
-
-TAGLIB_CMAKE_BOOL=	WITH_PLUGIN_TAGLIB
-TAGLIB_LIB_DEPENDS=	libtag.so:audio/taglib
-
-VORBIS_CMAKE_BOOL=	WITH_PLUGIN_OGG_VORBIS
-VORBIS_LIB_DEPENDS=	libogg.so:audio/libogg \
-			libvorbis.so:audio/libvorbis\
-			libvorbisenc.so:audio/libvorbis\
-			libvorbisfile.so:audio/libvorbis
-
-WAV_CMAKE_BOOL=		WITH_PLUGIN_WAV
-
-WAVPACK_CMAKE_BOOL=	WITH_PLUGIN_WAVPACK
-WAVPACK_LIB_DEPENDS=	libwavpack.so:audio/wavpack
-
-.include <bsd.port.options.mk>
-
-.if ${ARCH} != amd64
-# error: always_inline function '_mm_load_si128' requires target feature
-# 'mmx', but would be inlined into function 'AdaptSSE' that is compiled
-# without support for 'mmx'
-post-patch:
-	@${REINPLACE_CMD} '/#define ENABLE_SSE_ASSEMBLY/d' \
-		${WRKSRC}/deps/MAC_SDK/Shared/All.h \
-		${WRKSRC}/deps/MAC_SDK/Source/Shared/All.h
-.endif
-
-.include <bsd.port.mk>
diff --git a/audio/mous/distinfo b/audio/mous/distinfo
deleted file mode 100644
index e967d1ee2fe8..000000000000
--- a/audio/mous/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1524993359
-SHA256 (bsdelf-mous-v2.0.1_GH0.tar.gz) = b8866049c225fab2033617908d3c3b353533bc20c274b1fa0d7c034ea1c15cef
-SIZE (bsdelf-mous-v2.0.1_GH0.tar.gz) = 2735960
diff --git a/audio/mous/pkg-descr b/audio/mous/pkg-descr
deleted file mode 100644
index 949d56ba57ac..000000000000
--- a/audio/mous/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Mous is a simpe yet powerful audio player.
diff --git a/audio/mous/pkg-message b/audio/mous/pkg-message
deleted file mode 100644
index 5dbb18a3a77f..000000000000
--- a/audio/mous/pkg-message
+++ /dev/null
@@ -1,7 +0,0 @@
-[
-{ type: install
-  message: <<EOM
-You can check mous-ncurses usage with 'H' after starting.
-EOM
-}
-]
diff --git a/audio/mous/pkg-plist b/audio/mous/pkg-plist
deleted file mode 100644
index 5cd3d70326d3..000000000000
--- a/audio/mous/pkg-plist
+++ /dev/null
@@ -1,18 +0,0 @@
-%%CLI%%bin/mous-cli
-%%NCURSES%%bin/mous-ncurses
-%%QT5%%bin/mous-qt
-lib/libMousCore.so
-%%LIBCUE%%lib/mous/libCueParser.so
-%%FDK_AAC%%lib/mous/libFdkDecoder.so
-%%FLAC%%lib/mous/libFlacDecoder.so
-%%LAME%%lib/mous/libLameEncoder.so
-%%MAC%%lib/mous/libMacDecoder.so
-%%VORBIS%%lib/mous/libVorbisDecoder.so
-%%VORBIS%%lib/mous/libVorbisEncoder.so
-%%MPG123%%lib/mous/libMpg123Decoder.so
-%%OSS%%lib/mous/libOssRenderer.so
-%%SNDIO%%lib/mous/libSndioOutput.so
-%%TAGLIB%%lib/mous/libTagLibParser.so
-%%WAV%%lib/mous/libWavDecoder.so
-%%WAV%%lib/mous/libWavEncoder.so
-%%WAVPACK%%lib/mous/libWvDecoder.so