Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2014 14:16:18 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343332 - head/textproc/apache-poi
Message-ID:  <201402081416.s18EGIbc015943@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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