svn commit: r343332 - head/textproc/apache-poi

Antoine Brodin antoine at FreeBSD.org
Sat Feb 8 14:16:18 UTC 2014


Author: antoine
Date: Sat Feb  8 14:16:18 2014
New Revision: 343332
URL: http://svnweb.freebsd.org/changeset/ports/343332
QAT: https://qat.redports.org/buildarchive/r343332/

Log:
  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

Modified:
  head/textproc/apache-poi/Makefile

Modified: head/textproc/apache-poi/Makefile
==============================================================================
--- head/textproc/apache-poi/Makefile	Sat Feb  8 14:10:04 2014	(r343331)
+++ head/textproc/apache-poi/Makefile	Sat Feb  8 14:16:18 2014	(r343332)
@@ -12,6 +12,8 @@ DISTNAME=	${PORTNAME}-src-${PORTVERSION}
 MAINTAINER=	ports at 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


More information about the svn-ports-all mailing list