From owner-freebsd-ports@FreeBSD.ORG Tue Aug 21 11:03:51 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D28A7106564A; Tue, 21 Aug 2012 11:03:51 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2BC678FC08; Tue, 21 Aug 2012 11:03:50 +0000 (UTC) Received: by bkcje9 with SMTP id je9so2917185bkc.13 for ; Tue, 21 Aug 2012 04:03:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=lcvQcefV/jSPbwFMF86cLe0WJa+fg20q0NGleym3urA=; b=N3rTFKeftQgXCWpVF9pmrlbV9VUryBeYlgW4dUNel6C1vV4+ReOx5T2In5/YPhaXRj 8AnpaGhCkKkc+B3ZvpHS4r0hoOOnExxN8b7c+gbfkOvcMcnP8kfTqKDdH4TptcXqpt3W si+8WWYCVwzMtva7zBWFVishDoS+l3AuymV2GLv3Rv5wPXBS6cTEwSUOdVYX6Nbu/VMI rrQADprdg0yQN8Ry6klLJYD7VpYmKH9HPwpnW8HZ469TJBMrzYXnurQg0oGwzbBp8fHc agID1QSGslPwiBQ57PDZ6YyEIqI+8Lkl36t9Y6XZ9Q7rPlQNDX0HoDXjDu/o2xLBCB9t JLsA== Received: by 10.204.157.18 with SMTP id z18mr5325371bkw.16.1345547029919; Tue, 21 Aug 2012 04:03:49 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.10.141 with HTTP; Tue, 21 Aug 2012 04:03:19 -0700 (PDT) In-Reply-To: References: <20120820194313.GC23607@ithaqua.etoilebsd.net> <20120820232147.GD23607@ithaqua.etoilebsd.net> From: Chris Rees Date: Tue, 21 Aug 2012 12:03:19 +0100 X-Google-Sender-Auth: ytj6c5fGn4EBF95OhCuaV1l7Ep0 Message-ID: To: Olivier Smedts Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, Baptiste Daroussin 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: Tue, 21 Aug 2012 11:03:51 -0000 On 21 August 2012 11:37, Olivier Smedts wrote: > 2012/8/21 Baptiste Daroussin : >> On Tue, Aug 21, 2012 at 12:09:46AM +0300, Vitaly Magerya wrote: >>> What would be the best practice of mixing ports with packages? >> >> There is no best practice for that unfortunatly, (as actually) the best for you >> is maybe to build your own pkgng repostories? >> http://wiki.freebsd.org/PkgPrimer#Using_poudriere for example? > > So, to make it really clear, one should *not* test, try or use pkgng > if he wants to continue using ports without setting up a repository ? > I did not find a big warning on the wiki. You can of course use pkgng with ports-- nothing has changed in that respect; putting WITH_PKGNG=yes into /etc/make.conf makes the ports tree work just fine. It has never been recommended to use packages and ports together. Chris