pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform Mark SunOS as _INCOMPAT_CURSES, there are ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ced9252c751
branches:  trunk
changeset: 359381:2ced9252c751
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Mar 08 15:26:51 2017 +0000

description:
Mark SunOS as _INCOMPAT_CURSES, there are lots of issues with the recent work
to use the curses framework and this is the simplest solution for now.

diffstat:

 mk/platform/SunOS.mk |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r b418ff229038 -r 2ced9252c751 mk/platform/SunOS.mk
--- a/mk/platform/SunOS.mk      Wed Mar 08 15:05:25 2017 +0000
+++ b/mk/platform/SunOS.mk      Wed Mar 08 15:26:51 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SunOS.mk,v 1.73 2016/10/27 10:31:06 jperkin Exp $
+# $NetBSD: SunOS.mk,v 1.74 2017/03/08 15:26:51 jperkin Exp $
 #
 # Variable definitions for the SunOS/Solaris operating system.
 
@@ -96,6 +96,11 @@
 BUILDLINK_TRANSFORM+=  rm:-mimpure-text
 .endif
 
+# The native curses implementations are reasonably old and can cause lots of
+# issues with software which assumes newer interfaces, so it's easier to just
+# use pkgsrc curses at this point.
+_INCOMPAT_CURSES=      SunOS-*-*
+
 # Solaris has /usr/include/iconv.h, but it's not GNU iconv, so mark it
 # incompatible.
 _INCOMPAT_ICONV=       SunOS-*-*



Home | Main Index | Thread Index | Old Index