From owner-freebsd-questions@FreeBSD.ORG Tue Jan 7 22:19:48 2014 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 ESMTPS id 058C063C for ; Tue, 7 Jan 2014 22:19:48 +0000 (UTC) Received: from mail-ie0-x234.google.com (mail-ie0-x234.google.com [IPv6:2607:f8b0:4001:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C803A1485 for ; Tue, 7 Jan 2014 22:19:47 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id tp5so1169291ieb.11 for ; Tue, 07 Jan 2014 14:19:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=MJ9uwR0fh4kGlgYp4oF/ops18UYOjPY504zZnCF0kfQ=; b=RlMkpTEUF/RKT/yklI6AslyWnOAhFh/TXDmcj0j1OvJjuUVUAOT3+HU6Af1w/jOlSW 9UnT3EGG3875Pyie4Do/csZ9glvZpP/J1gAL5umrnLsz8KY4+pbWOS8Fw2NhlTDcQmWF jYBDp78ug38lM9/ywmoioBumFbBBSW/cONcvqOO98fq6GyBrLfS3kKFJfj0miMGG8nIC RzF+Z6qwLFIJsnuhb/l7qCSpu+b/9RkLbq4ZcLXTPLs2vQbeRfwLLUT5AArhRj7FYqf+ 0sITykzoAviTFbCEl/0GMKhBIsllAqCgM+8X4ClpXdiplbL8L+bRoKQ6i2ZPE+GY26e0 4+rA== MIME-Version: 1.0 X-Received: by 10.50.100.170 with SMTP id ez10mr28062580igb.15.1389133187317; Tue, 07 Jan 2014 14:19:47 -0800 (PST) Received: by 10.64.11.138 with HTTP; Tue, 7 Jan 2014 14:19:47 -0800 (PST) In-Reply-To: <88AA764A-5C9E-44DC-A604-C7A961983FC1@conundrum.com> References: <88AA764A-5C9E-44DC-A604-C7A961983FC1@conundrum.com> Date: Tue, 7 Jan 2014 14:19:47 -0800 Message-ID: Subject: Re: pkgng woes From: Patrick To: Matthew Pounsett Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Questions Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2014 22:19:48 -0000 Ah, perhaps that's the key. I was installing from /usr/ports/ports-mgmt/pkg= . Thanks! On Tue, Jan 7, 2014 at 2:14 PM, Matthew Pounsett wrote= : > > On 2014-01-07, at 17:08 , Patrick wrote: > >> I'm trying to move to pkgng on some 9.2 systems, and I'm having a hard >> time finding some working examples of the configuration files one >> would need to pull in packages from the official FreeBSD package >> servers. Is there something obvious I'm missing? > > I'm running it on a fresh 9.2-RELEASE system with no special configuratio= n at all. I'm using the default pkg.conf: > > # cat /usr/local/etc/pkg.conf > packagesite: http://pkg.FreeBSD.org/freebsd:9:x86:64/latest > > # pkg > The package management tool is not yet installed on your system. > Do you want to fetch and install it now? [y/N]: y > Bootstrapping pkg please wait > _http._tcp.pkg.FreeBSD.org > Installing pkg-1.2.4_1... done > [=85] > > You get some instructions that are important if you've been using the old= ports system, and then you're ready to use it. > > I am getting warnings about the use of PACKAGESITE in the default config,= but it works. > > >