From owner-svn-ports-all@FreeBSD.ORG Sun Jun 1 08:11:50 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 1ED139D6; Sun, 1 Jun 2014 08:11:50 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4DC52304; Sun, 1 Jun 2014 08:11:49 +0000 (UTC) Date: Sun, 1 Jun 2014 11:11:46 +0300 From: Alex Kozlov To: John Marino Subject: Re: svn commit: r356052 - head/textproc/no-hunspell Message-ID: <20140601081146.GA379@ravenloft.kiev.ua> References: <201406010728.s517SicF000231@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201406010728.s517SicF000231@svn.freebsd.org> 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.18 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: Sun, 01 Jun 2014 08:11:50 -0000 On Sun, Jun 01, 2014 at 07:28:44AM +0000, John Marino wrote: > Author: marino > Date: Sun Jun 1 07:28:43 2014 > New Revision: 356052 > URL: http://svnweb.freebsd.org/changeset/ports/356052 > QAT: https://qat.redports.org/buildarchive/r356052/ > > Log: > textproc/hunspell: Use TAR instead of UNZIP_CMD to remove infozip > > When EXTRACT_CMD was removed, it was replace by UNZIP_CMD which required > a new dependency on infozip. By using TAR to extract the zip archive Please stop fiddling with EXTRACT_{CMD,ARGS}. I have a plan of action which includes making UNZIP_CMD work on DragonflyBSD, removing zip:infounzip, dealing with EXTRACT_* (in the more distant perspective), etc. Your changes are messing up my patches and adding unnecessary work to me. -- Alex