pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/help Renamed some *.mk files to *.help, since they ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e81c7960d09
branches:  trunk
changeset: 537889:5e81c7960d09
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Jan 19 22:41:47 2008 +0000

description:
Renamed some *.mk files to *.help, since they only contain comments.

diffstat:

 mk/help/destdir.help     |  47 ++++++++++++++++++++++++++
 mk/help/destdir.mk       |  47 --------------------------
 mk/help/directories.help |  86 ++++++++++++++++++++++++++++++++++++++++++++++++
 mk/help/directories.mk   |  86 ------------------------------------------------
 mk/help/env.help         |  61 ++++++++++++++++++++++++++++++++++
 mk/help/env.mk           |  58 --------------------------------
 6 files changed, 194 insertions(+), 191 deletions(-)

diffs (truncated from 409 to 300 lines):

diff -r 62b4911f9459 -r 5e81c7960d09 mk/help/destdir.help
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mk/help/destdir.help      Sat Jan 19 22:41:47 2008 +0000
@@ -0,0 +1,47 @@
+# $NetBSD: destdir.help,v 1.1 2008/01/19 22:41:47 rillig Exp $
+#
+# ===
+# Warning: This file is still under construction. Don't rely on it.
+# ===
+#
+# This file documents the variables around the DESTDIR support.
+#
+# Normally, packages are installed directly into LOCALBASE and may
+# overwrite files of other packages there. It also makes it easy to
+# create packages which behave differently depending on whether they
+# are installed from source or from a binary package. This is not good.
+#
+# The DESTDIR support tries to prevent some of these problems. When it
+# is enabled, packages are not installed directly into LOCALBASE.
+# Instead, they are installed in a temporary directory, and a binary
+# package is created from the files that have been installed there.
+#
+# === User-settable variables ===
+#
+# USE_DESTDIR
+#      * "yes" to enable DESTDIR support for those packages that
+#        explicitly support it.
+#
+#      * "full": This makes the build completely unprivileged and in
+#        turn detects any attempt to write e.g. to ${LOCALBASE}.
+#        This is not supported for actual installation yet, due to
+#        short comings of pkg_create. [FIXME]
+#
+# === Package-settable variables ===
+#
+# PKG_DESTDIR_SUPPORT
+#      * "user-destdir" means that all files of the packages should be
+#        installed with default ownership and permissions.
+#
+#      * "destdir" means that some of the installed files need special
+#        ownership or permissions. The installation is done by the
+#        privileged user.
+#
+# === Implementation notes ===
+#
+# In the "install" phase, the variable DESTDIR is set in the make(1)
+# environment of the default "do-install" target. Additionally, the
+# variable is passed in the INSTALL_MAKE_FLAGS to override potential
+# "DESTDIR=" entries in the Makefiles.
+#
+# Keywords: destdir
diff -r 62b4911f9459 -r 5e81c7960d09 mk/help/destdir.mk
--- a/mk/help/destdir.mk        Sat Jan 19 22:37:47 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,47 +0,0 @@
-# $NetBSD: destdir.mk,v 1.2 2007/02/06 19:47:13 rillig Exp $
-#
-# ===
-# Warning: This file is still under construction. Don't rely on it.
-# ===
-#
-# This file documents the variables around the DESTDIR support.
-#
-# Normally, packages are installed directly into LOCALBASE and may
-# overwrite files of other packages there. It also makes it easy to
-# create packages which behave differently depending on whether they
-# are installed from source or from a binary package. This is not good.
-#
-# The DESTDIR support tries to prevent some of these problems. When it
-# is enabled, packages are not installed directly into LOCALBASE.
-# Instead, they are installed in a temporary directory, and a binary
-# package is created from the files that have been installed there.
-#
-# === User-settable variables ===
-#
-# USE_DESTDIR
-#      * "yes" to enable DESTDIR support for those packages that
-#        explicitly support it.
-#
-#      * "full": This makes the build completely unprivileged and in
-#        turn detects any attempt to write e.g. to ${LOCALBASE}.
-#        This is not supported for actual installation yet, due to
-#        short comings of pkg_create. [FIXME]
-#
-# === Package-settable variables ===
-#
-# PKG_DESTDIR_SUPPORT
-#      * "user-destdir" means that all files of the packages should be
-#        installed with default ownership and permissions.
-#
-#      * "destdir" means that some of the installed files need special
-#        ownership or permissions. The installation is done by the
-#        privileged user.
-#
-# === Implementation notes ===
-#
-# In the "install" phase, the variable DESTDIR is set in the make(1)
-# environment of the default "do-install" target. Additionally, the
-# variable is passed in the INSTALL_MAKE_FLAGS to override potential
-# "DESTDIR=" entries in the Makefiles.
-#
-# Keywords: destdir
diff -r 62b4911f9459 -r 5e81c7960d09 mk/help/directories.help
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mk/help/directories.help  Sat Jan 19 22:41:47 2008 +0000
@@ -0,0 +1,86 @@
+# $NetBSD: directories.help,v 1.1 2008/01/19 22:41:48 rillig Exp $
+#
+# This file contains some short documentation on the directories that
+# are used within pkgsrc.
+
+# PREFIX
+#      This is the directory where the package should install its
+#      files. The actual value depends on the variables
+#      PKG_INSTALLATION_TYPE, USE_X11BASE and USE_CROSSBASE.
+#
+#      Tags: read-only, system-defined, non-overridable, etc.
+#
+#      See also:
+#              CROSSBASE,
+#              INSTALLATION_PREFIX,
+#              LOCALBASE,
+#              X11PREFIX,
+#              PKG_INSTALLATION_TYPE.
+#
+
+# LOCALBASE
+#      This is the directory where all packages are usually installed.
+#      It is set by the user, and packages must not modify it.
+#
+
+# PKG_SYSCONFBASE
+# PKG_SYSCONFDIR.*
+#      These variables may be set in mk.conf to control where the
+#      configuration files are put.
+#
+#      See also: guide:faq.html#faq.conf
+#
+
+# PKG_SYSCONFVAR
+#      This variable can be set by packages to select the variable
+#      which can then be overridden in mk.conf to change the directory
+#      where the configuration files go.
+#
+#      Default value: ${PKGBASE}
+#
+
+# PKG_SYSCONFDIR
+#      This is the directory where the current package should install
+#      its configuration files. It may be changed by the package to
+#      point to a subdirectory of PKG_SYSCONFBASE.
+#
+
+# TODO:PKG_SYSCONFDEPOTBASE
+# TODO:PKG_SYSCONFBASEDIR
+#
+
+# PKGDIR
+#      The directory where the various files that define a package are
+#      read from. These are:
+#
+#      * DESCR
+#      * HEADER, HEADER_TEMPLATES
+#      * INSTALL, DEINSTALL
+#      * MESSAGE, MESSAGE.*
+#      * PLIST, PLIST.*
+#      * distinfo
+#      * hacks.mk
+#
+#      Default value: the current directory.
+#
+#      Tags: package-settable
+#
+
+# WRKDIR
+#      The base directory where all the work is done for building a
+#      package. The pkgsrc infrastructure creates various files in this
+#      directory, whose names all start with a dot.
+#
+#      The default value of EXTRACT_DIR is ${WRKDIR}.
+#      The default value of WRKSRC is ${WRKDIR}/${DISTNAME}.
+#
+#      When PKGSRC_LOCKTYPE is set, a lock file is placed into this
+#      directory to prevent multiple processes from trying to build
+#      the package at the same time.
+#
+#      See also:
+#              EXTRACT_DIR, WRKSRC, CREATE_WRKDIR_SYMLINK, WRKOBJDIR,
+#              WRKDIR_BASENAME, OBJHOSTNAME, OBJMACHINE
+#
+#      Keywords: work
+#
diff -r 62b4911f9459 -r 5e81c7960d09 mk/help/directories.mk
--- a/mk/help/directories.mk    Sat Jan 19 22:37:47 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,86 +0,0 @@
-# $NetBSD: directories.mk,v 1.4 2007/01/17 12:47:21 rillig Exp $
-#
-# This file contains some short documentation on the directories that
-# are used within pkgsrc.
-
-# PREFIX
-#      This is the directory where the package should install its
-#      files. The actual value depends on the variables
-#      PKG_INSTALLATION_TYPE, USE_X11BASE and USE_CROSSBASE.
-#
-#      Tags: read-only, system-defined, non-overridable, etc.
-#
-#      See also:
-#              CROSSBASE,
-#              INSTALLATION_PREFIX,
-#              LOCALBASE,
-#              X11PREFIX,
-#              PKG_INSTALLATION_TYPE.
-#
-
-# LOCALBASE
-#      This is the directory where all packages are usually installed.
-#      It is set by the user, and packages must not modify it.
-#
-
-# PKG_SYSCONFBASE
-# PKG_SYSCONFDIR.*
-#      These variables may be set in mk.conf to control where the
-#      configuration files are put.
-#
-#      See also: guide:faq.html#faq.conf
-#
-
-# PKG_SYSCONFVAR
-#      This variable can be set by packages to select the variable
-#      which can then be overridden in mk.conf to change the directory
-#      where the configuration files go.
-#
-#      Default value: ${PKGBASE}
-#
-
-# PKG_SYSCONFDIR
-#      This is the directory where the current package should install
-#      its configuration files. It may be changed by the package to
-#      point to a subdirectory of PKG_SYSCONFBASE.
-#
-
-# TODO:PKG_SYSCONFDEPOTBASE
-# TODO:PKG_SYSCONFBASEDIR
-#
-
-# PKGDIR
-#      The directory where the various files that define a package are
-#      read from. These are:
-#
-#      * DESCR
-#      * HEADER, HEADER_TEMPLATES
-#      * INSTALL, DEINSTALL
-#      * MESSAGE, MESSAGE.*
-#      * PLIST, PLIST.*
-#      * distinfo
-#      * hacks.mk
-#
-#      Default value: the current directory.
-#
-#      Tags: package-settable
-#
-
-# WRKDIR
-#      The base directory where all the work is done for building a
-#      package. The pkgsrc infrastructure creates various files in this
-#      directory, whose names all start with a dot.
-#
-#      The default value of EXTRACT_DIR is ${WRKDIR}.
-#      The default value of WRKSRC is ${WRKDIR}/${DISTNAME}.
-#
-#      When PKGSRC_LOCKTYPE is set, a lock file is placed into this
-#      directory to prevent multiple processes from trying to build
-#      the package at the same time.
-#
-#      See also:
-#              EXTRACT_DIR, WRKSRC, CREATE_WRKDIR_SYMLINK, WRKOBJDIR,
-#              WRKDIR_BASENAME, OBJHOSTNAME, OBJMACHINE
-#
-#      Keywords: work
-#
diff -r 62b4911f9459 -r 5e81c7960d09 mk/help/env.help
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mk/help/env.help  Sat Jan 19 22:41:47 2008 +0000
@@ -0,0 +1,61 @@
+# $NetBSD: env.help,v 1.1 2008/01/19 22:41:48 rillig Exp $
+#
+# This file describes the *_ENV variables, where they are defined and
+# where they are used.
+#
+# In general, all environments should be ordered from general to specific
+# ones. That is, first comes the BARRIER_ENV, then the MAKE_ENV, then the
+# MAKE_BUILD_ENV.
+#
+# Additionally, the package should be able to override all settings from
+# the infrastructure. That means that the package-settable variables
+# must appear behind the system-defined ones.
+#
+



Home | Main Index | Thread Index | Old Index