pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/readline
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 21 16:33:08 UTC 2025
Modified Files:
pkgsrc/devel/readline: builtin.mk
Log Message:
readline: remove Interix support
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/readline/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/readline/builtin.mk
diff -u pkgsrc/devel/readline/builtin.mk:1.22 pkgsrc/devel/readline/builtin.mk:1.23
--- pkgsrc/devel/readline/builtin.mk:1.22 Sat Jan 13 20:07:33 2024
+++ pkgsrc/devel/readline/builtin.mk Mon Apr 21 16:33:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.22 2024/01/13 20:07:33 riastradh Exp $
+# $NetBSD: builtin.mk,v 1.23 2025/04/21 16:33:08 wiz Exp $
BUILTIN_PKG:= readline
@@ -67,7 +67,7 @@ USE_BUILTIN.readline!= \
# Some platforms don't have a readline/editline implementation that can
# replace GNU readline.
#
-_INCOMPAT_READLINE?= Darwin-[567].*-* Interix-*-*
+_INCOMPAT_READLINE?= Darwin-[567].*-*
. if defined(OS_VARIANT) && empty(OS_VARIANT:MOmniOS)
_INCOMPAT_READLINE+= SunOS-*-*
. endif
Home |
Main Index |
Thread Index |
Old Index