Date: Wed, 18 Oct 2006 13:05:56 +0100 From: RW <list-freebsd-2004@morbius.sent.com> To: freebsd-questions@freebsd.org Subject: Re: Problem updating mplayer Message-ID: <200610181305.58049.list-freebsd-2004@morbius.sent.com> In-Reply-To: <4534DB69.1000802@2ainfo.it> References: <4534DB69.1000802@2ainfo.it>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610181305.58049.list-freebsd-2004>