From owner-freebsd-ports@FreeBSD.ORG Fri Jun 10 17:24:24 2005 Return-Path: X-Original-To: freebsd-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 6B9DA16A41C for ; Fri, 10 Jun 2005 17:24:24 +0000 (GMT) (envelope-from john@fluidhosting.com) Received: from mail1.fluidhosting.com (mail1.fluidhosting.com [66.150.201.101]) by mx1.FreeBSD.org (Postfix) with SMTP id E69B943D58 for ; Fri, 10 Jun 2005 17:24:23 +0000 (GMT) (envelope-from john@fluidhosting.com) Received: (qmail 55185 invoked by uid 399); 10 Jun 2005 17:24:22 -0000 Received: from unknown (HELO ?192.168.2.32?) (john@fluidhosting.com@127.0.0.1) by localhost with SMTP; 10 Jun 2005 17:24:22 -0000 Message-ID: <42A9CCC6.9010700@fluidhosting.com> Date: Fri, 10 Jun 2005 10:24:22 -0700 From: "John T. Yocum" User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= References: <42A8DD24.1070901@fluidhosting.com> <42A97871.50905@cs.tu-berlin.de> In-Reply-To: <42A97871.50905@cs.tu-berlin.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-ports@freebsd.org Subject: Re: wget build problems 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: Fri, 10 Jun 2005 17:24:24 -0000 AH! :) Well, I learned something new today. The ironic part is, the wget port was upgraded today. :) Many Thanks! --John Björn König wrote: > John T. Yocum wrote: > >> Any ideas what is causing this? For reference this happens on FreeBSD >> 4.10, 4.11, and 5.3 based boxes. > > > I would blame the port security/portaudit ;-) > > Read also the manpages ports(7) (keyword DISABLE_VULNERABILITES) and > portaudit(1) to learn more about this and to find out how you can > override this stopper in case that you really want to do it. > > By the way, see also fetch(1) for an alternative utility or use the port > ftp/wget-devel for a recent version of wget. > > Björn