From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 16 02:50:09 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 D4EB01065675 for ; Sat, 16 Jul 2011 02:50:09 +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 BE2998FC1C for ; Sat, 16 Jul 2011 02:50:09 +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 p6G2o9k4004461 for ; Sat, 16 Jul 2011 02:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6G2o97K004460; Sat, 16 Jul 2011 02:50:09 GMT (envelope-from gnats) Date: Sat, 16 Jul 2011 02:50:09 GMT Message-Id: <201107160250.p6G2o97K004460@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Stephen Montgomery-Smith 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: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jul 2011 02:50:09 -0000 The following reply was made to PR ports/158179; it has been noted by GNATS. From: Stephen Montgomery-Smith To: bug-followup@FreeBSD.org, freebsd@sopwith.solgatos.com, current@FreeBSD.org Cc: Subject: Re: ports/158179: some packages do not fully honor -P dir option in pkg_add(1) Date: Fri, 15 Jul 2011 21:43:42 -0500 I was looking through the source code of pkg_add. Personally I don't see how the "-P" or "-p" option could be made to work with pkg_add. Many of the installation commands involve scripts which have ${PREFIX} hard coded into them. ${PREFIX} is often hard coded when trhe package is created by the port. In my opinion, the options "-p" and "-P" should be removed from pkg_add. Either that, or provide the port a way to access "@cwd" in any scripts it installs. But this would require a major overhaul of the whole ports system, and probably much of the software it installs as well. Am I missing something? Stephen