diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/zile/Makefile | 6 | ||||
-rw-r--r-- | editors/zile/PLIST | 8 | ||||
-rw-r--r-- | editors/zile/distinfo | 12 | ||||
-rw-r--r-- | editors/zile/patches/patch-aa | 8 | ||||
-rw-r--r-- | editors/zile/patches/patch-ab | 14 |
5 files changed, 27 insertions, 21 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 3d58a49e844..34c34ce9e1c 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2010/06/08 15:59:50 hauke Exp $ +# $NetBSD: Makefile,v 1.27 2012/02/11 09:54:21 hiramatsu Exp $ -DISTNAME= zile-2.3.17 -#PKGREVISION= 1 +DISTNAME= zile-2.4.5 CATEGORIES= editors MASTER_SITES= http://ftp.gnu.org/gnu/zile/ @@ -22,4 +21,5 @@ INFO_FILES= yes DEPENDS+= libiconv-[0-9]*:../../converters/libiconv .include "../../devel/libgetopt/buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" +.include "../../devel/boehm-gc/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/zile/PLIST b/editors/zile/PLIST index 17b32df9dcf..fe09e706c0a 100644 --- a/editors/zile/PLIST +++ b/editors/zile/PLIST @@ -1,5 +1,7 @@ -@comment $NetBSD: PLIST,v 1.8 2009/10/21 16:51:46 tnn Exp $ +@comment $NetBSD: PLIST,v 1.9 2012/02/11 09:54:21 hiramatsu Exp $ bin/zile man/man1/zile.1 -share/zile/FAQ -share/zile/dotzile.sample +share/doc/zile/AUTHORS +share/doc/zile/FAQ +share/doc/zile/NEWS +share/doc/zile/dotzile.sample diff --git a/editors/zile/distinfo b/editors/zile/distinfo index 0787314fc21..7e3e5b30037 100644 --- a/editors/zile/distinfo +++ b/editors/zile/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2010/06/08 15:59:50 hauke Exp $ +$NetBSD: distinfo,v 1.11 2012/02/11 09:54:21 hiramatsu Exp $ -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 +SHA1 (zile-2.4.5.tar.gz) = 26514fccfb5717e870c19ff8ab1f9b182791fc23 +RMD160 (zile-2.4.5.tar.gz) = 4dd4a0b438414ad6e49dde7a2c0f3647dc91e165 +Size (zile-2.4.5.tar.gz) = 1259220 bytes +SHA1 (patch-aa) = a46b85b65e2bb46ddbba28761e1b956fb9541b8f +SHA1 (patch-ab) = 55f6e35e748d2efa4841925456da8e474d14df17 diff --git a/editors/zile/patches/patch-aa b/editors/zile/patches/patch-aa index 7d96680fc57..a157fd719cf 100644 --- a/editors/zile/patches/patch-aa +++ b/editors/zile/patches/patch-aa @@ -1,8 +1,10 @@ -$NetBSD: patch-aa,v 1.5 2009/10/21 16:51:46 tnn Exp $ +$NetBSD: patch-aa,v 1.6 2012/02/11 09:54:21 hiramatsu Exp $ ---- lib/Makefile.in.orig 2009-07-08 16:10:42.000000000 +0200 +Do not install charset.alias. + +--- lib/Makefile.in.orig 2012-02-11 05:50:56.000000000 +0000 +++ lib/Makefile.in -@@ -1221,6 +1221,7 @@ install-exec-local: all-local +@@ -2167,6 +2167,7 @@ install-exec-localcharset: all-local else \ need_charset_alias=false ; \ fi ; \ diff --git a/editors/zile/patches/patch-ab b/editors/zile/patches/patch-ab index f54ee70e1f3..07b9c5dfcaf 100644 --- a/editors/zile/patches/patch-ab +++ b/editors/zile/patches/patch-ab @@ -1,12 +1,14 @@ -$NetBSD: patch-ab,v 1.5 2010/06/08 15:59:50 hauke Exp $ +$NetBSD: patch-ab,v 1.6 2012/02/11 09:54:21 hiramatsu Exp $ ---- lib/wchar.in.h.orig 2010-05-09 18:10:04.000000000 +0000 +Include stdlib.h when zile is not build with glibc. + +--- lib/wchar.in.h.orig 2012-02-11 05:51:54.000000000 +0000 +++ lib/wchar.in.h -@@ -59,6 +59,7 @@ - But avoid namespace pollution on glibc systems. */ - #ifndef __GLIBC__ +@@ -68,6 +68,7 @@ # include <stddef.h> -+# include <stdlib.h> /* NetBSD */ + #endif + #ifndef __GLIBC__ ++# include <stdlib.h> /* NetBSD */ # include <stdio.h> # include <time.h> #endif |