pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ncurses
Module Name: pkgsrc
Committed By: jperkin
Date: Mon May 6 07:56:51 UTC 2024
Modified Files:
pkgsrc/devel/ncurses: builtin.mk
Log Message:
ncurses: Remove INCOMPAT_CURSES.
This was moved to mk/curses.builtin.mk over 10 years ago.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/ncurses/builtin.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ncurses/builtin.mk
diff -u pkgsrc/devel/ncurses/builtin.mk:1.47 pkgsrc/devel/ncurses/builtin.mk:1.48
--- pkgsrc/devel/ncurses/builtin.mk:1.47 Mon May 6 07:56:23 2024
+++ pkgsrc/devel/ncurses/builtin.mk Mon May 6 07:56:51 2024
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.47 2024/05/06 07:56:23 jperkin Exp $
+# $NetBSD: builtin.mk,v 1.48 2024/05/06 07:56:51 jperkin Exp $
BUILTIN_PKG:= ncurses
@@ -72,16 +72,6 @@ USE_BUILTIN.ncurses!= \
. endif
. endfor
. endif
-#
-# Some platforms don't have a curses implementation that can replace
-# ncurses.
-#
-_INCOMPAT_CURSES?=
-. for _pattern_ in ${_INCOMPAT_CURSES} ${INCOMPAT_CURSES}
-. if !empty(MACHINE_PLATFORM:M${_pattern_})
-USE_BUILTIN.ncurses= no
-. endif
-. endfor
. endif # PREFER.ncurses
.endif
MAKEVARS+= USE_BUILTIN.ncurses
Home |
Main Index |
Thread Index |
Old Index