summaryrefslogtreecommitdiff
path: root/textproc/hyperestraier/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-04-27 19:39:11 +0000
committerwiz <wiz@pkgsrc.org>2006-04-27 19:39:11 +0000
commit8210590a66151612a113ab0baa904cd52b50cc53 (patch)
tree142293fa366eb270fe8159616bfa109e157db6cf /textproc/hyperestraier/patches
parentc0d13609503672755f45b4702c6bbbe79db15c9d (diff)
downloadpkgsrc-8210590a66151612a113ab0baa904cd52b50cc53.tar.gz
Update to 1.2.3, provided by OBATA Akio in PR 33252:
2006-04-20 Mikio Hirabayashi * estraier.c (est_db_edit_doc): a bug of ID assignment was fixed. * estraier.c (est_db_get_doc_attr): attribute indexes were to be used. * estraier.c (est_regex_new): case insensitive mode was added. * estnode.c (est_url_shuttle): a bug when "resbody" was null was fixed. * estwaver.c: new file. * wavermod.c: new file. * Makefile.in: a bug about compilation on Mac OS X was fixed. - Release: 1.2.3 2006-04-15 Mikio Hirabayashi * estraier.c (est_check_strand, est_check_stror): checking rules were changed. * estraier.c (est_search_union): a bug about memory allocation with regex was fixed. * estraier.c (est_check_stroreq): new function. * estmaster.c (startup): "attrindex" attribute was added. * mastermod.c (log_rotate): new function. * estcmd.c (runcreate, runput, rungather): "-tr" option was added. - Release: 1.2.2
Diffstat (limited to 'textproc/hyperestraier/patches')
-rw-r--r--textproc/hyperestraier/patches/patch-ab6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/hyperestraier/patches/patch-ab b/textproc/hyperestraier/patches/patch-ab
index 93f5a58d3db..35589cedf8b 100644
--- a/textproc/hyperestraier/patches/patch-ab
+++ b/textproc/hyperestraier/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1.1.1 2005/10/23 19:13:44 minskim Exp $
+$NetBSD: patch-ab,v 1.2 2006/04/27 19:39:11 wiz Exp $
---- Makefile.in.orig 2005-10-20 23:22:27.000000000 -0700
+--- Makefile.in.orig 2006-04-21 02:23:49.000000000 +0900
+++ Makefile.in
-@@ -59,7 +59,7 @@ CPPFLAGS = -I. -I$(HOME)/include -I/usr/
+@@ -58,7 +58,7 @@ CPPFLAGS = -I. -I$(HOME)/include -I/usr/
-D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 \
-DPIC=1 -D_REENTRANT=1 @MYDEFS@
CFLAGS = @MYCFLAGS@