Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  5 Jan 2008 12:33:52 -0500 (EST)
From:      Naram Qashat <cyberbotx@cyberbotx.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        riggs@rrr.de
Subject:   ports/119364: [PATCH] multimedia/mplayer: Fix build when TREMOR disabled
Message-ID:  <20080105173352.F0201C15F@kirby.cyberbotx.com>
Resent-Message-ID: <200801051740.m05He1nB099953@freefall.freebsd.org>

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

>Number:         119364
>Category:       ports
>Synopsis:       [PATCH] multimedia/mplayer: Fix build when TREMOR disabled
>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:   Sat Jan 05 17:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Naram Qashat
>Release:        FreeBSD 6.2-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #12: Sun Oct 14 16:14:35 EDT 2007
>Description:
This patch corrects the issue with Mplayer failing when Tremor is disabled,
but an existing libtremor is already installed.  Mplayer's configure script
is set to autodetect an external Tremor library, which conflicts with the
prototypes set by libvorbis.

Port maintainer (riggs@rrr.de) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- mplayer-0.99.11_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/multimedia/mplayer/Makefile.options /kirby/shared/ports/mplayer/Makefile.options
--- /usr/ports/multimedia/mplayer/Makefile.options	Wed Dec 12 18:26:36 2007
+++ /kirby/shared/ports/mplayer/Makefile.options	Sat Jan  5 12:31:05 2008
@@ -106,7 +106,7 @@
 .endif
 
 .if !defined(WITH_TREMOR)
-CONFIGURE_ARGS+=	--disable-tremor-internal
+CONFIGURE_ARGS+=	--disable-tremor-internal --disable-tremor-external
 LIB_DEPENDS+=	vorbis.4:${PORTSDIR}/audio/libvorbis
 .endif
 
--- mplayer-0.99.11_1.patch ends here ---

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



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