From owner-freebsd-questions@FreeBSD.ORG Mon Feb 4 19:09:32 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 A54A2976 for ; Mon, 4 Feb 2013 19:09:32 +0000 (UTC) (envelope-from mhca12@gmail.com) Received: from mail-oa0-f53.google.com (mail-oa0-f53.google.com [209.85.219.53]) by mx1.freebsd.org (Postfix) with ESMTP id 7613775D for ; Mon, 4 Feb 2013 19:09:32 +0000 (UTC) Received: by mail-oa0-f53.google.com with SMTP id m1so6099077oag.12 for ; Mon, 04 Feb 2013 11:09:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=I6QJnaKaVY6E30cx15QZTEouSimn9smilljQO+gtB6M=; b=K3rBxRg5gB1a4WcV9r+HFvZQCjN5QyRIXnMTv1IMC59qUCT2J03dMhwlGl9C7tjJKj FjS30iyoUdX2SVCgvzMhbH5MpyWnL5b/qcgAiAXAHbYol85zJJPt3bpuCdwvkKqk5L/7 RPniPQyjW8NZ6TUtbcjqxKJ5w7pf06sJ0RWmS6CoWIRwF3aeKvnwewVOMKYvNlzmNa51 q2w+CGsBpHV3XYPAcTLIY3vIOihVCbLivZZvTy5Dj6grmTcZCDKNIabIiBNhAil4vdqn TTme035GuMN9qqmU4Shhw1xkohoEc1tJLBJynSBLWNpfqchSTaCemk/II1RYYOPY4Huy Y/Fg== MIME-Version: 1.0 X-Received: by 10.182.177.72 with SMTP id co8mr16243507obc.53.1360004971877; Mon, 04 Feb 2013 11:09:31 -0800 (PST) Received: by 10.76.34.73 with HTTP; Mon, 4 Feb 2013 11:09:31 -0800 (PST) In-Reply-To: <20130204190315.e7a64819c502038e2e2cd605@sohara.org> References: <20130204190315.e7a64819c502038e2e2cd605@sohara.org> Date: Mon, 4 Feb 2013 20:09:31 +0100 Message-ID: Subject: Re: which pkg repository with 9.1 From: mhca12 To: "Steve O'Hara-Smith" Content-Type: text/plain; charset=ISO-8859-1 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:09:32 -0000 On Mon, Feb 4, 2013 at 8:03 PM, Steve O'Hara-Smith wrote: > On Mon, 4 Feb 2013 19:53:40 +0100 > 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? >> >> >> >> Is this any different for i386? It used to be that there's >> >> no i386 pkgng repository. >> > >> > I ran pkg and it fetched and setup pkgng. That was easy. >> >> 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. > > I believe it is still the case that there is no official package > repository. I've gone to using poudriere to maintain a local pkgng > repository. Once set up (not too hard) it's remarkably painless. To get started for the moment can't I also use pkg_add -r rsync?