From 23bfc983d9587496e6c1abf1763d7b0ad8826c80 Mon Sep 17 00:00:00 2001 From: roy Date: Wed, 9 Oct 2013 10:22:55 +0000 Subject: ex uses termcap, not curses --- editors/ex/Makefile | 6 ++++-- editors/ex/distinfo | 4 ++-- editors/ex/patches/patch-aa | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) (limited to 'editors') diff --git a/editors/ex/Makefile b/editors/ex/Makefile index 51daa8b67f8..d93b8beb46b 100644 --- a/editors/ex/Makefile +++ b/editors/ex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/12/28 03:03:08 dholland Exp $ +# $NetBSD: Makefile,v 1.12 2013/10/09 10:22:55 roy Exp $ # DISTNAME= ex-040103 @@ -20,5 +20,7 @@ SUBST_SED.getline= -e "s,getline,get_line,g" MAKE_DIRS_PERMS+= ${VARBASE}/tmp/vi.recover ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 1777 -.include "../../mk/curses.buildlink3.mk" +.include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" + +MAKE_ENV+= TERMLIB=${BUILDLINK_LIBNAME.termcap} diff --git a/editors/ex/distinfo b/editors/ex/distinfo index de3a716062b..d5efa30d987 100644 --- a/editors/ex/distinfo +++ b/editors/ex/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.15 2012/12/28 03:03:08 dholland Exp $ +$NetBSD: distinfo,v 1.16 2013/10/09 10:22:55 roy Exp $ SHA1 (ex-040103.tar.gz) = 51fa1d613b37a4f3aed1ef2968be691465cdff09 RMD160 (ex-040103.tar.gz) = 5fc3f222dde5a8d00e1b233281ccf210affdbdf1 Size (ex-040103.tar.gz) = 284130 bytes -SHA1 (patch-aa) = a8b9fd02ec7e576ea1bbf239cbd34bf7bae7c4a8 +SHA1 (patch-aa) = 7fbaf2988294e5c37b41f5c56930b758654f81b2 SHA1 (patch-ab) = 1b75764cb5ef0873a307874bb94dd9d4e7e74290 SHA1 (patch-ac) = a849730017d13a60686cdca81c9c74a55cd29b53 SHA1 (patch-ad) = 497407efc9b2afc397a735abc6234bed8ece97ae diff --git a/editors/ex/patches/patch-aa b/editors/ex/patches/patch-aa index bc3158a28b8..6286d414215 100644 --- a/editors/ex/patches/patch-aa +++ b/editors/ex/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.8 2012/12/28 03:03:08 dholland Exp $ +$NetBSD: patch-aa,v 1.9 2013/10/09 10:22:55 roy Exp $ - configure paths and programs for pkgsrc - don't install the executable sticky as that's often no longer allowed @@ -48,7 +48,7 @@ $NetBSD: patch-aa,v 1.8 2012/12/28 03:03:08 dholland Exp $ # file. To use it, link against the curses library. # -#TERMLIB = curses -+TERMLIB = curses ++TERMLIB ?= curses # # You may also get terminfo access by using the ncurses library. # -- cgit v1.2.3