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:23 UTC 2024

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

Log Message:
ncurses: Remove NetBSD builtin hack.

If this file is being included, then the package has specifically
requested ncurses.  This code was committed in 2005 and since then the
pkgsrc curses handling has been revamped significantly.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 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.46 pkgsrc/devel/ncurses/builtin.mk:1.47
--- pkgsrc/devel/ncurses/builtin.mk:1.46        Mon May  6 07:51:21 2024
+++ pkgsrc/devel/ncurses/builtin.mk     Mon May  6 07:56:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.46 2024/05/06 07:51:21 jperkin Exp $
+# $NetBSD: builtin.mk,v 1.47 2024/05/06 07:56:23 jperkin Exp $
 
 BUILTIN_PKG:=  ncurses
 
@@ -72,17 +72,6 @@ USE_BUILTIN.ncurses!=                                                        \
 .        endif
 .      endfor
 .    endif
-# XXX
-# XXX By default, assume that the native curses on NetBSD systems is
-# XXX good enough to replace ncurses.  In reality, no version of NetBSD
-# XXX has a curses library that can completely replace ncurses; however,
-# XXX some versions implement enough of ncurses that some packages are
-# XXX happy.
-# XXX
-.    if ${OPSYS} == "NetBSD"
-USE_BUILTIN.ncurses=   yes
-H_NCURSES=             /usr/include/curses.h
-.    endif
 #
 # Some platforms don't have a curses implementation that can replace
 # ncurses.



Home | Main Index | Thread Index | Old Index