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

Ok aja@
This commit is contained in:
gonzalo 2012-11-14 13:10:41 +00:00
parent c9d9adee68
commit b08fd30063
3 changed files with 4 additions and 17 deletions

View File

@ -1,8 +1,7 @@
# $OpenBSD: Makefile,v 1.41 2012/10/01 12:58:29 gonzalo Exp $
# $OpenBSD: Makefile,v 1.42 2012/11/14 13:10:41 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/

View File

@ -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

View File

@ -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 :