From owner-freebsd-questions@FreeBSD.ORG Wed Oct 16 10:45:13 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F0D2A569 for ; Wed, 16 Oct 2013 10:45:13 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from mail-qa0-x22b.google.com (mail-qa0-x22b.google.com [IPv6:2607:f8b0:400d:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B21E92353 for ; Wed, 16 Oct 2013 10:45:13 +0000 (UTC) Received: by mail-qa0-f43.google.com with SMTP id i13so4378681qae.9 for ; Wed, 16 Oct 2013 03:45:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=hfnNAMWZVcJ8oZBd3EJW/yU1z9VXecvtp4/J+v2chVY=; b=eoSr4Nz9qHf8N/uQA6Qvd4/4YU1G1AycX4dLJrFQ9y1n7pggBFY7h+lDGwI2uxKsnq JtsBW362+1C1pBuxVlhqjyzEyeBy49SeS5nSVhpZYvfLleUTsySSUesp9EqF85551tjf Shkefh5TOV2vFAaNV5PU5sf+wdL3LAGZ/ftFKboiKGwLSHA13TvEJDjL48DU429n6j0y K5/2rFsL5vfW0osG10k5VhNi27LaEkToU3v0iic/UIyRVT06AE2BopetXgJVkq2OJVJU WB0rbMmZwEQ2VIKUagIhKR11Z2/yHpEeqYIPe/DfllarVk8camLVWCy1x5pJDr2H88R3 5G6w== X-Received: by 10.49.110.36 with SMTP id hx4mr2488412qeb.93.1381920312807; Wed, 16 Oct 2013 03:45:12 -0700 (PDT) Received: from lumiwa.farms.net (pool-72-87-59-52.ptldme.east.myfairpoint.net. [72.87.59.52]) by mx.google.com with ESMTPSA id a5sm37590612qae.2.1969.12.31.16.00.00 (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 16 Oct 2013 03:45:11 -0700 (PDT) Date: Wed, 16 Oct 2013 06:45:02 -0400 From: Ajtim To: Tijl Coosemans Subject: Re: portaudit Message-ID: <20131016064502.7b28e226@lumiwa.farms.net> In-Reply-To: <20131015200818.6a21574c@kalimero.tijl.coosemans.org> References: <20131015134532.5f6f92bd@lumiwa.farms.net> <20131015200818.6a21574c@kalimero.tijl.coosemans.org> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Oct 2013 10:45:14 -0000 On Tue, 15 Oct 2013 20:08:18 +0200 Tijl Coosemans wrote: > On Tue, 15 Oct 2013 13:45:32 -0400 Ajtim wrote: > > I trid to install portaudit on FreeBSD 10.0-BETA1 #0 r256420: Sun > > Oct 13 01:43:07 UTC 2013 > > root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 > > > > and I got: > > > > Installing for portaudit-0.6.1 > > /usr/sbin/pkg_info missing, please install port > > sysutils/pkg_install-devel > > ***Error code 1 > > > > IMO I am using the new pkg which works and I didn't have problem > > with installing Xorg for example. > > With pkg you don't need portaudit. See pkg-audit(8) manpage. Thank you.