git: 3259c0a42bd6 - main - audio/deadbeef: Mark BROKEN and FFMPEG option as broken

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Thu, 06 Jun 2024 19:07:52 UTC
The branch main has been updated by diizzy:

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

commit 3259c0a42bd603b9c969c16dd836dce4e81aedf5
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-06-05 20:13:54 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-06-06 19:05:47 +0000

    audio/deadbeef: Mark BROKEN and FFMPEG option as broken
    
    Fails to fetch and FFMPEG fails to build
    
    PR:             278909, 278910
    Approved by:    portmgr (maintainer timeout, 3+ weeks)
---
 audio/deadbeef/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/audio/deadbeef/Makefile b/audio/deadbeef/Makefile
index d97e2f92e346..0cacd21c4e23 100644
--- a/audio/deadbeef/Makefile
+++ b/audio/deadbeef/Makefile
@@ -11,6 +11,8 @@ WWW=		http://deadbeef.sourceforge.net/
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	dual
 
+BROKEN=		Unfetchable
+
 GNU_CONFIGURE=	yes
 USES=		compiler:c11 desktop-file-utils gettext gmake gnome iconv \
 		libtool pkgconfig shebangfix tar:bzip2
@@ -125,6 +127,7 @@ HOTKEYS_CONFIGURE_OFF=	--disable-hotkeys
 OGG_LIB_DEPENDS=	libvorbis.so:audio/libvorbis
 OGG_CONFIGURE_OFF=	--disable-vorbis
 
+FFMPEG_BROKEN=		fails to compile
 FFMPEG_LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \
 		libavformat.so:multimedia/ffmpeg \
 		libavutil.so:multimedia/ffmpeg