From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 14 04:00:32 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F57D16A41F for ; Fri, 14 Oct 2005 04:00:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B77AF43D45 for ; Fri, 14 Oct 2005 04:00:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9E40Vlp020666 for ; Fri, 14 Oct 2005 04:00:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9E40V6V020621; Fri, 14 Oct 2005 04:00:31 GMT (envelope-from gnats) Date: Fri, 14 Oct 2005 04:00:31 GMT Message-Id: <200510140400.j9E40V6V020621@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Paul Ledbetter III Cc: Subject: Re: ports/87416: [PATCH] adapt lang/sbcl to PREFIX other than /usr/local X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Paul Ledbetter III List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 04:00:32 -0000 The following reply was made to PR ports/87416; it has been noted by GNATS. From: Paul Ledbetter III To: moro@remus.dti.ne.jp Cc: bug-followup@freebsd.org Subject: Re: ports/87416: [PATCH] adapt lang/sbcl to PREFIX other than /usr/local Date: Thu, 13 Oct 2005 22:45:38 -0500 I do not approve. When installing to a non-standard location, the user should execute SBCL similarly to the following: # cd /usr/ports/lang/sbcl # make install PREFIX=3D/var/tmp/foo # env SBCL_HOME=3D/var/tmp/foo/lib/sbcl /var/tmp/foo/bin/sbcl This behavior is part of SBCL by design. It should not be the responsibility of the FreeBSD port. Paul