From owner-svn-src-all@FreeBSD.ORG Thu Dec 10 17:34:32 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46F091065679; Thu, 10 Dec 2009 17:34:32 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id E85BF8FC17; Thu, 10 Dec 2009 17:34:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 0B9039CB0CF; Thu, 10 Dec 2009 18:32:34 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eO0mOEz3vMiA; Thu, 10 Dec 2009 18:32:31 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 9483F9CB0E8; Thu, 10 Dec 2009 18:32:31 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id nBAHWVbR094377; Thu, 10 Dec 2009 18:32:31 +0100 (CET) (envelope-from rdivacky) Date: Thu, 10 Dec 2009 18:32:31 +0100 From: Roman Divacky To: Stefan Farfeleder Message-ID: <20091210173231.GA93327@freebsd.org> References: <200912031802.nB3I2txS021472@svn.freebsd.org> <20091210163118.GA66146@lizard.fafoe.narf.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091210163118.GA66146@lizard.fafoe.narf.at> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, des@FreeBSD.org Subject: Re: svn commit: r200068 - head/usr.bin X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2009 17:34:32 -0000 On Thu, Dec 10, 2009 at 05:31:19PM +0100, Stefan Farfeleder wrote: > On Thu, Dec 03, 2009 at 06:02:55PM +0000, Roman Divacky wrote: > > Author: rdivacky > > Date: Thu Dec 3 18:02:55 2009 > > New Revision: 200068 > > URL: http://svn.freebsd.org/changeset/base/200068 > > > > Log: > > Connect unzip to the build. > > > > Approved by: ed (mentor) > > Approved by: des (unzip author) > > Tested by: exp ports build (miwi) > > For me this breaks the ooo-3 build with: > > unzip: -n, -o and -u are contradictory > > The failing command is 'unzip -quo jurt_src.zip'. I dont see a reason why this check is there: if (n_opt + o_opt + u_opt > 1) errorx("-n, -o and -u are contradictory"); dag, can you comment? /usr/local/bin/unzip seems to accept those together happilly..