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:57:35 UTC 2024

Modified Files:
        pkgsrc/devel/ncurses: builtin.mk

Log Message:
ncurses: Remove USE_TERMINFO.

This is a long-obsolete variable, support was moved to
mk/terminfo.buildlink3.mk many years ago.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 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.48 pkgsrc/devel/ncurses/builtin.mk:1.49
--- pkgsrc/devel/ncurses/builtin.mk:1.48        Mon May  6 07:56:51 2024
+++ pkgsrc/devel/ncurses/builtin.mk     Mon May  6 07:57:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.48 2024/05/06 07:56:51 jperkin Exp $
+# $NetBSD: builtin.mk,v 1.49 2024/05/06 07:57:35 jperkin Exp $
 
 BUILTIN_PKG:=  ncurses
 
@@ -95,13 +95,6 @@ USE_BUILTIN.ncurses= no
 .  endif
 .endif
 
-# if terminfo is needed and we don't have it, use pkgsrc ncurses
-.if defined(USE_TERMINFO)
-.  if ${BUILTIN_LIB_FOUND.terminfo:U:tl} == no
-USE_BUILTIN.ncurses=   no
-.  endif
-.endif
-
 # Define BUILTIN_LIBNAME.ncurses to be the base name of the built-in
 # ncurses library.
 #



Home | Main Index | Thread Index | Old Index