summaryrefslogtreecommitdiff
path: root/editors/ex
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2002-12-16 15:05:56 +0000
committeritojun <itojun@pkgsrc.org>2002-12-16 15:05:56 +0000
commit1bb854a679ba232136fe6265954c0c741bba6c84 (patch)
tree6b9a36960520b03e013fe0304b11c6e6c6836f62 /editors/ex
parent12cebfe155136d189cdd2bb9c0e6b608652bb173 (diff)
downloadpkgsrc-1bb854a679ba232136fe6265954c0c741bba6c84.tar.gz
use libcurses
Diffstat (limited to 'editors/ex')
-rw-r--r--editors/ex/distinfo4
-rw-r--r--editors/ex/patches/patch-aa24
2 files changed, 23 insertions, 5 deletions
diff --git a/editors/ex/distinfo b/editors/ex/distinfo
index 7daf2776e3d..0668e021329 100644
--- a/editors/ex/distinfo
+++ b/editors/ex/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/12/16 14:59:00 itojun Exp $
+$NetBSD: distinfo,v 1.2 2002/12/16 15:05:56 itojun Exp $
SHA1 (ex-020403.tar.gz) = e6b16885430679c3397e3e3136efc8d4009141b5
Size (ex-020403.tar.gz) = 216587 bytes
-SHA1 (patch-aa) = 081c91bb590e3f51320da925d41786d9b0b2e011
+SHA1 (patch-aa) = f1f51f1e28d4418feadcb5fd3f3945ff541f0568
diff --git a/editors/ex/patches/patch-aa b/editors/ex/patches/patch-aa
index 09f3f5150df..78498bfc9f1 100644
--- a/editors/ex/patches/patch-aa
+++ b/editors/ex/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/12/16 14:59:00 itojun Exp $
+$NetBSD: patch-aa,v 1.2 2002/12/16 15:05:56 itojun Exp $
---- Makefile- Mon Dec 16 23:53:42 2002
-+++ Makefile Mon Dec 16 23:54:20 2002
+--- Makefile.orig Mon Feb 4 10:06:32 2002
++++ Makefile Tue Dec 17 00:03:27 2002
@@ -83,13 +83,13 @@
BINDIR = bin
LIBEXECDIR = libexec
@@ -18,3 +18,21 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/12/16 14:59:00 itojun Exp $
#
# Compiler and linker flags.
+@@ -169,7 +169,7 @@
+ # On System V, the terminfo library may be more accurate than the termcap
+ # file. To use it, link against the curses library.
+ #
+-#TERMLIB = curses
++TERMLIB = curses
+ #
+ # You may also get terminfo access by using the ncurses library.
+ #
+@@ -178,7 +178,7 @@
+ # The preferred choice for ex on Linux and other systems that provide a good
+ # termcap file is the 2.11BSD termcap library included here.
+ #
+-TERMLIB = termlib
++#TERMLIB = termlib
+
+ #
+ # Since ex uses sbrk() internally, a conflict with the libc's version of