From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 19 18:50:07 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 180D11065676 for ; Tue, 19 Jul 2011 18:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 014438FC16 for ; Tue, 19 Jul 2011 18:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6JIo6ud034885 for ; Tue, 19 Jul 2011 18:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6JIo6Tc034884; Tue, 19 Jul 2011 18:50:06 GMT (envelope-from gnats) Date: Tue, 19 Jul 2011 18:50:06 GMT Message-Id: <201107191850.p6JIo6Tc034884@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Dieter BSD" Cc: Subject: Re: ports/158179: some packages do not fully honor -P dir option in pkg_add(1) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dieter BSD List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2011 18:50:07 -0000 The following reply was made to PR ports/158179; it has been noted by GNATS. From: "Dieter BSD" To: bug-followup@freebsd.org Cc: FreeBSD Ports ,freebsd@sopwith.solgatos.com,freebsd@fokker.solgatos.com Subject: Re: ports/158179: some packages do not fully honor -P dir option in pkg_add(1) Date: Tue, 19 Jul 2011 18:41:31 +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.