pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/wml -current got redrawwin() -- replace USE_NCURSES
details: https://anonhg.NetBSD.org/pkgsrc/rev/48e81c50497d
branches: trunk
changeset: 465331:48e81c50497d
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Dec 28 00:29:02 2003 +0000
description:
-current got redrawwin() -- replace USE_NCURSES
with INCOMPAT_CURSES lines.
diffstat:
www/wml/Makefile | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 54259a86e84e -r 48e81c50497d www/wml/Makefile
--- a/www/wml/Makefile Sun Dec 28 00:27:08 2003 +0000
+++ b/www/wml/Makefile Sun Dec 28 00:29:02 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/09/28 09:13:59 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2003/12/28 00:29:02 wiz Exp $
#
DISTNAME= wml-2.0.3
@@ -17,16 +17,19 @@
#DEPENDS+= tidy-[0-9]*:../../www/tidy
GNU_CONFIGURE= yes
+# Don't change incdir/libdir -- they need to be this way so
+# that ncurses.h is found even if base system curses.h is used.
CONFIGURE_ARGS= --with-perl=${PERL5} \
- --with-incdir=${BUILDLINK_PREFIX.ncurses}/include \
- --with-libdir=${BUILDLINK_PREFIX.ncurses}/lib \
+ --with-incdir=${LOCALBASE}/include \
+ --with-libdir=${LOCALBASE}/lib \
--with-openworld \
--with-tidy=${LOCALBASE}/bin/tidy
USE_BUILDLINK2= yes
TEST_TARGET= test
-USE_NCURSES= # redrawwin()
+INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]*
+INCOMPAT_CURSES= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-C]*
post-install:
cd ${PREFIX}/man/cat1 ; \
Home |
Main Index |
Thread Index |
Old Index