From owner-freebsd-ports@FreeBSD.ORG Mon Aug 20 21:09:49 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1482310657A2; Mon, 20 Aug 2012 21:09:48 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 02BC48FC19; Mon, 20 Aug 2012 21:09:47 +0000 (UTC) Received: by weyx56 with SMTP id x56so7443362wey.13 for ; Mon, 20 Aug 2012 14:09:46 -0700 (PDT) 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; bh=4gzSU/ms97LhHLee4bRT0F8BsgadAS2Z6z48C/oR2Ns=; b=tGs2INMaLUsyiOqFxp6kG/yAJUCJTa0RiglUEoGJhS1xVy/QYKDD8xN5gamrrHpdN1 X/zhjq8X4OJQn/Irls3H8NJKGUiRqe+qVC/10I/k3WKD7rrtA9xbWy0+C0e3gwwusWPy 9W+UbXEAN+yC099Qg9d3XnGkygcqy6UStmZC8/gXs9/VCRUJTiHLGDEUqSRa1ogEv6hB 89jG/0ecB/M6iTX7CJelfyTIFzZ5KwqzEPOjcdT1FTkfVWYC8Tg4euiqkXWja7s8LNY/ dJtc414owUJrXJdnPuug9ZaF8zVGvcvwu9WNFFIW9b16bLrZ2ngNIZJaK2JpXQlZcsNv Z/Eg== MIME-Version: 1.0 Received: by 10.180.98.200 with SMTP id ek8mr31970314wib.0.1345496986767; Mon, 20 Aug 2012 14:09:46 -0700 (PDT) Received: by 10.216.24.197 with HTTP; Mon, 20 Aug 2012 14:09:46 -0700 (PDT) In-Reply-To: <20120820194313.GC23607@ithaqua.etoilebsd.net> References: <20120820194313.GC23607@ithaqua.etoilebsd.net> Date: Tue, 21 Aug 2012 00:09:46 +0300 Message-ID: From: Vitaly Magerya To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 Cc: ports@freebsd.org Subject: Re: pkgng 1.0 release schedule, and HEAD switch to pkgng by default schedule X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2012 21:09:49 -0000 Baptiste Daroussin wrote: > Please [...] ask question about pkgng [...] What would be the best practice of mixing ports with packages? The use case I have in mind is compiling Xorg ports locally WITH_NEW_XORG and WITH_KMS, and using packages from pkgbeta.freebsd.org for everything else. Is there some mixture of pkg and portmaster flags that allows this kind of setup?