Problem updating mplayer

RW list-freebsd-2004 at morbius.sent.com
Wed Oct 18 12:06:01 UTC 2006


On Tuesday 17 October 2006 14:32, Filippo Moretti wrote:
> When I tried portupgrade mplayer it failed with the following message
> ==>   mplayer-0.99.8_5 depends on file:
> /usr/local/lib/win32/win32-codecs-3.1.0.p8_1,1 - not found
> ===>    Verifying reinstall for
> /usr/local/lib/win32/win32-codecs-3.1.0.p8_1,1 in
> /usr/ports/multimedia/win32-codecs
> ===>  win32-codecs-3.1.0.p8_1,1 is forbidden: Remote code execution:
> http://vuxml.FreeBSD.org/24f6b1eb-43d5-11db-81e1-000e0c2e438a.html.
> *** Error code 1
> What can be done to solve this problem?

The problem is with the quicktime codecs. Go to the port directory, do a 
make config  and deselect quicktime.

For future reference, having a quick look at the Makefile will often point you 
in the right direction. In this case:

.if defined(WITH_QUICKTIME)
FORBIDDEN=      Remote code execution: 
http://vuxml.FreeBSD.org/24f6b1eb-43d5-11db-81e1-000e0c2e438a.html
ADDITIONAL_CODECS_DISTFILES+=   qt63dlls-20050115.tar.bz2 \
                                qtextras-20041107.tar.bz2
PLIST_SUB+=     QUICKTIME=""
.else


More information about the freebsd-questions mailing list