From owner-freebsd-hackers@FreeBSD.ORG Sun Jun 1 00:38:31 2008 Return-Path: Delivered-To: hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 480B7106567F; Sun, 1 Jun 2008 00:38:31 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from exhub015-2.exch015.msoutlookonline.net (exhub015-2.exch015.msoutlookonline.net [207.5.72.94]) by mx1.freebsd.org (Postfix) with ESMTP id 548678FC16; Sun, 1 Jun 2008 00:38:31 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from [172.28.1.195] (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.1.278.0; Sat, 31 May 2008 17:38:31 -0700 Message-ID: <4841EF83.3000407@p6m7g8.com> Date: Sat, 31 May 2008 20:38:27 -0400 From: "Philip M. Gollucci" Organization: P6 Web Applications User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Kris Kennaway References: <4841BDA9.5090007@p6m7g8.com> <4841EF0D.8050201@FreeBSD.org> In-Reply-To: <4841EF0D.8050201@FreeBSD.org> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, hackers@FreeBSD.org, Florent Thoumie Subject: Re: CFT: adding configuration file support to pkg_install X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 00:38:31 -0000 Kris Kennaway wrote: > packages are usually built from the ports tree, but not always, and > users may use packages without a ports tree present on the local system. short of doing pkg_delete -af then pkg_add /some/dir are there any ports-mgmt/* tools for upgrades that don't need the ports tree present. I know portupgrade does. Thats not an argument for or against, just commentary.