From owner-freebsd-ports@freebsd.org Fri Oct 13 23:00:43 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C91F5E2F695 for ; Fri, 13 Oct 2017 23:00:43 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id ABD9D7C6A6 for ; Fri, 13 Oct 2017 23:00:43 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id v9DN0gVC098448 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 13 Oct 2017 16:00:42 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id v9DN0gSL098447; Fri, 13 Oct 2017 16:00:42 -0700 (PDT) (envelope-from sgk) Date: Fri, 13 Oct 2017 16:00:42 -0700 From: Steve Kargl To: Adam Weinberger Cc: freebsd-ports@freebsd.org Subject: Re: installing into alternate directory? Message-ID: <20171013230042.GC98224@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu References: <20171013220845.GA97308@troutmask.apl.washington.edu> <2A851D87-275A-4858-8E32-D0CF55E45DF9@adamw.org> <20171013224113.GA98224@troutmask.apl.washington.edu> <38457A3C-7FA0-427E-92E9-84B5CF5A5177@adamw.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <38457A3C-7FA0-427E-92E9-84B5CF5A5177@adamw.org> User-Agent: Mutt/1.7.2 (2016-11-26) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Oct 2017 23:00:43 -0000 On Fri, Oct 13, 2017 at 04:50:54PM -0600, Adam Weinberger wrote: > Given that the error comes from the port's build and not > bsd.port.mk, and given that there is no math/octave42 ini > the ports tree, Sigh. cd /usr/ports/math cp -pR octave octave42 cd octave42 Spend 2 days working on updating from octave 4.0.3 to 4.2.1. Finally get 'make' to complete. Now, install into an alternate location to prevent uninstalling the octave-4.0.3 to new octave-gui binary. It looks like qtchooser is using PREFIX instead of LOCALBASE. -- Steve 20170425 https://www.youtube.com/watch?v=VWUpyCsUKR4 20161221 https://www.youtube.com/watch?v=IbCHE-hONow