Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Feb 2007 23:25:45 +0100 (CET)
From:      "Thomas E. Zander" <riggs@rrr.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/108947: [Maintainer-update] Fix amd64 dependency problem for multimedia/mplayer
Message-ID:  <200702082225.l18MPj5c077543@marvin.riggiland.au>
Resent-Message-ID: <200702082230.l18MUDf2015847@freefall.freebsd.org>

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

>Number:         108947
>Category:       ports
>Synopsis:       [Maintainer-update] Fix amd64 dependency problem for multimedia/mplayer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 08 22:30:12 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Thomas E. Zander
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD marvin.riggiland.au 6.2-STABLE
>Description:
Allow mplayer to use sdl without svgalib. This fixes a dependency issue on
amd64 architecture where svgalib does not work but sdl does.
Credits to Jean-Baptiste Quenot <jbq@caraldi.com> for reporting this
problem and testing.
As there is no functional difference, I didn't bump PORTREVISION.
>How-To-Repeat:
>Fix:
Patch to multimedia/mplayer:

Index: Makefile
===================================================================
RCS file: /var/ncvs/freebsd/ports/multimedia/mplayer/Makefile,v
retrieving revision 1.152
diff -r1.152 Makefile
233c233,242
< .for module in ARTS CDPARANOIA LIBCACA LIBUNGIF LIBDV MAD THEORA X264 FRIBIDI LIVEMEDIA ESOUND OCFLAGS RTC MENCODER NVIDIA LIRC XMMS
---
> #Defaults for generic build
> INCL_MODULES=	RTCPU IPV6 X11 GUI SDL SKINS FREETYPE AALIB TREMOR \
> 		WIN32 XVID
> EXCL_MODULES=	OCFLAGS MENCODER VIDIX NVIDIA RTC ARTS ESOUND \
> 		JACK POLYP NAS OPENAL LIBUNGIF LIBCACA SVGALIB \
> 		LIBDV MAD TWOLAME DTS LIBMPCDEC FAAC LADSPA SPEEX \
> 		XMMS THEORA X264 XANIM REALPLAYER LIVEMEDIA SMB \
> 		FRIBIDI LIRC LIBCDIO CDPARANOIA LIBLZO
> 
> .for module in ${EXCL_MODULES}
238c247
< .for module in IPV6 GUI SVGALIB AALIB SDL XVID FREETYPE XANIM RTCPU WIN32 X11
---
> .for module in ${INCL_MODULES}
388,389d396
< WITH_SVGALIB=	yes
< .undef(WITHOUT_SVGALIB)
>Release-Note:
>Audit-Trail:
>Unformatted:



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