From owner-svn-src-all@FreeBSD.ORG Thu Dec 10 16:47:49 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 8DD451065670; Thu, 10 Dec 2009 16:47:49 +0000 (UTC) (envelope-from stefan@fafoe.narf.at) Received: from viefep33-int.chello.at (viefep33-int.chello.at [62.179.121.51]) by mx1.freebsd.org (Postfix) with ESMTP id 4066D8FC0C; Thu, 10 Dec 2009 16:47:48 +0000 (UTC) Received: from edge03.upc.biz ([192.168.13.238]) by viefep13-int.chello.at (InterMail vM.7.09.01.00 201-2219-108-20080618) with ESMTP id <20091210163121.JCLI26374.viefep13-int.chello.at@edge03.upc.biz>; Thu, 10 Dec 2009 17:31:21 +0100 Received: from lizard.fafoe.narf.at ([213.47.85.26]) by edge03.upc.biz with edge id FUXK1d04m0a5KZh03UXLUP; Thu, 10 Dec 2009 17:31:21 +0100 X-SourceIP: 213.47.85.26 Received: by lizard.fafoe.narf.at (Postfix, from userid 1001) id 4946CBE61; Thu, 10 Dec 2009 17:31:19 +0100 (CET) Date: Thu, 10 Dec 2009 17:31:19 +0100 From: Stefan Farfeleder To: Roman Divacky Message-ID: <20091210163118.GA66146@lizard.fafoe.narf.at> References: <200912031802.nB3I2txS021472@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200912031802.nB3I2txS021472@svn.freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@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 16:47:49 -0000 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'.