From owner-freebsd-ports@FreeBSD.ORG Sun Nov 3 01:44:50 2013 Return-Path: Delivered-To: freebsd-ports@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 D71F4A67 for ; Sun, 3 Nov 2013 01:44:50 +0000 (UTC) (envelope-from lifanov@mail.lifanov.com) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C35A2243B for ; Sun, 3 Nov 2013 01:44:50 +0000 (UTC) Received: from app.lifanov.com (chat.lifanov.com [206.125.175.13]) by mail.lifanov.com (Postfix) with ESMTPA id 035F51A4162 for ; Sat, 2 Nov 2013 21:44:43 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 02 Nov 2013 21:44:43 -0400 From: Nikolai Lifanov To: freebsd-ports@freebsd.org Subject: pkgng repository priorities Message-ID: <826cd3ab0c12abf926b1ba9a230b8226@mail.lifanov.com> X-Sender: lifanov@mail.lifanov.com User-Agent: Roundcube Webmail/0.9.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2013 01:44:50 -0000 Is there any documentation about how to use PKGNG repository priorities? I heard that these are available. Currently, I have my repository configurations like this: 1-myrepo.conf 2-anotherrepo.conf 3-someotherthirdpartyrepo.conf This roughly prefers stuff from what appears first in asciibetical order. I would like to use the official FreeBSD package sets, but to do this, I need to always prefer a package from a local repository (WITH_NEW_XORG, WITH_KMS) if a package is available in it. How can I set this kind of preference? - Nikolai Lifanov