ports/119364: [PATCH] multimedia/mplayer: Fix build when TREMOR disabled

Naram Qashat cyberbotx at cyberbotx.com
Sat Jan 5 17:40:02 UTC 2008


>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 at 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:



More information about the freebsd-ports-bugs mailing list