1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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
This commit is contained in:
Antoine Brodin 2014-02-08 14:16:18 +00:00
parent 77413dbbec
commit 413aa4d4bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343332

View File

@ -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