From owner-freebsd-questions@FreeBSD.ORG Sat Feb 24 03:19:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7958C16A402 for ; Sat, 24 Feb 2007 03:19:17 +0000 (UTC) (envelope-from jeremy.gransden@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 10D5913C428 for ; Sat, 24 Feb 2007 03:19:16 +0000 (UTC) (envelope-from jeremy.gransden@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so828982nfc for ; Fri, 23 Feb 2007 19:19:16 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ghgUWXB5G/07sCqETqQ8gDCA3VSW465rTic05nN7r543GhRxqZnvxwiK9Mtjl7QrF3f46BOhMRp1i4prGY2x7m6D+BVTIb7LBbfUaOILkmkeMU0U/+gO7hx6+ZuEJx73rPtDSeIdmPrvKoDPSkzq6ym/2ITz+G6eelwtw6LTJrU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=qdn74BcXuz4j1QCakEfSFcTzsHvCKHzHbWE8mU5rhG/BvG3COTRHqhHIueS2b6zADFuLRQe2koIPmWV7LsylYm6Hd4Ut+lS/CVQ7dEiUWzN83vnEdHIiwywHumBCGrYZEvMYMWWNO0Yjf2ILlPhtEnMRNrpKrWolVn0j1E/aAPY= Received: by 10.82.148.7 with SMTP id v7mr987925bud.1172287156015; Fri, 23 Feb 2007 19:19:16 -0800 (PST) Received: by 10.82.186.16 with HTTP; Fri, 23 Feb 2007 19:19:15 -0800 (PST) Message-ID: <87f7f4170702231919q71c0b30cj40501353fb4a60fb@mail.gmail.com> Date: Fri, 23 Feb 2007 22:19:15 -0500 From: "Jeremy Gransden" To: "Dr. Jennifer Nussbaum" In-Reply-To: <868826.1596.qm@web53415.mail.yahoo.com> MIME-Version: 1.0 References: <868826.1596.qm@web53415.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Can't install win32-codecs 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: Sat, 24 Feb 2007 03:19:17 -0000 On 2/23/07, Dr. Jennifer Nussbaum wrote: > > Hi, > > Im trying to get a new install going, and it wont let me install > win32-codecs (and therefor mplayer and xine and everything i > need to watch multimedia). Its marked as "forbidden: remote > code execution". The URL it gives just shows why it can be > dangerous. > > Is there any workaround, or a way to force this? Im willing to > take the chance and i never view quicktime websites anyway, > and its hard not to watch movies on this new machine! > > Thanks! > > Jen > > > --------------------------------- > Expecting? Get great news right away with email Auto-Check. > Try the Yahoo! Mail Beta. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to freebsd-questions-unsubscribe@freebsd.org Taken from post October of last year: As per the ports(7) man page: DISABLE_VULNERABILITIES If defined, disable check for security vulnerabilities using portaudit(1) (ports/security/portaudit) when installing new ports. i.e.: cd /usr/ports/www/mozilla DISABLE_VULNERABILITIES=1 make install here is the post http://lists.freebsd.org/pipermail/freebsd-ports/2006-October/036276.html jeremy