diff options
author | itojun <itojun@pkgsrc.org> | 1999-11-17 15:46:23 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 1999-11-17 15:46:23 +0000 |
commit | 97b03f96d1d2984d8d3562c5745534b52c4c18e4 (patch) | |
tree | 02e064ebab600d79183f04c2f772130839dbf404 /editors/nvi-m17n/Makefile | |
parent | f1941598cf01c96adb2747fa7cd97508e42e4879 (diff) | |
download | pkgsrc-97b03f96d1d2984d8d3562c5745534b52c4c18e4.tar.gz |
upgrade to new multilingual patch. this should avoid abort() when
multibyte char crosses rightmost column.
XXX not really tested on NetBSD-current, tested on 1.4.1
(the change to pkgsrc directory is trivial)
Diffstat (limited to 'editors/nvi-m17n/Makefile')
-rw-r--r-- | editors/nvi-m17n/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index ee3890c4db1..956207e6801 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.4 1999/11/12 17:00:44 agc Exp $ +# $NetBSD: Makefile,v 1.5 1999/11/17 15:46:23 itojun Exp $ # FreeBSD Id: Makefile,v 1.11 1999/04/17 10:51:03 itojun Exp DISTNAME= nvi-1.79 -PKGNAME= nvi-m17n-1.79.19990331 +PKGNAME= nvi-m17n-1.79.19991117 CATEGORIES= editors MASTER_SITES= ftp://sleepy.vwh.net/pub/ \ ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ -PATCHFILES= nvi-1.79.m17n-19990331.diff.gz +PATCHFILES= nvi-1.79.m17n-19991117.diff.gz MAINTAINER= itojun@itojun.org |