pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cmake



Module Name:    pkgsrc
Committed By:   abs
Date:           Fri Aug 17 19:06:35 UTC 2018

Modified Files:
        pkgsrc/devel/cmake: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.149 -r1.150 pkgsrc/devel/cmake/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/cmake/Makefile
diff -u pkgsrc/devel/cmake/Makefile:1.149 pkgsrc/devel/cmake/Makefile:1.150
--- pkgsrc/devel/cmake/Makefile:1.149   Thu Aug 16 18:54:40 2018
+++ pkgsrc/devel/cmake/Makefile Fri Aug 17 19:06:35 2018
@@ -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 @@ pre-configure:
            ${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