From owner-svn-ports-all@FreeBSD.ORG Mon Feb 24 01:29:18 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 1D2822B9; Mon, 24 Feb 2014 01:29:18 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D0F631A5E; Mon, 24 Feb 2014 01:29:17 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 7781BBDC5D; Mon, 24 Feb 2014 02:29:16 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 5C028BDC5C; Mon, 24 Feb 2014 02:29:16 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 17491D003B5C; Mon, 24 Feb 2014 02:29:16 +0100 (CET) Date: Mon, 24 Feb 2014 02:29:16 +0100 From: Mathieu Arnold To: Gerald Pfeifer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r345779 - in head/devel/sgb: . files Message-ID: <352CEF3B342C6105B20D8D26@atuin.in.mat.cc> In-Reply-To: References: <201402240049.s1O0neDW021653@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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, 24 Feb 2014 01:29:18 -0000 +--On 24 f=C3=A9vrier 2014 02:08:54 +0100 Gerald Pfeifer = wrote: | On Mon, 24 Feb 2014, Gerald Pfeifer wrote: |> Modified: head/devel/sgb/Makefile |> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D |> =3D=3D=3D=3D=3D=3D --- head/devel/sgb/Makefile Mon Feb 24 00:10:06 = 2014 (r345778) |> +++ head/devel/sgb/Makefile Mon Feb 24 00:49:40 2014 (r345779) |> @@ -17,8 +17,8 @@ BUILD_DEPENDS=3D ctangle:${PORTSDIR}/devel |> NO_WRKSUBDIR=3D yes |> ALL_TARGET=3D lib tests |> MAKE_JOBS_UNSAFE=3D yes |> +MAKE_ENV+=3D STAGEDIR=3D${STAGEDIR} |=20 | I was suprised I had to do this manually (and spent a fair amount | of time and surprises until I realized this). =20 |=20 | Would there have been a better way to do this? (sed-ing Makefiles=20 | directly does not strike me as a better alternative.) You already have DESTDIR in MAKE_ARGS (so that it doesn't get overwritten by the Makefiles as it would if in MAKE_ENV.) --=20 Mathieu Arnold