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:58:24 UTC 2024

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

Log Message:
ncurses: Remove USE_NCURSES support.

This was superseded by USE_CURSES many years ago.  If this file is being
included then we are already using ncurses.

This only removes support for the variable, removing it from individual
packages will come later.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 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.49 pkgsrc/devel/ncurses/builtin.mk:1.50
--- pkgsrc/devel/ncurses/builtin.mk:1.49        Mon May  6 07:57:35 2024
+++ pkgsrc/devel/ncurses/builtin.mk     Mon May  6 07:58:24 2024
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.49 2024/05/06 07:57:35 jperkin Exp $
+# $NetBSD: builtin.mk,v 1.50 2024/05/06 07:58:24 jperkin Exp $
 
 BUILTIN_PKG:=  ncurses
 
@@ -76,25 +76,6 @@ USE_BUILTIN.ncurses!=                                                        \
 .endif
 MAKEVARS+=             USE_BUILTIN.ncurses
 
-# If USE_NCURSES is set to yes, the use of an ncurses implementation
-# is forced.
-.if defined(USE_NCURSES) && ${USE_NCURSES:U:tl} == yes
-.  if ${IS_BUILTIN.ncurses:tl} == no
-USE_BUILTIN.ncurses=   no
-.  endif
-.endif
-# If it is set to chgat, a curses implementation with chgat(3) support
-# is considered good enough.
-.if defined(USE_NCURSES) && ${USE_NCURSES:U:tl} != yes
-.  if ${USE_NCURSES:U} == chgat && ${H_CURSES:U} == __nonexistent__
-USE_BUILTIN.ncurses=   no
-.  endif
-# same for wsyncup(3)
-.  if ${USE_NCURSES:U} == wsyncup && !empty(H_CURSES1:M__nonexistent__)
-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