pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Mention how SETGIDGAME and the other GAME vars are ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d707c50e46a
branches:  trunk
changeset: 475212:8d707c50e46a
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Wed May 12 14:10:18 2004 +0000

description:
Mention how SETGIDGAME and the other GAME vars are set per default.
Add commented-out definitions for all OPSYS - please adjust.

diffstat:

 mk/defs.AIX.mk      |  13 ++++++++++++-
 mk/defs.BSDOS.mk    |  13 ++++++++++++-
 mk/defs.Darwin.mk   |  13 ++++++++++++-
 mk/defs.FreeBSD.mk  |  13 ++++++++++++-
 mk/defs.IRIX.mk     |  13 ++++++++++++-
 mk/defs.Interix.mk  |  13 ++++++++++++-
 mk/defs.Linux.mk    |  13 ++++++++++++-
 mk/defs.NetBSD.mk   |   8 +++++---
 mk/defs.OpenBSD.mk  |  13 ++++++++++++-
 mk/defs.SunOS.mk    |  13 ++++++++++++-
 mk/defs.UnixWare.mk |  13 ++++++++++++-
 11 files changed, 125 insertions(+), 13 deletions(-)

diffs (262 lines):

diff -r 5c114697e4c4 -r 8d707c50e46a mk/defs.AIX.mk
--- a/mk/defs.AIX.mk    Wed May 12 13:23:08 2004 +0000
+++ b/mk/defs.AIX.mk    Wed May 12 14:10:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.AIX.mk,v 1.8 2004/04/27 13:43:05 tv Exp $
+# $NetBSD: defs.AIX.mk,v 1.9 2004/05/12 14:10:18 jschauma Exp $
 #
 # Variable definitions for the AIX operating system.
 
@@ -188,3 +188,14 @@
 #_OPSYS_MAX_CMDLEN!=   /sbin/sysctl -n kern.argmax
 #CONFIGURE_ENV+=               lt_cv_sys_max_cmd_len=${_OPSYS_MAX_CMDLEN}
 #.endif
+
+# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
+# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# Set the group and mode to meaningful values in that case (defaults to
+# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
+# FIXME: Adjust to work on this system and enable the lines below.
+#.if !(empty(SETGIDGAME:M[yY][eE][sS]))
+#GAMEOWN=              games
+#GAMEGRP=              games
+#GAMEMODE=             2555
+#.endif
diff -r 5c114697e4c4 -r 8d707c50e46a mk/defs.BSDOS.mk
--- a/mk/defs.BSDOS.mk  Wed May 12 13:23:08 2004 +0000
+++ b/mk/defs.BSDOS.mk  Wed May 12 14:10:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.BSDOS.mk,v 1.8 2004/04/19 20:19:46 jmmv Exp $
+# $NetBSD: defs.BSDOS.mk,v 1.9 2004/05/12 14:10:18 jschauma Exp $
 #
 # Variable definitions for the BSD/OS operating system.
 
@@ -169,3 +169,14 @@
 #_OPSYS_MAX_CMDLEN!=   /sbin/sysctl -n kern.argmax
 #CONFIGURE_ENV+=               lt_cv_sys_max_cmd_len=${_OPSYS_MAX_CMDLEN}
 #.endif
+
+# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
+# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# Set the group and mode to meaningful values in that case (defaults to
+# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
+# FIXME: Adjust to work on this system and enable the lines below.
+#.if !(empty(SETGIDGAME:M[yY][eE][sS]))
+#GAMEOWN=              games
+#GAMEGRP=              games
+#GAMEMODE=             2555
+#.endif
diff -r 5c114697e4c4 -r 8d707c50e46a mk/defs.Darwin.mk
--- a/mk/defs.Darwin.mk Wed May 12 13:23:08 2004 +0000
+++ b/mk/defs.Darwin.mk Wed May 12 14:10:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Darwin.mk,v 1.74 2004/05/06 06:32:22 adam Exp $
+# $NetBSD: defs.Darwin.mk,v 1.75 2004/05/12 14:10:18 jschauma Exp $
 #
 # Variable definitions for the Darwin operating system.
 
@@ -155,3 +155,14 @@
 _OPSYS_MAX_CMDLEN!=    /usr/sbin/sysctl -n kern.argmax
 CONFIGURE_ENV+=                lt_cv_sys_max_cmd_len=${_OPSYS_MAX_CMDLEN}
 .endif
+
+# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
+# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# Set the group and mode to meaningful values in that case (defaults to
+# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
+# FIXME: Adjust to work on this system and enable the lines below.
+#.if !(empty(SETGIDGAME:M[yY][eE][sS]))
+#GAMEOWN=              games
+#GAMEGRP=              games
+#GAMEMODE=             2555
+#.endif
diff -r 5c114697e4c4 -r 8d707c50e46a mk/defs.FreeBSD.mk
--- a/mk/defs.FreeBSD.mk        Wed May 12 13:23:08 2004 +0000
+++ b/mk/defs.FreeBSD.mk        Wed May 12 14:10:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.FreeBSD.mk,v 1.38 2004/04/27 13:43:05 tv Exp $
+# $NetBSD: defs.FreeBSD.mk,v 1.39 2004/05/12 14:10:18 jschauma Exp $
 #
 # Variable definitions for the FreeBSD operating system.
 
@@ -173,3 +173,14 @@
 _OPSYS_MAX_CMDLEN!=    /sbin/sysctl -n kern.argmax
 CONFIGURE_ENV+=                lt_cv_sys_max_cmd_len=${_OPSYS_MAX_CMDLEN}
 .endif
+
+# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
+# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# Set the group and mode to meaningful values in that case (defaults to
+# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
+# FIXME: Adjust to work on this system and enable the lines below.
+#.if !(empty(SETGIDGAME:M[yY][eE][sS]))
+#GAMEOWN=              games
+#GAMEGRP=              games
+#GAMEMODE=             2555
+#.endif
diff -r 5c114697e4c4 -r 8d707c50e46a mk/defs.IRIX.mk
--- a/mk/defs.IRIX.mk   Wed May 12 13:23:08 2004 +0000
+++ b/mk/defs.IRIX.mk   Wed May 12 14:10:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.IRIX.mk,v 1.49 2004/04/29 20:07:48 jschauma Exp $
+# $NetBSD: defs.IRIX.mk,v 1.50 2004/05/12 14:10:18 jschauma Exp $
 #
 # Variable definitions for the IRIX operating system.
 
@@ -172,3 +172,14 @@
 _OPSYS_MAX_CMDLEN!=    /usr/sbin/sysconf ARG_MAX
 CONFIGURE_ENV+=                lt_cv_sys_max_cmd_len=${_OPSYS_MAX_CMDLEN}
 .endif
+
+# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
+# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# Set the group and mode to meaningful values in that case (defaults to
+# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
+# FIXME: Adjust to work on this system and enable the lines below.
+#.if !(empty(SETGIDGAME:M[yY][eE][sS]))
+#GAMEOWN=              games
+#GAMEGRP=              games
+#GAMEMODE=             2555
+#.endif
diff -r 5c114697e4c4 -r 8d707c50e46a mk/defs.Interix.mk
--- a/mk/defs.Interix.mk        Wed May 12 13:23:08 2004 +0000
+++ b/mk/defs.Interix.mk        Wed May 12 14:10:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Interix.mk,v 1.22 2004/05/05 14:37:21 tv Exp $
+# $NetBSD: defs.Interix.mk,v 1.23 2004/05/12 14:10:18 jschauma Exp $
 #
 # Variable definitions for the Interix operating system.
 
@@ -175,3 +175,14 @@
 .if defined(GNU_CONFIGURE) && defined(USE_LIBTOOL)
 CONFIGURE_ENV+=                lt_cv_sys_max_cmd_len=262144
 .endif
+
+# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
+# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# Set the group and mode to meaningful values in that case (defaults to
+# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
+# FIXME: Adjust to work on this system and enable the lines below.
+#.if !(empty(SETGIDGAME:M[yY][eE][sS]))
+#GAMEOWN=              games
+#GAMEGRP=              games
+#GAMEMODE=             2555
+#.endif
diff -r 5c114697e4c4 -r 8d707c50e46a mk/defs.Linux.mk
--- a/mk/defs.Linux.mk  Wed May 12 13:23:08 2004 +0000
+++ b/mk/defs.Linux.mk  Wed May 12 14:10:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Linux.mk,v 1.70 2004/04/30 04:16:37 reed Exp $
+# $NetBSD: defs.Linux.mk,v 1.71 2004/05/12 14:10:18 jschauma Exp $
 #
 # Variable definitions for the Linux operating system.
 
@@ -202,3 +202,14 @@
 #_OPSYS_MAX_CMDLEN!=   /sbin/sysctl -n kern.argmax
 #CONFIGURE_ENV+=               lt_cv_sys_max_cmd_len=${_OPSYS_MAX_CMDLEN}
 #.endif
+
+# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
+# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# Set the group and mode to meaningful values in that case (defaults to
+# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
+# FIXME: Adjust to work on this system and enable the lines below.
+#.if !(empty(SETGIDGAME:M[yY][eE][sS]))
+#GAMEOWN=              games
+#GAMEGRP=              games
+#GAMEMODE=             2555
+#.endif
diff -r 5c114697e4c4 -r 8d707c50e46a mk/defs.NetBSD.mk
--- a/mk/defs.NetBSD.mk Wed May 12 13:23:08 2004 +0000
+++ b/mk/defs.NetBSD.mk Wed May 12 14:10:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.NetBSD.mk,v 1.65 2004/05/12 01:04:00 jschauma Exp $
+# $NetBSD: defs.NetBSD.mk,v 1.66 2004/05/12 14:10:18 jschauma Exp $
 #
 # Variable definitions for the NetBSD operating system.
 
@@ -208,8 +208,10 @@
 CONFIGURE_ENV+=                lt_cv_sys_max_cmd_len=${_OPSYS_MAX_CMDLEN}
 .endif
 
-# if games are to be installed setgid, set the group and mode to meaningful
-# values
+# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
+# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# Set the group and mode to meaningful values in that case (defaults to
+# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
 .if !(empty(SETGIDGAME:M[yY][eE][sS]))
 GAMEOWN=               games
 GAMEGRP=               games
diff -r 5c114697e4c4 -r 8d707c50e46a mk/defs.OpenBSD.mk
--- a/mk/defs.OpenBSD.mk        Wed May 12 13:23:08 2004 +0000
+++ b/mk/defs.OpenBSD.mk        Wed May 12 14:10:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.OpenBSD.mk,v 1.32 2004/04/27 13:43:05 tv Exp $
+# $NetBSD: defs.OpenBSD.mk,v 1.33 2004/05/12 14:10:18 jschauma Exp $
 #
 # Variable definitions for the OpenBSD operating system.
 
@@ -177,3 +177,14 @@
 #_OPSYS_MAX_CMDLEN!=   /sbin/sysctl -n kern.argmax
 #CONFIGURE_ENV+=               lt_cv_sys_max_cmd_len=${_OPSYS_MAX_CMDLEN}
 #.endif
+
+# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
+# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# Set the group and mode to meaningful values in that case (defaults to
+# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
+# FIXME: Adjust to work on this system and enable the lines below.
+#.if !(empty(SETGIDGAME:M[yY][eE][sS]))
+#GAMEOWN=              games
+#GAMEGRP=              games
+#GAMEMODE=             2555
+#.endif
diff -r 5c114697e4c4 -r 8d707c50e46a mk/defs.SunOS.mk
--- a/mk/defs.SunOS.mk  Wed May 12 13:23:08 2004 +0000
+++ b/mk/defs.SunOS.mk  Wed May 12 14:10:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.SunOS.mk,v 1.84 2004/04/19 20:19:46 jmmv Exp $
+# $NetBSD: defs.SunOS.mk,v 1.85 2004/05/12 14:10:18 jschauma Exp $
 #
 # Variable definitions for the SunOS/Solaris operating system.
 
@@ -194,3 +194,14 @@
 #_OPSYS_MAX_CMDLEN!=   /sbin/sysctl -n kern.argmax
 #CONFIGURE_ENV+=               lt_cv_sys_max_cmd_len=${_OPSYS_MAX_CMDLEN}
 #.endif
+
+# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
+# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# Set the group and mode to meaningful values in that case (defaults to
+# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
+# FIXME: Adjust to work on this system and enable the lines below.
+#.if !(empty(SETGIDGAME:M[yY][eE][sS]))
+#GAMEOWN=              games
+#GAMEGRP=              games
+#GAMEMODE=             2555
+#.endif
diff -r 5c114697e4c4 -r 8d707c50e46a mk/defs.UnixWare.mk
--- a/mk/defs.UnixWare.mk       Wed May 12 13:23:08 2004 +0000
+++ b/mk/defs.UnixWare.mk       Wed May 12 14:10:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.UnixWare.mk,v 1.2 2004/04/19 20:19:46 jmmv Exp $
+# $NetBSD: defs.UnixWare.mk,v 1.3 2004/05/12 14:10:18 jschauma Exp $
 #
 # Variable definitions for the UnixWare 7 operating system.
 
@@ -159,3 +159,14 @@
 #_OPSYS_MAX_CMDLEN!=   /sbin/sysctl -n kern.argmax
 #CONFIGURE_ENV+=               lt_cv_sys_max_cmd_len=${_OPSYS_MAX_CMDLEN}
 #.endif
+
+# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
+# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# Set the group and mode to meaningful values in that case (defaults to
+# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
+# FIXME: Adjust to work on this system and enable the lines below.
+#.if !(empty(SETGIDGAME:M[yY][eE][sS]))
+#GAMEOWN=              games
+#GAMEGRP=              games
+#GAMEMODE=             2555
+#.endif



Home | Main Index | Thread Index | Old Index