Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 08:41:55 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359204 - head/devel/hadoop
Message-ID:  <201406250841.s5P8ft0G085786@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Jun 25 08:41:55 2014
New Revision: 359204
URL: http://svnweb.freebsd.org/changeset/ports/359204
QAT: https://qat.redports.org/buildarchive/r359204/

Log:
  hadoop doesn't build with fmake, put back gmake

Modified:
  head/devel/hadoop/Makefile

Modified: head/devel/hadoop/Makefile
==============================================================================
--- head/devel/hadoop/Makefile	Wed Jun 25 08:40:14 2014	(r359203)
+++ head/devel/hadoop/Makefile	Wed Jun 25 08:41:55 2014	(r359204)
@@ -66,7 +66,7 @@ CONF=		capacity-scheduler.xml configurat
 		hadoop-policy.xml hdfs-site.xml log4j.properties mapred-queue-acls.xml mapred-site.xml taskcontroller.cfg
 
 MAKE_ARGS=	-Dbuild.classes=${WRKSRC}/hadoop-core-${PORTVERSION}.jar -Dversion=${PORTVERSION} -Dcompile.native=true \
-		-Dcompile.c++=true -Dmake.cmd=${MAKE_CMD} -Dlibhdfs=1 -Dlibrecordio=true  -Dskip.record-parser=true
+		-Dcompile.c++=true -Dmake.cmd=gmake -Dlibhdfs=1 -Dlibrecordio=true  -Dskip.record-parser=true
 ALL_TARGET=	compile-core-native compile-c++ compile-c++-libhdfs compile-c++-pipes compile-c++-utils
 
 .include <bsd.port.options.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406250841.s5P8ft0G085786>