On Sun, Nov 05, 2006 at 02:43:29PM +0200, Ion-Mihai IOnut Tetcu wrote: > On Sun, 5 Nov 2006 06:11:29 -0500 (EST) > [EMAIL PROTECTED] wrote: > > > After a new install of 6.2beta3 and Gnome2.14.2 I am unable to > > install mplayer. It fails with the following message: > > > > ===> Installing for mplayer-0.99.8_5 > > ===> mplayer-0.99.8_5 depends on > > file: /usr/local/share/mplayer/skins - found > > ===> mplayer-0.99.8_5 depends on file: > > /usr/local/lib/win32/win32-codecs-3.1.0.p8_1,1 - not found > > ===> Verifying install 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 > > > > Stop in /usr/ports/multimedia/win32-codecs. > > *** Error code 1 > > > > Stop in /usr/ports/multimedia/mplayer. > > > > Xine fails for the same reason. Any suggestions for fixing this or > > getting around it? > > make -D DISABLE_VULNERABILITIES > > (Note that it won't get you rid of the security problem, it just > disables the check). > >
Another way would be to issue the following commands # cd /usr/ports/multimedia/win32-codecs # make config from the menu deselect the Quicktime option...this is the one with with the problem. then # make install && make clean # cd /usr/port/multimedia/mplayer # make install && make clean # cd /usr/ports/multimedia/xine # make install && make clean -- Thanks, Alexander FreeBSD 6.0-RELEASE i386 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"