Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2013 07:54:06 GMT
From:      Glen Barber <gjb@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184532: [patch] multimedia/xbmc : Fix build with EXTERNAL_FFMPEG
Message-ID:  <201312060754.rB67s66Q010741@oldred.freebsd.org>
Resent-Message-ID: <201312060810.rB68A0sA092417@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184532
>Category:       ports
>Synopsis:       [patch] multimedia/xbmc : Fix build with EXTERNAL_FFMPEG
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 06 08:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Glen Barber
>Release:        11.0-CURRENT
>Organization:
>Environment:
FreeBSD nucleus 11.0-CURRENT FreeBSD 11.0-CURRENT #194 r258761: Wed Dec  4 09:23:20 EST 2013     root@nucleus:/usr/obj/usr/src/sys/NUCLEUS  amd64
>Description:
Dependency list references nonexistent port:

gjb@nucleus:/usr/ports % make -C multimedia/xbmc all-depends-list PORT_OPTIONS="EXTERNAL_FFMPEG" >/dev/null
xbmc-12.2_3: "/usr/ports/multimedia/ffmpeg1" non-existent -- dependency list incomplete

>How-To-Repeat:

>Fix:
Patch attached.

Patch attached with submission follows:

Index: multimedia/xbmc/Makefile
===================================================================
--- multimedia/xbmc/Makefile	(revision 335723)
+++ multimedia/xbmc/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xbmc
 DISTVERSION=	12.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	multimedia
 MASTER_SITES=	http://mirrors.xbmc.org/releases/source/
 
@@ -149,7 +149,7 @@
 
 .if ${PORT_OPTIONS:MEXTERNAL_FFMPEG}
 CONFIGURE_ARGS+=	--enable-external-ffmpeg
-FFMPEG_SUFFIX=	1
+FFMPEG_SUFFIX=	0
 CONFIGURE_ENV+=	FFMPEG_SUFFIX="${FFMPEG_SUFFIX}"
 PLIST_SUB+=	EXTERNAL_FFMPEG="@comment "
 BUILD_DEPENDS+=	ffmpeg${FFMPEG_SUFFIX}>0.11:${PORTSDIR}/multimedia/ffmpeg${FFMPEG_SUFFIX}


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



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