From owner-freebsd-questions@FreeBSD.ORG Mon Sep 8 11:03:59 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 2E6BEFBB for ; Mon, 8 Sep 2014 11:03:59 +0000 (UTC) Received: from mail.bvgsvcs.net (mail.bvgsvcs.net [197.221.16.12]) by mx1.freebsd.org (Postfix) with ESMTP id C5E221B96 for ; Mon, 8 Sep 2014 11:03:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by localhost.amavis.local (Postfix) with ESMTP id B221F268E for ; Mon, 8 Sep 2014 12:57:21 +0200 (SAST) X-Virus-Scanned: amavisd-new at bvgsvcs.net Received: from mail.bvgsvcs.net ([127.0.0.1]) by localhost (mail.bvgsvcs.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id bCEmgu9qkODO for ; Mon, 8 Sep 2014 12:57:21 +0200 (SAST) Received: from penguin.localnet (unknown [196.1.1.18]) by mail.bvgsvcs.net (Postfix) with ESMTP id 7E3DD22C3 for ; Mon, 8 Sep 2014 12:57:21 +0200 (SAST) From: Coert To: freebsd-questions@freebsd.org Subject: FreeBSD pkgng with multiple repositories Date: Mon, 08 Sep 2014 12:57:13 +0200 Message-ID: <2917203.foIsb7xUQr@penguin> User-Agent: KMail/4.13.2 (Linux/3.13.0-24-generic; KDE/4.13.2; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2014 11:03:59 -0000 Hello all, Installed FreeBSD 10, and I saw that only one pkg repo is defined by default: pkg+http://pkg.FreeBSD.org/${ABI}/latest I then wanted to install KDE, and saw it has no package in that latest repo. After some googling I then added pkg+http://pkg.FreeBSD.org/${ABI}/release/0 as an extra repo, and it worked. Can I have both release and latest configured as repos at the same time? or will this cause problems down the line? What is common/best practice in this scenario? I read through the FreeBSD handbook on pkgng. Kind regards, Coert