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

_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to