From owner-freebsd-java@FreeBSD.ORG Thu Dec 11 14:03:48 2014 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 811CD690; Thu, 11 Dec 2014 14:03:48 +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 2EB908D4; Thu, 11 Dec 2014 14:03:47 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.72) (envelope-from ) id 1Xz3iG-00071B-Gq; Thu, 11 Dec 2014 19:23:30 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id sBBDNdEP043213; Thu, 11 Dec 2014 20:23:49 +0700 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id sBBDNYph043212; Thu, 11 Dec 2014 19:23:34 +0600 (NOVT) (envelope-from danfe) Date: Thu, 11 Dec 2014 19:23:34 +0600 From: Alexey Dokuchaev To: java@freebsd.org Subject: duplicating apache-ant-*-bin distfiles? Message-ID: <20141211132333.GA41592@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-KLMS-Rule-ID: 1 X-KLMS-Message-Action: clean X-KLMS-AntiSpam-Lua-Profiles: 70505 [Dec 11 2014] 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: 3261519, 3261578, 0 X-KLMS-AntiSpam-Info: LuaCore: 104 2014-12-10_16-25-55 cb42db6f3d4caa9b6b94b965efee8866bf77810b X-KLMS-AntiSpam-Interceptor-Info: scan successful X-KLMS-AntiPhishing: Clean, 2014/12/10 10:35:33 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: Thu, 11 Dec 2014 14:03:48 -0000 hi there, today i've noticed that i have two suspiciously similar files in my $DISTDIR: $ ll apache-ant-1.9.4-bin.* .. bla-bla.. 4351965 30 Apr 2014 apache-ant-1.9.4-bin.tar.bz2 .. bla-bla.. 8309406 30 Apr 2014 apache-ant-1.9.4-bin.zip their contents look the same, just packed differently (notice how .zip sucks ass). why two files? because `devel/apache-ant' wants .tar.bz2, but both `java/openjdk6' and `java/openjdk7' want .zip. could we do something about this, so everyone (users, buildbots) would not have to download the same stuff [more than] twice? thanks, ./danfe