From owner-freebsd-questions@FreeBSD.ORG Mon Feb 4 19:51:30 2013 Return-Path: Delivered-To: freebsd-questions@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 2B0312E2 for ; Mon, 4 Feb 2013 19:51:30 +0000 (UTC) (envelope-from mark@exonetric.com) Received: from relay.exonetric.net (relay0.exonetric.net [178.250.72.161]) by mx1.freebsd.org (Postfix) with ESMTP id BD17394F for ; Mon, 4 Feb 2013 19:51:29 +0000 (UTC) Received: from [192.168.0.13] (186.211.187.81.in-addr.arpa [81.187.211.186]) by relay.exonetric.net (Postfix) with ESMTPSA id 7E5822C8EC; Mon, 4 Feb 2013 19:51:28 +0000 (GMT) Subject: Re: which pkg repository with 9.1 Mime-Version: 1.0 (Apple Message framework v1283) From: Mark Blackman In-Reply-To: Date: Mon, 4 Feb 2013 19:51:27 +0000 Message-Id: <5595C3FC-F9FB-43C6-A440-280AFA362A91@exonetric.com> References: To: mhca12 X-Mailer: Apple Mail (2.1283) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Mon, 04 Feb 2013 19:51:30 -0000 On 4 Feb 2013, at 18:53, mhca12 wrote: > On Mon, Feb 4, 2013 at 7:48 PM, mhca12 wrote: >> On Mon, Feb 4, 2013 at 7:31 PM, mhca12 wrote: >>> I have just installed 9.1 amd64 on a test machine and wanted >>> to install rsync. Is pkgng the right choice and if so is there >>> a handy guide how to get started or should I use pkg_add -r? >>>=20 >>> Is this any different for i386? It used to be that there's >>> no i386 pkgng repository. >>=20 >> I ran pkg and it fetched and setup pkgng. That was easy. >=20 > Is it possible that the November 2012 security incident means > there's still no installable packaged via pkg-install? > I was going to install rsync. If you're interested, we've set up an unofficial but public pkgng format = repository at http://mirror.exonetric.net/pub/pkgng To use these packages, just set your PACKAGESITE variable in = /usr/local/etc/pkg.conf like so,=20 PACKAGESITE : = http://mirror.exonetric.net/pub/pkgng/${ABI}/latest These have FreeBSD 8 and 9, i386 and amd64 kernel pkgng format packages = for the whole ports tree, build failures notwithstanding. You'll have to explicitly make the decision to trust or not these builds, of course, but all are welcome to use them until the official ones are available. - Mark