Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
FreeBSD zsh port fixes
- X-seq: zsh-workers 32783
- From: Phil Pennock <zsh-workers+phil.pennock@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: FreeBSD zsh port fixes
- Date: Sun, 22 Jun 2014 21:32:39 -0400
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=spodhuis.org; s=d201312; h=Content-Type:MIME-Version:Message-ID:Subject:To:From:Date; bh=G4iI62JnhM3Qv/2MWCac9IrViPuBgzSgdpaRQo4teRU=; b=JftKL4fuT6WsOZKH00CS01kONUWuVj9BqPfF9ScJFhEnq1Em08LsMbJfq+m1rJwayumL0EFgzmQrKGsuCqWlwKLHQbhzAlb95U3ixj41fkZKrRYT2ymCDmuEpADtNCghrrRrDZeN81nz7qNGKkL6mQo2ov550OA3U/ZG6ckvNCzsKByHSJBXNS4nf34H3EsPJcSVJtE5NTFf37uG;
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Openpgp: url=https://www.security.spodhuis.org/PGP/keys/0x3903637F.asc
Two issues; one an FYI, the other appears more problematic.
Saw a change flow by, affecting the FreeBSD Ports build of zsh:
https://github.com/freebsd/freebsd-ports/tree/master/shells/zsh
Change:
https://github.com/freebsd/freebsd-ports/commit/0e5ab95752577d446d06f83b25477a997ff6b52c
Changes are to add `-DBOOL_DEFINED` to CPPFLAGS and to put
`zsh_cv_sys_path_dev_fd=no` into environ before configure.
Bug 183253:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183253
Bug 180178:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180178
It looks like for 183253 the FreeBSD folks are investigating the
definition of bool in the NIS sub-system but perhaps worth looking at a
fix in zsh on the same basis as the Solaris fix between curses and,
again, NIS.
For 180178, note that the FreeBSD pkg notes for bash warn to have
/dev/fd be fdescfs mounted, so if zsh requires the same as bash, we're
not in bad shape; note that if /dev/fd is not fdescfs, then it's
FreeBSD devfs and only 0, 1 and 2 will exist -- they're special-cased.
--
My employer, Apcera Inc, is hiring sysadmin; primarily San Francisco:
http://www.apcera.com/jobs/#operations-engineer
(but all the mistakes in this email are made in my personal capacity)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author