svn commit: r384775 - head/devel/pig

Antoine Brodin antoine at FreeBSD.org
Sun Apr 26 11:38:04 UTC 2015


Author: antoine
Date: Sun Apr 26 11:38:03 2015
New Revision: 384775
URL: https://svnweb.freebsd.org/changeset/ports/384775

Log:
  Mark BROKEN: tries to fetch distfiles during build phase
  
  Reported by:	pkg-fallout

Modified:
  head/devel/pig/Makefile

Modified: head/devel/pig/Makefile
==============================================================================
--- head/devel/pig/Makefile	Sun Apr 26 11:31:32 2015	(r384774)
+++ head/devel/pig/Makefile	Sun Apr 26 11:38:03 2015	(r384775)
@@ -18,6 +18,8 @@ COMMENT=	Engine for executing data flows
 
 LICENSE=	APACHE20
 
+BROKEN=		tries to fetch distfiles during build phase
+
 BUILD_DEPENDS=	${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 		yarn:${PORTSDIR}/devel/hadoop2


More information about the svn-ports-head mailing list