svn commit: r411323 - head/devel/hadoop2

Mathieu Arnold mat at FreeBSD.org
Thu Mar 17 23:59:19 UTC 2016


Author: mat
Date: Thu Mar 17 23:59:18 2016
New Revision: 411323
URL: https://svnweb.freebsd.org/changeset/ports/411323

Log:
  Broken on 9, probably missing a USE_OPENSSL, or something.
  
  http://beefy1.isc.freebsd.org/data/93i386-default/410866/logs/errors/hadoop2-2.7.1_1.log
  
  Sponsored by:	Absolight

Modified:
  head/devel/hadoop2/Makefile

Modified: head/devel/hadoop2/Makefile
==============================================================================
--- head/devel/hadoop2/Makefile	Thu Mar 17 23:43:37 2016	(r411322)
+++ head/devel/hadoop2/Makefile	Thu Mar 17 23:59:18 2016	(r411323)
@@ -30,6 +30,8 @@ LIB_DEPENDS=	libsnappy.so:${PORTSDIR}/ar
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 		ssid:${PORTSDIR}/sysutils/ssid
 
+BROKEN_FreeBSD_9=	fails to build
+
 CONFLICTS_INSTALL=	hadoop-1*
 
 USES=		cpe shebangfix


More information about the svn-ports-head mailing list