aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2024-06-05 20:13:54 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2024-06-06 19:05:47 +0000
commit3259c0a42bd603b9c969c16dd836dce4e81aedf5 (patch)
tree9f25727dfe54a59d8e4fb8e7fba99fc5941bfb57
parent7526bd06d847df743b24059b1f52f1a94467b28f (diff)
downloadports-3259c0a42bd603b9c969c16dd836dce4e81aedf5.tar.gz
ports-3259c0a42bd603b9c969c16dd836dce4e81aedf5.zip
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)
-rw-r--r--audio/deadbeef/Makefile3
1 files changed, 3 insertions, 0 deletions
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