From owner-freebsd-ports@FreeBSD.ORG Tue Jul 19 18:41:36 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCB45106566B for ; Tue, 19 Jul 2011 18:41:36 +0000 (UTC) (envelope-from dieterbsd@engineer.com) Received: from mailout-us.gmx.com (mailout-us.gmx.com [74.208.5.67]) by mx1.freebsd.org (Postfix) with SMTP id 659A78FC08 for ; Tue, 19 Jul 2011 18:41:36 +0000 (UTC) Received: (qmail 3216 invoked by uid 0); 19 Jul 2011 18:41:34 -0000 Received: from 67.206.184.3 by rms-us014.v300.gmx.net with HTTP Content-Type: text/plain; charset="utf-8" Date: Tue, 19 Jul 2011 18:41:31 +0000 From: "Dieter BSD" Message-ID: <20110719184133.185870@gmx.com> MIME-Version: 1.0 To: bug-followup@freebsd.org X-Authenticated: #74169980 X-Flags: 0001 X-Mailer: GMX.com Web Mailer x-registered: 0 Content-Transfer-Encoding: 8bit X-GMX-UID: 6vcTf6l7xHSOAEqJDnM3YENCWkZTQZQS Cc: freebsd@sopwith.solgatos.com, freebsd@fokker.solgatos.com, FreeBSD Ports Subject: Re: ports/158179: some packages do not fully honor -P dir option in pkg_add(1) 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, 19 Jul 2011 18:41:36 -0000 > 1.  Spell out very clearly its purpose - is it to populate a jail, for > example? Populating a chroot/jail is one purpose. Another is to test a new version of a package without messing up the existing version. There are bound to be other reasons. Compiling the port rather than installing a package isn't always a solution.  Many ports are incredibly difficult to get compiled. PREFIX needs to be an install time variable, not compile time.