pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/aspell work around to remove dependency to nc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b965ad097eb9
branches:  trunk
changeset: 462402:b965ad097eb9
user:      itojun <itojun%pkgsrc.org@localhost>
date:      Thu Oct 02 01:07:52 2003 +0000

description:
work around to remove dependency to ncurses on netbsd.  PR pkg/22992

diffstat:

 textproc/aspell/Makefile         |   7 ++-----
 textproc/aspell/distinfo         |   3 ++-
 textproc/aspell/patches/patch-ac |  14 ++++++++++++++
 3 files changed, 18 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 00c2e25dd861 -r b965ad097eb9 textproc/aspell/Makefile
--- a/textproc/aspell/Makefile  Wed Oct 01 23:43:16 2003 +0000
+++ b/textproc/aspell/Makefile  Thu Oct 02 01:07:52 2003 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2003/09/28 09:13:59 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2003/10/02 01:07:52 itojun Exp $
 #
 
 DISTNAME=              aspell-0.50.3
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            textproc
 MASTER_SITES=          ${MASTER_SITE_GNU:=aspell/}
 
@@ -19,9 +19,6 @@
 USE_LIBTOOL=           yes
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
-# halfdelay()
-INCOMPAT_CURSES=       NetBSD-1.[45]*-* NetBSD-1.6[-_.]* NetBSD-1.6[A-L]-*
-
 CONFIGURE_ARGS+=       --enable-doc-dir=${PREFIX}/share/doc/aspell
 CONFIGURE_ARGS+=       --enable-curses=ncurses
 
diff -r 00c2e25dd861 -r b965ad097eb9 textproc/aspell/distinfo
--- a/textproc/aspell/distinfo  Wed Oct 01 23:43:16 2003 +0000
+++ b/textproc/aspell/distinfo  Thu Oct 02 01:07:52 2003 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2003/09/30 17:26:58 mycroft Exp $
+$NetBSD: distinfo,v 1.7 2003/10/02 01:07:52 itojun Exp $
 
 SHA1 (aspell-0.50.3.tar.gz) = aea3c1e47c10bf2f189dbff91c3c137170af6a72
 Size (aspell-0.50.3.tar.gz) = 939063 bytes
 SHA1 (patch-aa) = ec9eff280bdb169814e134f541dee7c879a58fdd
 SHA1 (patch-ab) = 9b3e6dfbdf27b9bc0a10384be057685fba734aa7
+SHA1 (patch-ac) = 2a83265b7738bc9ed24de163cfee32ee13bbd231
diff -r 00c2e25dd861 -r b965ad097eb9 textproc/aspell/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell/patches/patch-ac  Thu Oct 02 01:07:52 2003 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.3 2003/10/02 01:07:52 itojun Exp $
+
+--- prog/check_funs.cpp-       2003-10-02 09:59:27.000000000 +0900
++++ prog/check_funs.cpp        2003-10-02 09:59:39.000000000 +0900
+@@ -205,7 +205,8 @@
+   choice_w = 0;
+   nonl();
+   noecho();
+-  halfdelay(1);
++  cbreak();
++  timeout(100);
+   keypad(stdscr, true);
+   clear();
+   int height, width;



Home | Main Index | Thread Index | Old Index