diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-06-05 22:13:54 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-06-06 21:05:47 +0200 |
commit | 3259c0a42bd603b9c969c16dd836dce4e81aedf5 (patch) | |
tree | 9f25727dfe54a59d8e4fb8e7fba99fc5941bfb57 /audio/deadbeef/Makefile | |
parent | audio/moc: Remove BDB5 support and improve port (diff) |
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)
Diffstat (limited to '')
-rw-r--r-- | audio/deadbeef/Makefile | 3 |
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 |