Subject: CVS commit: pkgsrc/devel
From: Joerg Sonnenberger
Date: 2020-08-13 01:31:10
Message id: 20200812233110.30230FB28@cvs.NetBSD.org

Log Message:
Workaround for msgfmt -o /dev/null being broken on Illumos

On Illumos, O_TRUNC|O_WRONLY currently fails outside the global zone for
/dev/null. The mmap-safe rewrite logic used by gettext 0.21 fails for
that reason, breaking at least textproc/po4a with a rather mysterious
error.

Files:
RevisionActionfile
1.40modifypkgsrc/devel/gettext/distinfo
1.41modifypkgsrc/devel/gettext-tools/Makefile
1.1addpkgsrc/devel/gettext/patches/patch-gettext-tools_src_write-mo.c