From owner-svn-ports-branches@freebsd.org Wed Apr 26 17:05:30 2017 Return-Path: Delivered-To: svn-ports-branches@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 39C4FD51A5D; Wed, 26 Apr 2017 17:05:30 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C52DCD9; Wed, 26 Apr 2017 17:05:30 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 49E5A1C7E; Wed, 26 Apr 2017 17:05:29 +0000 (UTC) Date: Wed, 26 Apr 2017 17:05:29 +0000 From: Alexey Dokuchaev To: Diane Bruce Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: Re: svn commit: r438693 - in branches/2017Q2/comms/direwolf: . files Message-ID: <20170426170529.GC98671@FreeBSD.org> References: <201704171258.v3HCwYFc003754@repo.freebsd.org> <20170417144306.GB79849@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170417144306.GB79849@FreeBSD.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Apr 2017 17:05:30 -0000 On Mon, Apr 17, 2017 at 02:43:06PM +0000, Alexey Dokuchaev wrote: > On Mon, Apr 17, 2017 at 12:58:34PM +0000, Diane Bruce wrote: > > New Revision: 438693 > > URL: https://svnweb.freebsd.org/changeset/ports/438693 > > > > Log: > > MFH: r438662 > > > > This got lost due to confusion over who was handling what. > > > > > > Attached is a revised patch, s/STAGEDIR/DESTDIR/ and the dw-start.sh > > Looks like this part did not make it into the final version of the patch. > > > ... > > +MAKE_ENV+= STAGEDIR=${STAGEDIR} > > ... > > @@ -192,7 +191,7 @@ direwolf.conf : generic.conf > > -INSTALLDIR := %%STAGEDIR%%/%%PREFIX%%/ > > +INSTALLDIR := ${STAGEDIR}/${PREFIX}/ > > Correct DESTDIR is passed via MAKE_ARGS, no need to pass it via MAKE_ENV. Retransmit. ./danfe