diff options
author | wiz <wiz@pkgsrc.org> | 2013-07-15 08:09:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-07-15 08:09:21 +0000 |
commit | 7d589c4fce013c7ed05dea03965f3d65ee09cc65 (patch) | |
tree | 2615aa6ce39a050dc06cdc2c2c8eb3bbe2dee84b /pkgtools | |
parent | 87d3ca3a9a147b4d4a36d39b81b9e49d216c47b3 (diff) | |
download | pkgsrc-7d589c4fce013c7ed05dea03965f3d65ee09cc65.tar.gz |
Deprecate USE_GNU_READLINE.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/deprecated.map | 5 | ||||
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map index 34266ca4ae9..08e9f04288f 100644 --- a/pkgtools/pkglint/files/deprecated.map +++ b/pkgtools/pkglint/files/deprecated.map @@ -1,4 +1,4 @@ -# $NetBSD: deprecated.map,v 1.63 2012/07/09 17:36:30 wiz Exp $ +# $NetBSD: deprecated.map,v 1.64 2013/07/15 08:09:21 wiz Exp $ # # This file contains names of Makefile variables and a short explanation @@ -157,3 +157,6 @@ NO_MTREE You can just remove it. SETGIDGAME Use USE_GAMESGROUP instead. GAMEGRP Use GAMES_GROUP instead. GAMEOWN Use GAMES_USER instead. + +# July 2013 +USE_GNU_READLINE Include "../../devel/readline/buildlink3.mk" instead. diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index 98ddbeb9409..cfc4ae9da13 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.233 2013/05/07 08:45:06 wiz Exp $ +# $NetBSD: makevars.map,v 1.234 2013/07/15 08:09:21 wiz Exp $ # # This file contains the guessed type of some variables, according to @@ -716,7 +716,6 @@ USE_CROSSBASE Yes [m:s] USE_FEATURES List of Identifier [$package] USE_GNU_CONFIGURE_HOST YesNo [$package] USE_GNU_ICONV Yes [m:s,c:s,o:s] -USE_GNU_READLINE Yes [m:s,c:s,o:s] USE_IMAKE Yes [m:s] USE_JAVA { run yes build } [$package] USE_JAVA2 { YES yes no 1.4 1.5 6 7 } [$package] |