From owner-svn-ports-head@FreeBSD.ORG Thu Feb 20 08:48:31 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 A49C5909; Thu, 20 Feb 2014 08:48:31 +0000 (UTC) Received: from mail-qc0-x230.google.com (mail-qc0-x230.google.com [IPv6:2607:f8b0:400d:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 06FDA1473; Thu, 20 Feb 2014 08:48:30 +0000 (UTC) Received: by mail-qc0-f176.google.com with SMTP id e16so2808849qcx.35 for ; Thu, 20 Feb 2014 00:48:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=64Q9dFDPdRGwp819rmYwDUsJrtGsXeEI2PsKe5hu3Fg=; b=BRZePjtNI5MrkAxAUb9n5vidxoIxM4FA+FPOTtCJDnDbMfI7quFl51UjUcI2HloLHM kKXeGIVOM2k4qxd47iAhKloupwZC4yuazE5l//MRpjRq+oJTHCNAcQzcxTyXCrJ+CCia vF4EPLgIHEODuHfaq69Cs16BBomnlDdjJgqmpeMkuJrHtltu0zinNGEumWSPXAYvBBBZ JYHGd6EyAGyb4PUK6atQjXGH+S0VkiXozp0Oes8/v7VgNL/hLncVnNiFSUZklFz7Qket Pk0zFnj8w4feMPsigkyWLCxmmh7BjDbm9eeaoZibDbnJaNv3zGZDFY1M39anznjgSjZc M0fA== MIME-Version: 1.0 X-Received: by 10.236.81.237 with SMTP id m73mr1008355yhe.29.1392886110000; Thu, 20 Feb 2014 00:48:30 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.80.11 with HTTP; Thu, 20 Feb 2014 00:48:29 -0800 (PST) In-Reply-To: <5305BF40.90003@yandex.ru> References: <201402192351.s1JNplot033193@svn.freebsd.org> <20140219235746.GA1699@ithaqua.etoilebsd.net> <5305BF40.90003@yandex.ru> Date: Thu, 20 Feb 2014 09:48:29 +0100 X-Google-Sender-Auth: 2ohNd-jBlZICFFvEJfDQjXqHC2M Message-ID: Subject: Re: svn commit: r345165 - head/devel/hgsvn From: Antoine Brodin To: Ruslan Makhmatkhanov Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , Baptiste Daroussin , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" , Xin LI , Alex Kozlov 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, 20 Feb 2014 08:48:31 -0000 On Thu, Feb 20, 2014 at 9:39 AM, Ruslan Makhmatkhanov wrote: > PS. mat@ argued that it fails to deal with some of the zip-archives out > there, but ak@ then said that he had no problems with any .zip's since > libarchive 3.0.4. There are still zip files libarchive / bsdtar can't handle: % /usr/bin/unzip -l eclipse/NLpack2a-eclipse-SDK-3.2.1-gtk.zip Archive: eclipse/NLpack2a-eclipse-SDK-3.2.1-gtk.zip Length Date Time Name -------- ---- ---- ---- unzip: Damaged Zip archive % /usr/local/bin/unzip -l eclipse/NLpack2a-eclipse-SDK-3.2.1-gtk.zip Archive: eclipse/NLpack2a-eclipse-SDK-3.2.1-gtk.zip Length Date Time Name --------- ---------- ----- ---- 0 09-27-2006 14:19 eclipse/ 0 09-27-2006 14:19 eclipse/features/ 0 09-27-2006 14:19 eclipse/features/org.eclipse.jdt.nls2a_3.2.1.v200609270227/ 21695 09-27-2006 08:37 eclipse/features/org.eclipse.jdt.nls2a_3.2.1.v200609270227/eclipse_update_120.jpg 16863 09-27-2006 08:37 eclipse/features/org.eclipse.jdt.nls2a_3.2.1.v200609270227/epl-v10.html 6197 09-27-2006 08:37 eclipse/features/org.eclipse.jdt.nls2a_3.2.1.v200609270227/feature.properties 2159 09-27-2006 08:37 eclipse/features/org.eclipse.jdt.nls2a_3.2.1.v200609270227/feature.xml .. Cheers, Antoine