From owner-freebsd-ports@FreeBSD.ORG Sat Jun 21 17:03:59 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 935CDE71; Sat, 21 Jun 2014 17:03:59 +0000 (UTC) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7781A22B9; Sat, 21 Jun 2014 17:03:59 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 7DD9F5607F; Sat, 21 Jun 2014 12:03:55 -0500 (CDT) Date: Sat, 21 Jun 2014 12:03:55 -0500 From: Mark Linimon To: Pedro Giffuni Subject: Re: maven and ports that try to fetch files during build stage Message-ID: <20140621170355.GA16663@lonesome.com> References: <53A5BAA8.7030100@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53A5BAA8.7030100@freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2014 17:03:59 -0000 On Sat, Jun 21, 2014 at 12:02:32PM -0500, Pedro Giffuni wrote: > This is a problem with the Apache POI port but it is also an issue > with a potential Apache hadoop update: apparently our cluster > doesn't like ports that download stuff as part of their build s/doesn't like/doesn't allow/ This is intentional so that we can understand exactly what it being installed by the port. mcl