summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz>2012-07-09 17:36:30 +0000
committerwiz <wiz>2012-07-09 17:36:30 +0000
commit2b6a35a4faa073bc53fb95baf1fe9b1434237bd0 (patch)
tree89e68d4d42bacb134c7958d79b15f03db3730e96 /pkgtools
parent2339591169dfe3592371d61014c9bd448e3abca6 (diff)
downloadpkgsrc-2b6a35a4faa073bc53fb95baf1fe9b1434237bd0.tar.gz
Update for recent (undocument in the guide) changes to games group handling
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/deprecated.map7
-rw-r--r--pkgtools/pkglint/files/makevars.map8
2 files changed, 10 insertions, 5 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map
index 3661ec9e08c..34266ca4ae9 100644
--- a/pkgtools/pkglint/files/deprecated.map
+++ b/pkgtools/pkglint/files/deprecated.map
@@ -1,4 +1,4 @@
-# $NetBSD: deprecated.map,v 1.62 2009/07/22 09:14:15 wiz Exp $
+# $NetBSD: deprecated.map,v 1.63 2012/07/09 17:36:30 wiz Exp $
#
# This file contains names of Makefile variables and a short explanation
@@ -152,3 +152,8 @@ INSTALLATION_DIRS_FROM_PLIST Use AUTO_MKDIRS instead.
# April 2009
NO_PACKAGE It doesn't exist anymore.
NO_MTREE You can just remove it.
+
+# July 2012
+SETGIDGAME Use USE_GAMESGROUP instead.
+GAMEGRP Use GAMES_GROUP instead.
+GAMEOWN Use GAMES_USER instead.
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map
index 6ad01db422f..f393aeec9d8 100644
--- a/pkgtools/pkglint/files/makevars.map
+++ b/pkgtools/pkglint/files/makevars.map
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.220 2012/06/02 12:24:55 cheusov Exp $
+# $NetBSD: makevars.map,v 1.221 2012/07/09 17:36:30 wiz Exp $
#
# This file contains the guessed type of some variables, according to
@@ -113,7 +113,7 @@ PKG_FC ShellCommand [$user]
IMAKE ShellCommand [$user]
IMAKEOPTS List of ShellWord [$user]
PRE_ROOT_CMD ShellCommand [$user]
-SETGIDGAME YesNo [$user]
+USE_GAMESGROUP YesNo [$user]
SU_CMD ShellCommand [$user]
SU_CMD_PATH_APPEND Pathlist [$user]
FATAL_OBJECT_FMT_SKEW YesNo [$user]
@@ -351,9 +351,9 @@ FILES_SUBST_SED List of ShellWord
FIX_RPATH List of Varname [$package_list]
FONTS_DIRS.* List of Pathname [m:as,c:a]
GAMEDATAMODE FileMode [$system]
-GAMEGRP UserGroupName [$system]
+GAMES_GROUP UserGroupName [$system]
GAMEMODE FileMode [$system]
-GAMEOWN UserGroupName [$system]
+GAMES_USER UserGroupName [$system]
GCC_REQD List of Version [$package_list]
GENERATE_PLIST List of ShellWord [$package_list]
# ^^ List of Shellcommand, terminated with a semicolon