Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2016 12:53:18 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408181 - head/devel/pig
Message-ID:  <201602051253.u15CrIWQ007578@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Fri Feb  5 12:53:18 2016
New Revision: 408181
URL: https://svnweb.freebsd.org/changeset/ports/408181

Log:
  Make life of pig users a bit harder.
  
  PR:		206916
  Submitted by:	amdmi3

Modified:
  head/devel/pig/Makefile

Modified: head/devel/pig/Makefile
==============================================================================
--- head/devel/pig/Makefile	Fri Feb  5 12:48:51 2016	(r408180)
+++ head/devel/pig/Makefile	Fri Feb  5 12:53:18 2016	(r408181)
@@ -17,14 +17,12 @@ COMMENT=	Engine for executing data flows
 
 LICENSE=	APACHE20
 
-.if defined(PACKAGE_BUILDING)
-BROKEN=		tries to make outbound http connection during build phase breaking tinderbox.  Software itself does not have known issues, remove this BROKEN line and build your own package
-.endif
-
 BUILD_DEPENDS=	${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 		yarn:${PORTSDIR}/devel/hadoop2
 
+BROKEN=		tries to make outbound http connection during build phase breaking tinderbox.  Software itself does not have known issues, remove this BROKEN line and build your own package
+
 USE_JAVA=	yes
 JAVA_VERSION=	1.7+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-src



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