From owner-svn-ports-all@FreeBSD.ORG Mon Jan 27 21:53:28 2014 Return-Path: Delivered-To: svn-ports-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2CFECFE; Mon, 27 Jan 2014 21:53:28 +0000 (UTC) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 3C6D11530; Mon, 27 Jan 2014 21:53:28 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 657B31E007B8; Mon, 27 Jan 2014 22:53:27 +0100 (CET) Received: from enceladus10.kn-bremen.de (noident@localhost [127.0.0.1]) by enceladus10.kn-bremen.de (8.14.5/8.14.5) with ESMTP id s0RLq66x055633; Mon, 27 Jan 2014 22:52:06 +0100 (CET) (envelope-from nox@enceladus10.kn-bremen.de) Received: (from nox@localhost) by enceladus10.kn-bremen.de (8.14.5/8.14.5/Submit) id s0RLq6tQ055632; Mon, 27 Jan 2014 22:52:06 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Mon, 27 Jan 2014 22:52:06 +0100 To: Baptiste Daroussin Subject: Re: svn commit: r341335 - in head/Mk: . Uses Message-ID: <20140127215206.GA55623@enceladus10.kn-bremen.de> References: <201401270814.s0R8EUej095720@svn.freebsd.org> <20140127194758.GA52410@enceladus10.kn-bremen.de> <20140127200613.GE33006@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140127200613.GE33006@ithaqua.etoilebsd.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, Juergen Lock , ports-committers@FreeBSD.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 21:53:28 -0000 On Mon, Jan 27, 2014 at 09:06:13PM +0100, Baptiste Daroussin wrote: > On Mon, Jan 27, 2014 at 08:47:59PM +0100, Juergen Lock wrote: > > On Mon, Jan 27, 2014 at 08:14:30AM +0000, Baptiste Daroussin wrote: > > > Author: bapt > > > Date: Mon Jan 27 08:14:30 2014 > > > New Revision: 341335 > > > URL: http://svnweb.freebsd.org/changeset/ports/341335 > > > QAT: https://qat.redports.org/buildarchive/r341335/ > > > > > > Log: > > > Do not pass DESTDIR to build target (with a syntax compatible with both fmake and bmake) > > > That fixes a couple of STAGEDIR references in the install files > > > > > This breaks at least NO_STAGE ports that pass make vars via MAKE_ARGS on 9: > > All "FOO=bar" are passed as "FOO" i.e. w/o the value, causing (g)make to > > complain about undefined targets. (Can also be seen via "make -n do-install".) > > > > :/, > > Juergen > > > Fixed, sorry about that > Thanx! :) Juergen