misc/176592: [patch] audio/cmus fix ffmpeg depend

Hon-Yu Lawrence Cheung cheunghonyu at gmail.com
Fri Mar 1 21:40:01 UTC 2013


>Number:         176592
>Category:       misc
>Synopsis:       [patch] audio/cmus  fix ffmpeg depend
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 01 21:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Hon-Yu Lawrence Cheung
>Release:        FreeBSD 9.1-RELEASE-p1
>Organization:
>Environment:
FreeBSD a5552.honyucheung.net 9.1-RELEASE-p1 FreeBSD 9.1-RELEASE-p1 #0 r247045: Thu Feb 21 05:44:18 HKT 2013     root at a5552.honyucheung.net:/usr/obj/usr/src/sys/A5552  amd64

>Description:
audio/cmus fails in "make configure" stage result from multimedia/ffmpeg-011 is no longer a valid port.
>How-To-Repeat:
compile audio/cmus with ffmpeg option
>Fix:
use new port multimedia/ffmpeg1 as the dependance

Patch attached with submission follows:

--- Makefile.orig       2013-03-02 04:59:56.620495780 +0800
+++ Makefile    2013-03-02 05:02:33.946531003 +0800
@@ -112,11 +112,11 @@
 CONFIGURE_ARGS+=CONFIG_WAVPACK=n
 PLIST_SUB+=    WAVPACK="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MFFMPEG}
-FFMPEG_SUFFIX= -011
+FFMPEG_SUFFIX= 1
 BUILD_DEPENDS+=        ffmpeg${FFMPEG_SUFFIX}>0.11:${PORTSDIR}/multimedia/ffmpeg${FFMPEG_SUFFIX}
 RUN_DEPENDS+=  ffmpeg${FFMPEG_SUFFIX}>0.11:${PORTSDIR}/multimedia/ffmpeg${FFMPEG_SUFFIX}
 CONFIGURE_ARGS+=CONFIG_FFMPEG=y
 PLIST_SUB+=    FFMPEG=""
 .else


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list