pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/platform
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Mar 8 15:26:52 UTC 2017
Modified Files:
pkgsrc/mk/platform: SunOS.mk
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/mk/platform/SunOS.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/platform/SunOS.mk
diff -u pkgsrc/mk/platform/SunOS.mk:1.73 pkgsrc/mk/platform/SunOS.mk:1.74
--- pkgsrc/mk/platform/SunOS.mk:1.73 Thu Oct 27 10:31:06 2016
+++ pkgsrc/mk/platform/SunOS.mk Wed Mar 8 15:26:51 2017
@@ -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+= opt:-Wl,--rpath:-W
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