Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh 4.3.6 FreeBSD bug



Dag-Erling Smørgrav <des@xxxxxx> writes:
> Peter Stephenson <pws@xxxxxxx> writes:
> > This looks like my original patch
> not quite, your patch did not apply to 4.3.6.
> > presumably there's more stuff for handling ZSH_NO_XOPEN somewhere?
> I'm not sure what you mean.  It is obvious from the patch that
> ZSH_NO_XOPEN controls whether _XOPEN_SOURCE_EXTENDED is defined.

I should add that the patched glob in configure.ac is incorrect, but it
works because of the way the port selectively applies the patch.  The
correct glob would be something like:

  *openbsd*|*freebsd5*|*freebsd6[012]*)

FreeBSD 4 and older are no longer supported, so I won't bother trying to
make them work properly.

It didn't occur to me earlier that with this change, the patch could be
applied unconditionally.

DES
-- 
Dag-Erling Smørgrav - des@xxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author