diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-12-03 12:39:42 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-12-03 12:39:42 +0000 |
commit | 56ce175394a01edf388a1e4936f8fe8f44cc2c74 (patch) | |
tree | 7e25e5dd0f340d6de0df3e382ee3ac515e785b90 /textproc/glimpse/files | |
parent | b6df8fb7509140aeae2a45eb38a7ee2203486a84 (diff) | |
download | pkgsrc-56ce175394a01edf388a1e4936f8fe8f44cc2c74.tar.gz |
Update glimpse to 4.1, provided in pr 6508 by Johnny C. Lam.
Fixes some bugs, including a serious bug involving Boolean searches
of length 1 between versions 4.0 and 4.1.
Diffstat (limited to 'textproc/glimpse/files')
-rw-r--r-- | textproc/glimpse/files/autoconf.h | 14 | ||||
-rw-r--r-- | textproc/glimpse/files/md5 | 4 |
2 files changed, 16 insertions, 2 deletions
diff --git a/textproc/glimpse/files/autoconf.h b/textproc/glimpse/files/autoconf.h new file mode 100644 index 00000000000..16ab70f681a --- /dev/null +++ b/textproc/glimpse/files/autoconf.h @@ -0,0 +1,14 @@ +/* $NetBSD: autoconf.h,v 1.1 1998/12/03 12:39:43 frueauf Exp $ */ + +/* + * preprocessor variables used during build of glimpse-4.1 + */ + +#define HAVE_DIRENT_H 1 +#define HAVE_FLOCK 1 +#define HAVE_GETDTABLESIZE 1 +#define HAVE_SETLINEBUF 1 +#define HAVE_SETRLIMIT 1 +#define HAVE_STRDUP 1 +#define HAVE_STRERROR 1 +#define HAVE_SYSCONF 1 diff --git a/textproc/glimpse/files/md5 b/textproc/glimpse/files/md5 index 519c89b5b8f..be89eb8b023 100644 --- a/textproc/glimpse/files/md5 +++ b/textproc/glimpse/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1998/08/07 13:27:39 agc Exp $ +$NetBSD: md5,v 1.3 1998/12/03 12:39:43 frueauf Exp $ -MD5 (glimpse-4.0.src.tar.Z) = db877e3932760e26bad775af4c12fa27 +MD5 (glimpse-4.1.src.tar.gz) = 6c5c4f3e0011b366c5feaa2e8d1d3b28 |