pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/vifm -current got redrawwin() -- replace USE_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8df8963ff40d
branches:  trunk
changeset: 465328:8df8963ff40d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 28 00:11:45 2003 +0000

description:
-current got redrawwin() -- replace USE_NCURSES
with INCOMPAT_CURSES lines.
While here, fix location of example config files in source,
so that copying them during the first startup works.

diffstat:

 sysutils/vifm/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 0016f5e16d0d -r 8df8963ff40d sysutils/vifm/Makefile
--- a/sysutils/vifm/Makefile    Sat Dec 27 23:14:42 2003 +0000
+++ b/sysutils/vifm/Makefile    Sun Dec 28 00:11:45 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/09/28 09:13:58 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2003/12/28 00:11:45 wiz Exp $
 #
 
 DISTNAME=      vifm-0.1
@@ -13,10 +13,13 @@
 GNU_CONFIGURE= yes
 USE_BUILDLINK2=        yes
 USE_GMAKE=     yes
-USE_NCURSES=   # redrawwin()
+
+INCOMPAT_CURSES=       NetBSD-1.5* NetBSD-1.6[.-_]*
+INCOMPAT_CURSES=       NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-C]*
 
 pre-configure:
        @${SED} -e "s/cfg.use_screen = 0/cfg.use_screen = 1/" \
+               -e "s,/usr/local,${PREFIX},g" \
                ${WRKSRC}/src/config.c > ${WRKSRC}/src/config.c.new && \
                ${MV} ${WRKSRC}/src/config.c.new ${WRKSRC}/src/config.c
        @${SED} -e "s/USE_SCREEN=0/USE_SCREEN=1/" \



Home | Main Index | Thread Index | Old Index