summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/zile/Makefile8
-rw-r--r--editors/zile/distinfo9
-rw-r--r--editors/zile/patches/patch-ab12
3 files changed, 21 insertions, 8 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile
index 7acc6ccd858..3d58a49e844 100644
--- a/editors/zile/Makefile
+++ b/editors/zile/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2009/10/21 16:51:46 tnn Exp $
+# $NetBSD: Makefile,v 1.26 2010/06/08 15:59:50 hauke Exp $
-DISTNAME= zile-2.3.9
-PKGREVISION= 1
+DISTNAME= zile-2.3.17
+#PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://ftp.gnu.org/gnu/zile/
@@ -16,7 +16,7 @@ USE_TOOLS+= makeinfo
USE_NCURSES= yes # uses stdscr->_delay directly
GNU_CONFIGURE= yes
-INFO_FILES= # PLIST
+INFO_FILES= yes
# we only want the charset.alias file, so no buildlinkery for libiconv
DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
diff --git a/editors/zile/distinfo b/editors/zile/distinfo
index 478b23b6c8d..0787314fc21 100644
--- a/editors/zile/distinfo
+++ b/editors/zile/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.9 2009/10/21 16:51:46 tnn Exp $
+$NetBSD: distinfo,v 1.10 2010/06/08 15:59:50 hauke Exp $
-SHA1 (zile-2.3.9.tar.gz) = e3d90bcdfd40ce8ad31e2154fe78a9abf679796b
-RMD160 (zile-2.3.9.tar.gz) = 2d15bc0cd7d58fe75779f9adf5152de646dd7373
-Size (zile-2.3.9.tar.gz) = 706848 bytes
+SHA1 (zile-2.3.17.tar.gz) = 989193c41b2c97bd15f747c5cf4bca32fc95c48e
+RMD160 (zile-2.3.17.tar.gz) = 8335cd6430a185c439c40e35e7e46139755558e9
+Size (zile-2.3.17.tar.gz) = 810814 bytes
SHA1 (patch-aa) = 7a955b340c77b4c539b3d5ea7880c06d777dc424
+SHA1 (patch-ab) = 672f861c6372fac7ae7d394a581d13bf0c607115
diff --git a/editors/zile/patches/patch-ab b/editors/zile/patches/patch-ab
new file mode 100644
index 00000000000..f54ee70e1f3
--- /dev/null
+++ b/editors/zile/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.5 2010/06/08 15:59:50 hauke Exp $
+
+--- lib/wchar.in.h.orig 2010-05-09 18:10:04.000000000 +0000
++++ lib/wchar.in.h
+@@ -59,6 +59,7 @@
+ But avoid namespace pollution on glibc systems. */
+ #ifndef __GLIBC__
+ # include <stddef.h>
++# include <stdlib.h> /* NetBSD */
+ # include <stdio.h>
+ # include <time.h>
+ #endif