pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/fe Set INCOMPAT_CURSES.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d939531121d
branches:  trunk
changeset: 522734:3d939531121d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Dec 19 18:20:21 2006 +0000

description:
Set INCOMPAT_CURSES.
This package fails in bulk builds up to at least NetBSD-3.1;
but I can build it on 4.99.6. Assume curses in NetBSD-2* and NetBSD-3*
are not good enough. Feel free to make the selection more specific.

diffstat:

 editors/fe/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 85a2beb79106 -r 3d939531121d editors/fe/Makefile
--- a/editors/fe/Makefile       Tue Dec 19 18:09:51 2006 +0000
+++ b/editors/fe/Makefile       Tue Dec 19 18:20:21 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/05/18 20:29:58 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2006/12/19 18:20:21 wiz Exp $
 
 DISTNAME=      fe-1.6
 PKGREVISION=   1
@@ -13,6 +13,7 @@
 
 GNU_CONFIGURE= yes
 USE_TOOLS+=    msgfmt
+INCOMPAT_CURSES=       NetBSD-2* NetBSD-3*
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fe



Home | Main Index | Thread Index | Old Index