new diff without the patch, but I can't reproduce what your scenario. On Fri, Aug 17, 2012 at 03:44:37PM +0000, Christian Weisgerber wrote: ; Gonzalo L. R. <[email protected]> wrote: ; ; > Trivial update for Zile to 2.4.8 with some bug fixed. ; > Tested on amd64. ; ; Doesn't work for me. When I modify a buffer and try to exit with ; ^X^C zile starts to behave strangely. I guess it prompts me if I ; want to exit, except that there is no visible prompt. ; ; > Comments? ; ; patch-configure can now be removed completely. ; ; -- ; Christian "naddy" Weisgerber [email protected] ;
-- Sending from my VCR...
? bla Index: Makefile =================================================================== RCS file: /cvs/ports/editors/zile/Makefile,v retrieving revision 1.39 diff -u -p -r1.39 Makefile --- Makefile 27 Mar 2012 22:01:50 -0000 1.39 +++ Makefile 17 Aug 2012 18:24:05 -0000 @@ -1,11 +1,11 @@ # $OpenBSD: Makefile,v 1.39 2012/03/27 22:01:50 ajacoutot Exp $ COMMENT= lightweight Emacs clone -DISTNAME= zile-2.4.7 +DISTNAME= zile-2.4.8 CATEGORIES= editors HOMEPAGE= http://www.gnu.org/software/zile/ -MAINTAINER= Gonzalo L. R. <[email protected]> +MAINTAINER= Gonzalo L. R. <[email protected]> # GPLv3 PERMIT_PACKAGE_CDROM= Yes Index: distinfo =================================================================== RCS file: /cvs/ports/editors/zile/distinfo,v retrieving revision 1.33 diff -u -p -r1.33 distinfo --- distinfo 27 Mar 2012 22:01:50 -0000 1.33 +++ distinfo 17 Aug 2012 18:24:05 -0000 @@ -1,5 +1,2 @@ -MD5 (zile-2.4.7.tar.gz) = lTiwIQx/z1bPhSyxoCu2yQ== -RMD160 (zile-2.4.7.tar.gz) = aIN5c42Na73Un57CCP42Y0DxGxE= -SHA1 (zile-2.4.7.tar.gz) = MMR6OZuUtdzmiheP6YgH+GcZpGY= -SHA256 (zile-2.4.7.tar.gz) = jPUy/ki1ygniz2er96vjNkLrevTnzYvR65ATfZbEZ6o= -SIZE (zile-2.4.7.tar.gz) = 1254385 +SHA256 (zile-2.4.8.tar.gz) = t5P04GTjzcrC9ypCsWjFzA2m99B4uKrEWLfTy6z3vEk= +SIZE (zile-2.4.8.tar.gz) = 1184855 Index: patches/patch-configure =================================================================== RCS file: patches/patch-configure diff -N patches/patch-configure --- patches/patch-configure 27 Mar 2012 22:01:50 -0000 1.4 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ -$OpenBSD: patch-configure,v 1.4 2012/03/27 22:01:50 ajacoutot Exp $ ---- configure.orig Tue Mar 20 16:43:43 2012 -+++ configure Sun Mar 25 13:45:47 2012 -@@ -30805,7 +30805,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 :
