diff options
author | rillig <rillig@pkgsrc.org> | 2007-03-07 19:18:39 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-03-07 19:18:39 +0000 |
commit | 9fc3378042dd8fa1364d65b76cf9c33cb5cf986f (patch) | |
tree | 741e932afc5764c09d2decc80b0c4fb9707fdede /textproc/nbsed/Makefile | |
parent | c907df6eaf5ea79ffea172e8261e279f64881b81 (diff) | |
download | pkgsrc-9fc3378042dd8fa1364d65b76cf9c33cb5cf986f.tar.gz |
Fixed a segmentation fault on IRIX. Although IRIX provides the
REG_STARTEND macro, it doesn't work as expected. A simple test case is:
printf '\0\n\0\n' | nbsed /a/d
This test does not yet work as expected, but at least it doesn't cause
segmentation faults anymore. Handling of '\0' bytes must be improved.
Diffstat (limited to 'textproc/nbsed/Makefile')
-rw-r--r-- | textproc/nbsed/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/nbsed/Makefile b/textproc/nbsed/Makefile index 2e6514c677f..6d8bbec5119 100644 --- a/textproc/nbsed/Makefile +++ b/textproc/nbsed/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2006/07/14 16:24:28 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2007/03/07 19:18:39 rillig Exp $ DISTNAME= nbsed-20040821 +PKGREVISION= 1 CATEGORIES= textproc pkgtools MASTER_SITES= # empty DISTFILES= # empty |