pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cmake It appears that curses in NetBSD-8 is also...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63f550fccd34
branches:  trunk
changeset: 311774:63f550fccd34
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Aug 17 19:06:35 2018 +0000

description:
It appears that curses in NetBSD-8 is also incompatible (uses ncurses)

diffstat:

 devel/cmake/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r be691c4811b6 -r 63f550fccd34 devel/cmake/Makefile
--- a/devel/cmake/Makefile      Fri Aug 17 18:17:59 2018 +0000
+++ b/devel/cmake/Makefile      Fri Aug 17 19:06:35 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.149 2018/08/16 18:54:40 adam Exp $
+# $NetBSD: Makefile,v 1.150 2018/08/17 19:06:35 abs Exp $
 
 PKGREVISION= 1
 .include "Makefile.version"
@@ -60,7 +60,7 @@
            ${WRKSRC}/Modules/Platform/SunOS-Clang-${lang}.cmake
 .endfor
 
-INCOMPAT_CURSES=       NetBSD-[0-6].*-*
+INCOMPAT_CURSES=       NetBSD-[0-8].*-*
 
 BUILDLINK_API_DEPENDS.libarchive+=     libarchive>=3.0.0
 .include "../../archivers/libarchive/buildlink3.mk"



Home | Main Index | Thread Index | Old Index