From owner-svn-ports-head@FreeBSD.ORG Thu Feb 6 10:50:18 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47BEFEE8; Thu, 6 Feb 2014 10:50:18 +0000 (UTC) Received: from forward10l.mail.yandex.net (forward10l.mail.yandex.net [IPv6:2a02:6b8:0:1819::a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE99512B3; Thu, 6 Feb 2014 10:50:17 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward10l.mail.yandex.net (Yandex) with ESMTP id 5C47FBA0F8B; Thu, 6 Feb 2014 14:50:14 +0400 (MSK) Received: from smtp12.mail.yandex.net (localhost [127.0.0.1]) by smtp12.mail.yandex.net (Yandex) with ESMTP id D03AC16A001D; Thu, 6 Feb 2014 14:50:13 +0400 (MSK) Received: from unknown (unknown [77.66.222.187]) by smtp12.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id jEdWKqSzOf-oDMua5r6; Thu, 6 Feb 2014 14:50:13 +0400 (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (Client certificate not present) X-Yandex-Uniq: 65319b46-6d92-4046-acab-91a6274e08c5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1391683813; bh=CZ8EhwkMaux7imIbo2Z51GsRWlGRior90soQFC8dfHA=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=vedvkrBcA7DukuPYQ3tG9svdtScadtqhzAE4rNzzJS1zFCvTMieJdmQLHAHiJWoRs jExbNs0SJiV5PE0NH8GKhGWDD8hI9dz7uvAIQpEBkiMQW11D2mnVplfxZhNx6wnJz0 5LdsDJNrseO2z+8k8ZQXkHESJerL53/zRfcQkOw4= Authentication-Results: smtp12.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <52F368CA.2000806@yandex.ru> Date: Thu, 06 Feb 2014 14:49:46 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Antoine Brodin Subject: Re: svn commit: r342811 - head/devel/py-Products.MimetypesRegistry References: <201402051824.s15IOQfM077081@svn.freebsd.org> <52F35C2F.3090707@yandex.ru> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "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 10:50:18 -0000 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. Anyway, there are many zope/plone ports with USE_ZIP defined, so changing this one will not eliminate unzip dependency for them. -- Regards, Ruslan T.O.S. Of Reality