ports/108947: [Maintainer-update] Fix amd64 dependency problem for multimedia/mplayer

Thomas E. Zander riggs at rrr.de
Thu Feb 8 22:30:14 UTC 2007


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



More information about the freebsd-ports-bugs mailing list