From owner-freebsd-java@FreeBSD.ORG Fri Jan 16 15:43:23 2015 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78E3E7D; Fri, 16 Jan 2015 15:43:23 +0000 (UTC) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23AA4257; Fri, 16 Jan 2015 15:43:22 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.72) (envelope-from ) id 1YC93J-0007dp-Je; Fri, 16 Jan 2015 21:43:18 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id t0GFhliZ013774; Fri, 16 Jan 2015 22:43:57 +0700 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id t0GFhg14013704; Fri, 16 Jan 2015 21:43:42 +0600 (NOVT) (envelope-from danfe) Date: Fri, 16 Jan 2015 21:43:42 +0600 From: Alexey Dokuchaev To: java@freebsd.org Subject: Re: duplicating apache-ant-*-bin distfiles? Message-ID: <20150116154342.GB10948@regency.nsu.ru> References: <20141211132333.GA41592@regency.nsu.ru> <20141225155610.GA80808@regency.nsu.ru> <20150116153629.GA10948@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150116153629.GA10948@regency.nsu.ru> User-Agent: Mutt/1.4.2.1i X-KLMS-Rule-ID: 1 X-KLMS-Message-Action: clean X-KLMS-AntiSpam-Lua-Profiles: 71944 [Jan 16 2015] X-KLMS-AntiSpam-Version: 5.5.3 X-KLMS-AntiSpam-Envelope-From: danfe@regency.nsu.ru X-KLMS-AntiSpam-Rate: 0 X-KLMS-AntiSpam-Status: not_detected X-KLMS-AntiSpam-Method: none X-KLMS-AntiSpam-Moebius-Timestamps: 3319030, 3319111, 0 X-KLMS-AntiSpam-Info: LuaCore: 129 2014-12-22_16-04-37 b56dccffcb30ce2baa14823440f957219ea77da0 X-KLMS-AntiSpam-Interceptor-Info: scan successful X-KLMS-AntiPhishing: Clean, 2015/01/16 10:22:52 X-KLMS-AntiVirus: Kaspersky Security 8.0 for Linux Mail Server, version 8.0.1.705, not scanned, license restriction Cc: glewis@freebsd.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2015 15:43:23 -0000 On Fri, Jan 16, 2015 at 09:36:29PM +0600, Alexey Dokuchaev wrote: > first patch (for openjdk6), any objections? forgot to mention: unfortunately, going with .tar.bz2 distfile for ant-bin does not play nice with openjdk7: ===> Extracting for openjdk-7.71.14_1,1 => SHA256 Checksum OK for openjdk-7u40-fcs-src-b43-26_aug_2013.zip. => SHA256 Checksum OK for apache-ant-1.9.4-bin.tar.bz2. unzip: Unrecognized archive format *** [do-extract] Error code 1 so for the time being, i've decided to switch every port (ant-bin and opensdk{6,7}) to use apache-ant-1.9.4-bin.zip. it is larger, but at least it allows to get rid of duplicate. ./danfe