pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Reverted the deprecation of USE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eabc282c7788
branches:  trunk
changeset: 534888:eabc282c7788
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 03 14:49:43 2007 +0000

description:
Reverted the deprecation of USE_NCURSES.

XXX: To discuss: How is this variable different from PREFER_PKGSRC=ncurses?
Why do we need it at all? Why isn't it documented anywhere?

diffstat:

 pkgtools/pkglint/files/deprecated.map |  4 ++--
 pkgtools/pkglint/files/makevars.map   |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r f79b34f9c33e -r eabc282c7788 pkgtools/pkglint/files/deprecated.map
--- a/pkgtools/pkglint/files/deprecated.map     Sat Nov 03 14:49:00 2007 +0000
+++ b/pkgtools/pkglint/files/deprecated.map     Sat Nov 03 14:49:43 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: deprecated.map,v 1.57 2007/11/03 11:48:53 rillig Exp $
+# $NetBSD: deprecated.map,v 1.58 2007/11/03 14:49:43 rillig Exp $
 #
 
 # This file contains names of Makefile variables and a short explanation
@@ -143,4 +143,4 @@
 #ACCEPTABLE_LICENCES   Use ACCEPTABLE_LICENSES instead.
 
 # November 2007
-USE_NCURSES            Include "../../devel/ncurses/buildlink3.mk" instead.
+#USE_NCURSES           Include "../../devel/ncurses/buildlink3.mk" instead.
diff -r f79b34f9c33e -r eabc282c7788 pkgtools/pkglint/files/makevars.map
--- a/pkgtools/pkglint/files/makevars.map       Sat Nov 03 14:49:00 2007 +0000
+++ b/pkgtools/pkglint/files/makevars.map       Sat Nov 03 14:49:43 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.172 2007/11/03 11:48:53 rillig Exp $
+# $NetBSD: makevars.map,v 1.173 2007/11/03 14:49:43 rillig Exp $
 #
 
 # This file contains the guessed type of some variables, according to
@@ -689,6 +689,7 @@
 USE_LIBTOOL            Yes [$package]
 USE_MAKEINFO           Yes [$package]
 USE_MSGFMT_PLURALS     Yes [$package]
+USE_NCURSES            Yes [$package]
 USE_OLD_DES_API                YesNo [$package]
 USE_PKGINSTALL         Yes [$package]
 USE_PKGLOCALEDIR       YesNo [$package]



Home | Main Index | Thread Index | Old Index