summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-08 14:16:18 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-08 14:16:18 +0000
commit413aa4d4bb4a83b04ed35a83d54d4f7e5ef05680 (patch)
treeded4a94e22d99756d743f97f3b17457249a21504
parent77413dbbec401c5fa2bd62194e4cd95532eec20c (diff)
downloadfreebsd-ports-413aa4d4bb4a83b04ed35a83d54d4f7e5ef05680.zip
Mark broken: tries to fetch files during build stage
downloadfile: [get] Getting: http://repo1.maven.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar [get] To: /wrkdirs/usr/ports/textproc/apache-poi/work/poi-3.9/lib/commons-logging-1.1.jar [get] Error getting http://repo1.maven.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar to /wrkdirs/usr/ports/textproc/apache-poi/work/poi-3.9/lib/commons-logging-1.1.jar BUILD FAILED /wrkdirs/usr/ports/textproc/apache-poi/work/poi-3.9/build.xml:323: The following error occurred while executing this line: /wrkdirs/usr/ports/textproc/apache-poi/work/poi-3.9/build.xml:302: java.net.UnknownHostException: repo1.maven.org Reported by: pkg-fallout With hat: portmgr
-rw-r--r--textproc/apache-poi/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/apache-poi/Makefile b/textproc/apache-poi/Makefile
index f85b11c777d6..d6194992be93 100644
--- a/textproc/apache-poi/Makefile
+++ b/textproc/apache-poi/Makefile
@@ -12,6 +12,8 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION}-20121203
MAINTAINER= ports@FreeBSD.org
COMMENT= Java API To Access Microsoft Format Files
+BROKEN= Tries to fetch files during build stage
+
LICENSE= APACHE20
BUILD_DEPENDS= ${JAVALIBDIR}/xalan.jar:${PORTSDIR}/textproc/xalan-j