From owner-freebsd-ports@FreeBSD.ORG Tue Aug 21 18:47:37 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 E9FD5106564A; Tue, 21 Aug 2012 18:47:37 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6B0D98FC08; Tue, 21 Aug 2012 18:47:37 +0000 (UTC) Received: by yenl7 with SMTP id l7so155758yen.13 for ; Tue, 21 Aug 2012 11:47:36 -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=S6SUWKy/pCBzu9jYDVPb27gtCujYTtVY3NAHsXWuIpE=; b=0Dtzl3MZ73SYT3+7FmgPXRji7+ttX5Q2HuZlHAZscczuKuqBrcYp54Rt5kR+5bOORY 8A9Qd4AJtdtL+uclqbRX6ouQsNhI10Olpundj3hf9tLMpX/vTUn88v9t+3KzbWu0/YJ7 OONmgN1dE/wJBo0TqKOvgiCzi0k904oVM24UvTDlc2E+EZXCUY9X3ZPCZYDoRr4PuB92 03DL7jwM2n+wKGE+NnI9Tb5Z6enG6GGhQZtUsxgyIlEqEzBUvOpN9OfOl3cmlIil4dQt 2C2cJMHHCN2yphRhebdELGMb0H8SSY+afSjInM7bYqIKJ2OGQDzGNqDVTMxs8kMhs08m jiIA== MIME-Version: 1.0 Received: by 10.60.171.69 with SMTP id as5mr13995875oec.100.1345574856520; Tue, 21 Aug 2012 11:47:36 -0700 (PDT) Received: by 10.76.142.201 with HTTP; Tue, 21 Aug 2012 11:47:36 -0700 (PDT) In-Reply-To: <5033D0C0.4030805@FreeBSD.org> References: <20120820194313.GC23607@ithaqua.etoilebsd.net> <20120821132643.GE37262@felucia.tataz.chchile.org> <20120821134623.GH5044@ithaqua.etoilebsd.net> <5033D0C0.4030805@FreeBSD.org> Date: Tue, 21 Aug 2012 11:47:36 -0700 Message-ID: From: Garrett Cooper To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, Baptiste Daroussin , current@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: Tue, 21 Aug 2012 18:47:38 -0000 On Tue, Aug 21, 2012 at 11:17 AM, Doug Barton wrote: > On 8/21/2012 6:46 AM, Baptiste Daroussin wrote: >> I would also like to just remove pkg_* tools from RELENG_10 if that fits the >> schedule. > > Um, no? ... > What _would_ be useful is what should have been done many years ago when > it was first suggested: Move the pkg_* tools to ports. It already exists -- it's just out of date / crufty: $ make describe pkg_install-20090902|/usr/ports/ports-mgmt/pkg_install|/usr/local|FreeBSD -STABLE version of the package tools|/usr/ports/ports-mgmt/pkg_install/pkg-descr|portmgr@FreeBSD.org|ports-mgmt||||||http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/pkg_install/ > It's too late for 9.1 already, but if you made that change today in > HEAD, and after 9.1 (but before 8.4) you MFC it to stable/[89], then you > could theoretically make pkg mandatory after 9.1 EOLs. > > To make my point more clear, the ports tree has to support the last > release to ship with pkg_* tools in the base throughout its lifetime. To > do anything else would be be a massive POLA violation. Agreed. Thanks, -Garrett