From owner-freebsd-ports@FreeBSD.ORG Fri Jul 5 06:54:17 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8EFA4394 for ; Fri, 5 Jul 2013 06:54:17 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4EF41175C for ; Fri, 5 Jul 2013 06:54:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 639945E461; Fri, 5 Jul 2013 08:54:10 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -0.957 X-Spam-Level: X-Spam-Status: No, score=-0.957 tagged_above=-999 required=5 tests=[AWL=0.041, BAYES_00=-2.599, RCVD_IN_PBL=0.905, RDNS_DYNAMIC=0.1, SPF_SOFTFAIL=0.596] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id lughssxFyyZm; Fri, 5 Jul 2013 08:54:05 +0200 (CEST) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (c224-156-70-80.bjare.net [80.70.156.224]) by mx1.bjare.net (Postfix) with ESMTP id D50835E4A2; Fri, 5 Jul 2013 08:54:03 +0200 (CEST) Message-ID: <51D66D8B.4090106@eskk.nu> Date: Fri, 05 Jul 2013 08:54:03 +0200 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130627 Thunderbird/17.0.7 MIME-Version: 1.0 To: Scot Hetzel Subject: Re: curl fails to upgrade on 9.1-RELEASE-p3 but succeeds on 8.3 References: <51D3BD22.6020506@eskk.nu> <6704D05234504657A6FE773E6FA1DB8D@white> <64492650C3F14478BEF9B095144095D1@white> <51D5083C.2030809@eskk.nu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jul 2013 06:54:17 -0000 >> >> I get >> >> portaudit -F portaudit: Command not found >> >> I understand that I need to install portaudit but should it really be >> necessary? >> >> Can you explain why I didn't have this problem on the 8.3 system. There's no >> portaudit installed on that machine either? >> > > Are you using pkgng on your FreeBSD 9.1 system? > > Pkgng has a command similar to portaudit (pkg audit). Try pkg audit -F. > > Thank you! Problem solved :-)