From owner-svn-ports-all@FreeBSD.ORG Thu Feb 6 10:52:57 2014 Return-Path: Delivered-To: svn-ports-all@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 74DC4633; Thu, 6 Feb 2014 10:52:57 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3182E139D; Thu, 6 Feb 2014 10:52:57 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id CF77DBDC2E; Thu, 6 Feb 2014 11:52:55 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id A7772BDC24; Thu, 6 Feb 2014 11:52:55 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 337ADCDD4A41; Thu, 6 Feb 2014 11:52:55 +0100 (CET) Date: Thu, 06 Feb 2014 11:52:54 +0100 From: Mathieu Arnold To: Ruslan Makhmatkhanov , Antoine Brodin Subject: Re: svn commit: r342811 - head/devel/py-Products.MimetypesRegistry Message-ID: <5A704DE98174E2D7FEC764F2@atuin.in.mat.cc> In-Reply-To: <52F368CA.2000806@yandex.ru> References: <201402051824.s15IOQfM077081@svn.freebsd.org> <52F35C2F.3090707@yandex.ru> <52F368CA.2000806@yandex.ru> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2014 10:52:57 -0000 +--On 6 f=C3=A9vrier 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? |>=20 |> Hello, |>=20 |> You don't need unzip (infozip) to extract this distfile, bsdtar |> handles it fine. |>=20 |> Cheers, |>=20 |> Antoine |=20 | 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. 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.) --=20 Mathieu Arnold