svn commit: r359204 - head/devel/hadoop

Antoine Brodin antoine at FreeBSD.org
Wed Jun 25 08:41:56 UTC 2014


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>


More information about the svn-ports-head mailing list