Hi,

Update for Zile to 2.4.9:

* configure.ac: fix invocation of help2man when it is run by missing
* minibuf.c: fix display bugs
* minibuf.c: make minibuf_clear always clear; make minibuf_refresh
             update the content before refreshing the minibuffer.
* basic.c: fix crash on out-of-range goto-char and add a test
* search.c: note inefficiency of re_search_2 on large buffers
* tests: fix an incorrect comment on an interactive test
* file.c: set mark on insert-file.
* search.c: fix docstring of isearch-backward-regexp

Tested on i386.

Ok? Comments?

Cheers.

-- 
Sending from my VCR...
Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/zile/Makefile,v
retrieving revision 1.41
diff -u -p -r1.41 Makefile
--- Makefile    1 Oct 2012 12:58:29 -0000       1.41
+++ Makefile    5 Nov 2012 20:31:49 -0000
@@ -1,8 +1,7 @@
 # $OpenBSD: Makefile,v 1.41 2012/10/01 12:58:29 gonzalo Exp $
 
 COMMENT=               lightweight Emacs clone
-DISTNAME=              zile-2.4.8
-REVISION=              0
+DISTNAME=              zile-2.4.9
 CATEGORIES=            editors
 HOMEPAGE=              http://www.gnu.org/software/zile/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/zile/distinfo,v
retrieving revision 1.34
diff -u -p -r1.34 distinfo
--- distinfo    26 Sep 2012 19:41:55 -0000      1.34
+++ distinfo    5 Nov 2012 20:31:49 -0000
@@ -1,2 +1,2 @@
-SHA256 (zile-2.4.8.tar.gz) = t5P04GTjzcrC9ypCsWjFzA2m99B4uKrEWLfTy6z3vEk=
-SIZE (zile-2.4.8.tar.gz) = 1184855
+SHA256 (zile-2.4.9.tar.gz) = xxlZx6ygKsZr5SbszLx5VPsOp1ke08EzEalejwQLAEk=
+SIZE (zile-2.4.9.tar.gz) = 1192776
Index: patches/patch-configure
===================================================================
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- patches/patch-configure     26 Sep 2012 19:41:55 -0000      1.5
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-configure,v 1.5 2012/09/26 19:41:55 gonzalo Exp $
---- configure.orig     Fri Jul 13 07:35:15 2012
-+++ configure  Tue Aug 14 14:36:37 2012
-@@ -31836,7 +31836,7 @@ else
-   gc_ok=no
- fi
- 
--    gc_libs="-lpthread"
-+    gc_libs="-pthread"
-     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GC_malloc in -lgc" 
>&5
- $as_echo_n "checking for GC_malloc in -lgc... " >&6; }
- if ${ac_cv_lib_gc_GC_malloc+:} false; then :

Reply via email to