pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Replace references of pkgsrc/mk/bsd.pkg.defaults.mk to
details: https://anonhg.NetBSD.org/pkgsrc/rev/182dc831ff40
branches: trunk
changeset: 497669:182dc831ff40
user: reed <reed%pkgsrc.org@localhost>
date: Tue Aug 02 00:23:31 2005 +0000
description:
Replace references of pkgsrc/mk/bsd.pkg.defaults.mk to
pkgsrc/mk/defaults/mk.conf.
This is from PR 30741 from anonymous AT example.net.
diffstat:
bootstrap/README.IRIX | 4 ++--
mk/platform/AIX.mk | 8 ++++----
mk/platform/BSDOS.mk | 8 ++++----
mk/platform/Darwin.mk | 8 ++++----
mk/platform/DragonFly.mk | 6 +++---
mk/platform/FreeBSD.mk | 6 +++---
mk/platform/IRIX.mk | 6 +++---
mk/platform/Interix.mk | 6 +++---
mk/platform/Linux.mk | 8 ++++----
mk/platform/NetBSD.mk | 6 +++---
mk/platform/OpenBSD.mk | 8 ++++----
mk/platform/SunOS.mk | 8 ++++----
mk/platform/UnixWare.mk | 8 ++++----
net/md-whois/Makefile | 4 ++--
security/audit-packages/files/audit-packages.0 | 2 +-
security/audit-packages/files/audit-packages.8 | 4 ++--
16 files changed, 50 insertions(+), 50 deletions(-)
diffs (truncated from 377 to 300 lines):
diff -r 47184113b84f -r 182dc831ff40 bootstrap/README.IRIX
--- a/bootstrap/README.IRIX Tue Aug 02 00:15:10 2005 +0000
+++ b/bootstrap/README.IRIX Tue Aug 02 00:23:31 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: README.IRIX,v 1.4 2005/04/10 22:03:35 jschauma Exp $
+$NetBSD: README.IRIX,v 1.5 2005/08/02 00:23:31 reed Exp $
You will need a working C compiler, either gcc or SGI's MIPS and MIPSpro
compiler (cc/c89). Please set the CC environment variable according to your
@@ -26,7 +26,7 @@
The bootstrapping process should set all the right options for programs
such as imake(1), but you may want to set some options depending on your
-local setup. Please see pkgsrc/mk/bsd.pkg.defaults.mk and, of course,
+local setup. Please see pkgsrc/mk/defaults/mk.conf and, of course,
your compilers man pages for details.
If you are using SGI's MIPSPro compiler, please set
diff -r 47184113b84f -r 182dc831ff40 mk/platform/AIX.mk
--- a/mk/platform/AIX.mk Tue Aug 02 00:15:10 2005 +0000
+++ b/mk/platform/AIX.mk Tue Aug 02 00:23:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: AIX.mk,v 1.18 2005/06/01 18:14:23 jlam Exp $
+# $NetBSD: AIX.mk,v 1.19 2005/08/02 00:23:31 reed Exp $
#
# Variable definitions for the AIX operating system.
@@ -7,7 +7,7 @@
IMAKE_MAKE?= ${MAKE} # program which gets invoked by imake
PKGLOCALEDIR?= share
PS?= /bin/ps
-# XXX: default from bsd.pkg.defaults.mk. Verify/corerct for this platform
+# XXX: default from defaults/mk.conf. Verify/corerct for this platform
# and remove this comment.
RSH?= /usr/bin/rsh
# AIX strip fails too easily. Use a wrapper script instead
@@ -83,9 +83,9 @@
#_OPSYS_MAX_CMDLEN_CMD= /sbin/sysctl -n kern.argmax
# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
-# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# (it defaults to 'no' as per defaults/mk.conf).
# Set the group and mode to meaningful values in that case (defaults to
-# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
+# BINOWN, BINGRP and BINMODE as per defaults/mk.conf).
# FIXME: Adjust to work on this system and enable the lines below.
#.if !(empty(SETGIDGAME:M[yY][eE][sS]))
#GAMEOWN= games
diff -r 47184113b84f -r 182dc831ff40 mk/platform/BSDOS.mk
--- a/mk/platform/BSDOS.mk Tue Aug 02 00:15:10 2005 +0000
+++ b/mk/platform/BSDOS.mk Tue Aug 02 00:23:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: BSDOS.mk,v 1.13 2005/06/01 18:14:23 jlam Exp $
+# $NetBSD: BSDOS.mk,v 1.14 2005/08/02 00:23:31 reed Exp $
#
# Variable definitions for the BSD/OS operating system.
@@ -11,7 +11,7 @@
IMAKE_MAKE?= ${MAKE} # program which gets invoked by imake
PKGLOCALEDIR?= share
PS?= /bin/ps
-# XXX: default from bsd.pkg.defaults.mk. Verify/corerct for this platform
+# XXX: default from defaults/mk.conf. Verify/corerct for this platform
# and remove this comment.
RSH?= /usr/bin/rsh
SU?= /usr/bin/su
@@ -85,9 +85,9 @@
#_OPSYS_MAX_CMDLEN_CMD= /sbin/sysctl -n kern.argmax
# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
-# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# (it defaults to 'no' as per defaults/mk.conf).
# Set the group and mode to meaningful values in that case (defaults to
-# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
+# BINOWN, BINGRP and BINMODE as per defaults/mk.conf).
# FIXME: Adjust to work on this system and enable the lines below.
#.if !(empty(SETGIDGAME:M[yY][eE][sS]))
#GAMEOWN= games
diff -r 47184113b84f -r 182dc831ff40 mk/platform/Darwin.mk
--- a/mk/platform/Darwin.mk Tue Aug 02 00:15:10 2005 +0000
+++ b/mk/platform/Darwin.mk Tue Aug 02 00:23:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.12 2005/06/01 18:14:23 jlam Exp $
+# $NetBSD: Darwin.mk,v 1.13 2005/08/02 00:23:31 reed Exp $
#
# Variable definitions for the Darwin operating system.
@@ -10,7 +10,7 @@
IMAKE_MAKE?= ${MAKE} # program which gets invoked by imake
PKGLOCALEDIR?= share
PS?= /bin/ps
-# XXX: default from bsd.pkg.defaults.mk. Verify/corerct for this platform
+# XXX: default from defaults/mk.conf. Verify/corerct for this platform
# and remove this comment.
RSH?= /usr/bin/rsh
SU?= /usr/bin/su
@@ -95,9 +95,9 @@
.endif
# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
-# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# (it defaults to 'no' as per defaults/mk.conf).
# Set the group and mode to meaningful values in that case (defaults to
-# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
+# BINOWN, BINGRP and BINMODE as per defaults/mk.conf).
# FIXME: Adjust to work on this system and enable the lines below.
#.if !(empty(SETGIDGAME:M[yY][eE][sS]))
#GAMEOWN= games
diff -r 47184113b84f -r 182dc831ff40 mk/platform/DragonFly.mk
--- a/mk/platform/DragonFly.mk Tue Aug 02 00:15:10 2005 +0000
+++ b/mk/platform/DragonFly.mk Tue Aug 02 00:23:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DragonFly.mk,v 1.17 2005/06/05 18:05:54 tv Exp $
+# $NetBSD: DragonFly.mk,v 1.18 2005/08/02 00:23:31 reed Exp $
#
# Variable definitions for the DragonFly operating system.
@@ -83,9 +83,9 @@
_OPSYS_MAX_CMDLEN_CMD= /sbin/sysctl -n kern.argmax
# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
-# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# (it defaults to 'no' as per defaults/mk.conf).
# Set the group and mode to meaningful values in that case (defaults to
-# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
+# BINOWN, BINGRP and BINMODE as per defaults/mk.conf).
.if !(empty(SETGIDGAME:M[yY][eE][sS]))
GAMEOWN= games
GAMEGRP= games
diff -r 47184113b84f -r 182dc831ff40 mk/platform/FreeBSD.mk
--- a/mk/platform/FreeBSD.mk Tue Aug 02 00:15:10 2005 +0000
+++ b/mk/platform/FreeBSD.mk Tue Aug 02 00:23:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: FreeBSD.mk,v 1.12 2005/06/01 18:14:23 jlam Exp $
+# $NetBSD: FreeBSD.mk,v 1.13 2005/08/02 00:23:31 reed Exp $
#
# Variable definitions for the FreeBSD operating system.
@@ -81,9 +81,9 @@
_OPSYS_MAX_CMDLEN_CMD= /sbin/sysctl -n kern.argmax
# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
-# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# (it defaults to 'no' as per defaults/mk.conf).
# Set the group and mode to meaningful values in that case (defaults to
-# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
+# BINOWN, BINGRP and BINMODE as per defaults/mk.conf).
.if !(empty(SETGIDGAME:M[yY][eE][sS]))
GAMEOWN= games
GAMEGRP= games
diff -r 47184113b84f -r 182dc831ff40 mk/platform/IRIX.mk
--- a/mk/platform/IRIX.mk Tue Aug 02 00:15:10 2005 +0000
+++ b/mk/platform/IRIX.mk Tue Aug 02 00:23:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: IRIX.mk,v 1.15 2005/06/01 18:14:23 jlam Exp $
+# $NetBSD: IRIX.mk,v 1.16 2005/08/02 00:23:31 reed Exp $
#
# Variable definitions for the IRIX operating system.
@@ -87,9 +87,9 @@
_OPSYS_MAX_CMDLEN_CMD= /usr/sbin/sysconf ARG_MAX
# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
-# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# (it defaults to 'no' as per defaults/mk.conf).
# Set the group and mode to meaningful values in that case (defaults to
-# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
+# BINOWN, BINGRP and BINMODE as per defaults/mk.conf).
# FIXME: Adjust to work on this system and enable the lines below.
#.if !(empty(SETGIDGAME:M[yY][eE][sS]))
#GAMEOWN= games
diff -r 47184113b84f -r 182dc831ff40 mk/platform/Interix.mk
--- a/mk/platform/Interix.mk Tue Aug 02 00:15:10 2005 +0000
+++ b/mk/platform/Interix.mk Tue Aug 02 00:23:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Interix.mk,v 1.37 2005/07/03 19:04:10 tv Exp $
+# $NetBSD: Interix.mk,v 1.38 2005/08/02 00:23:31 reed Exp $
#
# Variable definitions for the Interix operating system.
@@ -130,9 +130,9 @@
_OPSYS_MAX_CMDLEN_CMD= ${ECHO} 262144
# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
-# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# (it defaults to 'no' as per defaults/mk.conf).
# Set the group and mode to meaningful values in that case (defaults to
-# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
+# BINOWN, BINGRP and BINMODE as per defaults/mk.conf).
# FIXME: Adjust to work on this system and enable the lines below.
#.if !(empty(SETGIDGAME:M[yY][eE][sS]))
#GAMEOWN= games
diff -r 47184113b84f -r 182dc831ff40 mk/platform/Linux.mk
--- a/mk/platform/Linux.mk Tue Aug 02 00:15:10 2005 +0000
+++ b/mk/platform/Linux.mk Tue Aug 02 00:23:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Linux.mk,v 1.16 2005/06/14 07:12:23 jlam Exp $
+# $NetBSD: Linux.mk,v 1.17 2005/08/02 00:23:31 reed Exp $
#
# Variable definitions for the Linux operating system.
@@ -7,7 +7,7 @@
IMAKEOPTS+= -DBuildHtmlManPages=NO
PKGLOCALEDIR?= share
PS?= /bin/ps
-# XXX: default from bsd.pkg.defaults.mk. Verify/corerct for this platform
+# XXX: default from defaults/mk.conf. Verify/corerct for this platform
# and remove this comment.
RSH?= /usr/bin/rsh
SU?= /bin/su
@@ -80,9 +80,9 @@
#_OPSYS_MAX_CMDLEN_CMD= /sbin/sysctl -n kern.argmax
# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
-# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# (it defaults to 'no' as per defaults/mk.conf).
# Set the group and mode to meaningful values in that case (defaults to
-# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
+# BINOWN, BINGRP and BINMODE as per defaults/mk.conf).
# FIXME: Adjust to work on this system and enable the lines below.
#.if !(empty(SETGIDGAME:M[yY][eE][sS]))
#GAMEOWN= games
diff -r 47184113b84f -r 182dc831ff40 mk/platform/NetBSD.mk
--- a/mk/platform/NetBSD.mk Tue Aug 02 00:15:10 2005 +0000
+++ b/mk/platform/NetBSD.mk Tue Aug 02 00:23:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NetBSD.mk,v 1.15 2005/06/01 18:14:23 jlam Exp $
+# $NetBSD: NetBSD.mk,v 1.16 2005/08/02 00:23:31 reed Exp $
#
# Variable definitions for the NetBSD operating system.
@@ -134,9 +134,9 @@
_OPSYS_MAX_CMDLEN_CMD= /sbin/sysctl -n kern.argmax
# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
-# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# (it defaults to 'no' as per defaults/mk.conf).
# Set the group and mode to meaningful values in that case (defaults to
-# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
+# BINOWN, BINGRP and BINMODE as per defaults/mk.conf).
.if !(empty(SETGIDGAME:M[yY][eE][sS]))
GAMEOWN= games
GAMEGRP= games
diff -r 47184113b84f -r 182dc831ff40 mk/platform/OpenBSD.mk
--- a/mk/platform/OpenBSD.mk Tue Aug 02 00:15:10 2005 +0000
+++ b/mk/platform/OpenBSD.mk Tue Aug 02 00:23:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: OpenBSD.mk,v 1.17 2005/06/01 18:14:23 jlam Exp $
+# $NetBSD: OpenBSD.mk,v 1.18 2005/08/02 00:23:31 reed Exp $
#
# Variable definitions for the OpenBSD operating system.
@@ -6,7 +6,7 @@
IMAKE_MAKE?= ${MAKE} # program which gets invoked by imake
PKGLOCALEDIR?= share
PS?= /bin/ps
-# XXX: default from bsd.pkg.defaults.mk. Verify/corerct for this platform
+# XXX: default from defaults/mk.conf. Verify/corerct for this platform
# and remove this comment.
RSH?= /usr/bin/rsh
SU?= /usr/bin/su
@@ -101,9 +101,9 @@
_OPSYS_MAX_CMDLEN_CMD= /sbin/sysctl -n kern.argmax
# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
-# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# (it defaults to 'no' as per defaults/mk.conf).
# Set the group and mode to meaningful values in that case (defaults to
-# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
+# BINOWN, BINGRP and BINMODE as per defaults/mk.conf).
# FIXME: Adjust to work on this system and enable the lines below.
#.if !(empty(SETGIDGAME:M[yY][eE][sS]))
#GAMEOWN= games
diff -r 47184113b84f -r 182dc831ff40 mk/platform/SunOS.mk
--- a/mk/platform/SunOS.mk Tue Aug 02 00:15:10 2005 +0000
+++ b/mk/platform/SunOS.mk Tue Aug 02 00:23:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SunOS.mk,v 1.17 2005/06/04 23:33:50 markd Exp $
+# $NetBSD: SunOS.mk,v 1.18 2005/08/02 00:23:31 reed Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -6,7 +6,7 @@
IMAKE_MAKE?= /usr/ccs/bin/make # program which gets invoked by imake
PKGLOCALEDIR?= lib
PS?= /bin/ps
-# XXX: default from bsd.pkg.defaults.mk. Verify/corerct for this platform
+# XXX: default from defaults/mk.conf. Verify/corerct for this platform
# and remove this comment.
RSH?= /usr/bin/rsh
SU?= /usr/bin/su
@@ -121,9 +121,9 @@
#_OPSYS_MAX_CMDLEN_CMD= /sbin/sysctl -n kern.argmax
# If games are to be installed setgid, then SETGIDGAME is set to 'yes'
-# (it defaults to 'no' as per bsd.pkg.defaults.mk).
+# (it defaults to 'no' as per defaults/mk.conf).
# Set the group and mode to meaningful values in that case (defaults to
-# BINOWN, BINGRP and BINMODE as per bsd.pkg.defaults.mk).
+# BINOWN, BINGRP and BINMODE as per defaults/mk.conf).
Home |
Main Index |
Thread Index |
Old Index