From owner-freebsd-ports@FreeBSD.ORG Mon Jun 2 15:15:38 2008 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 20D091065675; Mon, 2 Jun 2008 15:15:38 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 215408FC1A; Mon, 2 Jun 2008 15:15:38 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (server.baldwin.cx [208.65.91.234]) by elvis.mu.org (Postfix) with ESMTP id BA8931A4D84; Mon, 2 Jun 2008 07:58:27 -0700 (PDT) From: John Baldwin To: freebsd-hackers@freebsd.org Date: Mon, 2 Jun 2008 10:46:55 -0400 User-Agent: KMail/1.9.7 References: <4841EF0D.8050201@FreeBSD.org> <4841EF83.3000407@p6m7g8.com> In-Reply-To: <4841EF83.3000407@p6m7g8.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806021046.55794.jhb@freebsd.org> Cc: "Philip M. Gollucci" , ports@freebsd.org, hackers@freebsd.org, Florent Thoumie Subject: Re: CFT: adding configuration file support to pkg_install 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, 02 Jun 2008 15:15:38 -0000 On Saturday 31 May 2008 08:38:27 pm Philip M. Gollucci wrote: > 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. There are proprietary tools that manage packages of proprietary software that run on FreeBSD embedded devices. -- John Baldwin