From owner-svn-ports-head@FreeBSD.ORG Sat Feb 8 14:16:18 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE0BBCA1; Sat, 8 Feb 2014 14:16:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B7FFB1FB1; Sat, 8 Feb 2014 14:16:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s18EGIQ3015944; Sat, 8 Feb 2014 14:16:18 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s18EGIbc015943; Sat, 8 Feb 2014 14:16:18 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402081416.s18EGIbc015943@svn.freebsd.org> From: Antoine Brodin Date: Sat, 8 Feb 2014 14:16:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343332 - head/textproc/apache-poi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 14:16:18 -0000 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