svn commit: r200068 - head/usr.bin

Roman Divacky rdivacky at FreeBSD.org
Thu Dec 10 17:34:32 UTC 2009


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..



More information about the svn-src-head mailing list