Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2009 18:32:31 +0100
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Stefan Farfeleder <stefanf@FreeBSD.org>
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
Message-ID:  <20091210173231.GA93327@freebsd.org>
In-Reply-To: <20091210163118.GA66146@lizard.fafoe.narf.at>
References:  <200912031802.nB3I2txS021472@svn.freebsd.org> <20091210163118.GA66146@lizard.fafoe.narf.at>

next in thread | previous in thread | raw e-mail | index | archive | help
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..




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091210173231.GA93327>