From owner-freebsd-ports@FreeBSD.ORG Wed Oct 18 04:57:11 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 151C216A40F for ; Wed, 18 Oct 2006 04:57:11 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCFEB43D6E for ; Wed, 18 Oct 2006 04:57:07 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 18 Oct 2006 00:57:06 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.7.5a-GA) with ESMTP id MJP25128; Wed, 18 Oct 2006 00:57:06 -0400 (EDT) Received: from 209-6-203-219.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.203.219]) by smtp01.lnh.mail.rcn.net with ESMTP; 18 Oct 2006 00:57:06 -0400 X-IronPort-AV: i="4.09,322,1157342400"; d="scan'208"; a="295415848:sNHT23274864" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17717.45999.999228.850317@jerusalem.litteratus.org> Date: Wed, 18 Oct 2006 00:55:11 -0400 To: ports@freebsd.org In-Reply-To: <200610172344.56519.daeg@houston.rr.com> References: <20061018032730.4E81445058@ptavv.es.net> <200610172344.56519.daeg@houston.rr.com> X-Mailer: VM 7.17 under 21.5 (beta27) "fiddleheads" XEmacs Lucid X-Junkmail: UCE(50) X-Junkmail-Status: score=50/50, host=mr02.lnh.mail.rcn.net X-Junkmail-SD-Raw: score=bulk(0), refid=str=0001.0A090201.4535B3BA.007E,ss=3,fgs=0, ip=207.172.4.11, so=2006-05-09 23:27:51, dmn=5.2.113/2006-07-26 Cc: Subject: Re: Gnome 2.16 upgrade failed (yeah, I read /usr/src/UPDATING) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Oct 2006 04:57:11 -0000 David J Brooks writes: > On Tuesday 17 October 2006 22:27, Kevin Oberman wrote: > > > From: Robert Huff > > > Date: Tue, 17 Oct 2006 21:51:30 -0400 > > > Sender: owner-freebsd-gnome@freebsd.org > > > > > > Rainer Alves writes: > > > > * mplayer: > > > > [rainer@bsd /usr/ports/multimedia/mplayer]$ make showconfig | grep -i > > > > skin SKINS=on "Force dependency on mplayer-skins" > > > > In my case, mplayer decided to install the dependecy > > > > mplayer-skins during its install phase, the mplayer-skins' > > > > distfiles were corrupted and it failed to install > > > > multimedia/mplayer. I was able to fix this with a rm -f > > > > /usr/ports/distfiles/mplayer/* (which removes the skins > > > > distfiles). > > > > > > mplayer also depends of win32-codecs, which is currently > > > FORBIDDEN due to security issues. win32-codecs ahs no maintainer. > > > > If the latest win32-codecs is installed with default options, the > > vulnerability should be removed. Of course, it means you lack > > Quicktime. The current version, win32-codecs<3.1.0.p8_1,1 is listed as > > safe by portaudit and in the Makefile. > > How do you get it to build though? Here's what I got: > > [/usr/ports/multimedia/win32-codecs]# make > ===> win32-codecs-3.1.0.p8_1,1 has known vulnerabilities: > => win32-codecs -- multiple vulnerabilities. > Reference: > > => Please update your ports tree and try again. > *** Error code 1 > > Stop in /usr/ports/multimedia/win32-codecs. cd usr/ports/multimedia/win32-codecs make rmconfig make config # [Do NOT select the Quicktime module] make clean && make && make install Worked as of 30 minutes ago. Robert Huff