From owner-svn-ports-head@FreeBSD.ORG Thu Feb 6 11:01:52 2014 Return-Path: Delivered-To: svn-ports-head@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 03C7515C; Thu, 6 Feb 2014 11:01:52 +0000 (UTC) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua [94.244.131.95]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AE953151E; Thu, 6 Feb 2014 11:01:51 +0000 (UTC) Date: Thu, 6 Feb 2014 13:01:44 +0200 From: Alex Kozlov To: Mathieu Arnold Subject: Re: svn commit: r342811 - head/devel/py-Products.MimetypesRegistry Message-ID: <20140206110144.GA98951@ravenloft.kiev.ua> References: <201402051824.s15IOQfM077081@svn.freebsd.org> <52F35C2F.3090707@yandex.ru> <52F368CA.2000806@yandex.ru> <5A704DE98174E2D7FEC764F2@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5A704DE98174E2D7FEC764F2@atuin.in.mat.cc> Cc: svn-ports-head@freebsd.org, Antoine Brodin , svn-ports-all@freebsd.org, Ruslan Makhmatkhanov , ports-committers@freebsd.org 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: Thu, 06 Feb 2014 11:01:52 -0000 On Thu, Feb 06, 2014 at 11:52:54AM +0100, Mathieu Arnold wrote: > +--On 6 février 2014 14:49:46 +0400 Ruslan Makhmatkhanov > wrote: > | Antoine Brodin wrote on 06.02.2014 14:05: > |> On Thu, Feb 6, 2014 at 10:55 AM, Ruslan Makhmatkhanov > |> wrote: > |>> Thanks a lot for this! But why you changed UZE_ZIP with EXTRACT_SUFX? > |> > |> Hello, > |> > |> You don't need unzip (infozip) to extract this distfile, bsdtar > |> handles it fine. > |> > |> Cheers, > |> > |> Antoine > | > | Heh, to be honest, I was pretty sure that USE_ZIP conditionally depends > | on archivers/unzip on systems with old libarchive (that doesn't knows how > | to unzip) and drops this dependency on modern systems. And I even saw > | that conditional code somewhere, that, according to bsd.port.mk, was > | never committed. I've patch for this, there was even exp-run or two, but progress is stalled. Anyway, it seems that bapt@ has different plans for this. > | Anyway, there are many zope/plone ports with USE_ZIP > | defined, so changing this one will not eliminate unzip dependency for > | them. > It wouldn't work, because while libarchive can handle most of the .zip > distfiles we have, it can't handle some of them. (Don't ask me which, I've > forgotten since then.) The libarchive 3.0.4 can handle all zip archives in the ports tree. -- Alex