Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2024 19:07:52 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3259c0a42bd6 - main - audio/deadbeef: Mark BROKEN and FFMPEG option as broken
Message-ID:  <202406061907.456J7qAi077098@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406061907.456J7qAi077098>