diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-08 14:16:18 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-08 14:16:18 +0000 |
commit | bc935f3c49a51343b74d69a02cd89c932eba02a4 (patch) | |
tree | ded4a94e22d99756d743f97f3b17457249a21504 /textproc/apache-poi/Makefile | |
parent | e5369fbb4c1d4374b353e0505744adbebea92afc (diff) | |
download | FreeBSD-ports-bc935f3c49a51343b74d69a02cd89c932eba02a4.zip FreeBSD-ports-bc935f3c49a51343b74d69a02cd89c932eba02a4.tar.gz |
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
Diffstat (limited to 'textproc/apache-poi/Makefile')
-rw-r--r-- | textproc/apache-poi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/apache-poi/Makefile b/textproc/apache-poi/Makefile index f85b11c..d619499 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 |