From owner-freebsd-questions@FreeBSD.ORG Wed Oct 18 12:06:01 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 525E416A40F for ; Wed, 18 Oct 2006 12:06:01 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 769A143D5A for ; Wed, 18 Oct 2006 12:06:00 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from db2.internal (db2.internal [10.202.2.12]) by frontend1.messagingengine.com (Postfix) with ESMTP id 60C90DB62BC for ; Wed, 18 Oct 2006 08:05:59 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by db2.internal (MEProxy); Wed, 18 Oct 2006 08:06:01 -0400 X-Sasl-enc: b1lk52TNaQic8Gko0U/s0R85mAfIFs+sTkhYmooLdsD0 1161173161 Received: from gumby.localdomain (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mail.messagingengine.com (Postfix) with ESMTP id 9407232 for ; Wed, 18 Oct 2006 08:06:01 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Wed, 18 Oct 2006 13:05:56 +0100 User-Agent: KMail/1.9.4 References: <4534DB69.1000802@2ainfo.it> In-Reply-To: <4534DB69.1000802@2ainfo.it> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610181305.58049.list-freebsd-2004@morbius.sent.com> Subject: Re: Problem updating mplayer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Oct 2006 12:06:01 -0000 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