From owner-svn-ports-head@FreeBSD.ORG Fri Aug 15 21:43:00 2014 Return-Path: Delivered-To: svn-ports-head@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 8EA5ABA0; Fri, 15 Aug 2014 21:43:00 +0000 (UTC) Received: from mx1b.lautre.net (etna.lautre.net [80.67.160.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.lautre.net", Issuer "StartCom Class 2 Primary Intermediate Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 45DB92EDA; Fri, 15 Aug 2014 21:42:59 +0000 (UTC) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: thierry@pompo.net) by mx1b.lautre.net (Postfix) with ESMTPSA id 07D157E142; Fri, 15 Aug 2014 23:42:57 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 8593C71E390; Fri, 15 Aug 2014 23:42:56 +0200 (CEST) Date: Fri, 15 Aug 2014 23:42:56 +0200 From: Thierry Thomas To: marino@freebsd.org Subject: Re: svn commit: r364974 - head/devel/libuv Message-ID: <20140815214256.GD87863@graf.pompo.net> Mail-Followup-To: marino@freebsd.org, Max Brazhnikov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201408151401.s7FE175M084501@svn.freebsd.org> <2696093.AznJThOmtL@mercury.ph.man.ac.uk> <20140815213214.GC87863@graf.pompo.net> <53EE7CB4.6040801@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <53EE7CB4.6040801@marino.st> X-Operating-System: FreeBSD 10.0-STABLE amd64 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xF1C516B3C8359753 User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, Max Brazhnikov , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2014 21:43:00 -0000 Le ven 15 aoû 14 à 23:33:40 +0200, John Marino écrivait : > >>> Log: > >>> - Revert r359185 > >> > >> What's the reason? > > > > - Our regular make is sufficient to build this port, then $MAKE_CMD is > > set to make; > > > > - but gmake is necessary to build the regression test, and $GMAKE must > > be used (only if MAINTAINER_MODE is defined). > > Then you should have added USES+=gmake in the maintainer section > instead, no? Then everything would be built with gmake in this mode. I just use TEST_DEPENDS= gmake:${PORTSDIR}/devel/gmake Regards, -- Th. Thomas.