From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 21:50:39 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B29D16A418 for ; Thu, 2 Aug 2007 21:50:39 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 76E2913C48E for ; Thu, 2 Aug 2007 21:50:39 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 18E5151944 for ; Thu, 2 Aug 2007 17:50:37 -0400 (EDT) Date: Thu, 2 Aug 2007 22:50:34 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070802225034.31a9cdc7@gumby.homeunix.com.> In-Reply-To: <46B23E19.7040508@chrismaness.com> References: <46B23218.60106@chrismaness.com> <20070802194353.GA846@null.mallinanga.de> <46B23E19.7040508@chrismaness.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Forcing a port to install? 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: Thu, 02 Aug 2007 21:50:39 -0000 On Thu, 02 Aug 2007 13:27:05 -0700 Chris Maness wrote: > Panos P. wrote: > > On Thu, Aug 02, 2007 at 12:35:52PM -0700, Chris Maness wrote: > > > >> If a port has been black listed by portaudit, how do you install > >> it anyway? > > > > try adding DISABLE_VULNERABILITIES=yes to /etc/make.conf > > (do not forget to unset it afterwards though ;) > > > > > Why do I get: > pkg_add: can't stat package file 'wordpress' > > when I I try to use package add? I guess the packages seem to need > to be listed under /usr/ports/packages/ per an environment variable, > but that directory is empty. pkg_add used to work without the -r > flag to build a port from source. What happened? I don't recall it working like that - if you don't specify -r it take the argument as a filename. I think you are probably confusing it with "portupgrade -P"