pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide/files Update documentation to mention PKGSRC...
details: https://anonhg.NetBSD.org/pkgsrc/rev/60b42f1e5b58
branches: trunk
changeset: 312888:60b42f1e5b58
user: maya <maya%pkgsrc.org@localhost>
date: Tue Sep 18 03:17:27 2018 +0000
description:
Update documentation to mention PKGSRC_KEEP_BIN_PKGS, and remove now
stale information of DEPENDS_TARGET.
Heads up by Dean Matzkov in PR pkg/52708.
(Now to the right place, not the generated output)
diffstat:
doc/guide/files/configuring.xml | 19 +++++++++----------
1 files changed, 9 insertions(+), 10 deletions(-)
diffs (40 lines):
diff -r 1f12635ac39c -r 60b42f1e5b58 doc/guide/files/configuring.xml
--- a/doc/guide/files/configuring.xml Tue Sep 18 03:00:40 2018 +0000
+++ b/doc/guide/files/configuring.xml Tue Sep 18 03:17:27 2018 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: configuring.xml,v 1.52 2017/01/07 04:30:45 sevan Exp $ -->
+<!-- $NetBSD: configuring.xml,v 1.53 2018/09/18 03:17:27 maya Exp $ -->
<chapter id="configuring">
<title>Configuring pkgsrc</title>
@@ -113,15 +113,6 @@
<filename>/dev/null</filename> to avoid picking up
settings used by builds in <filename>/usr/src</filename>.</para>
</listitem>
- <listitem><para><varname>DEPENDS_TARGET</varname>:
- By default, dependencies are only installed, and no binary
- package is created for them. You can set this variable to
- <literal>package-install</literal> to automatically create binary
- packages after installing dependencies. Please note that the
- <varname>PKGSRC_KEEP_BIN_PKGS</varname> can be set to
- <literal>yes</literal> to preserve binary packages when
- using the <literal>install</literal> as well.</para>
- </listitem>
<!-- DISTDIR -->
<!-- FAILOVER_FETCH -->
@@ -131,6 +122,14 @@
<sect1 id="variables-affecting-installation">
<title>Variables affecting the installation process</title>
+ <itemizedlist>
+ <listitem><para><varname>PKGSRC_KEEP_BIN_PKGSRC</varname>:
+ By default, binary packages of built packages are
+ preserved in <varname>PACKAGES</varname>/All. Setting
+ this variable to "no" prevents this.</para>
+ </listitem>
+ </itemizedlist>
+
<para>Packages have to support installation into a
subdirectory of <varname>WRKDIR</varname>. This allows a package
to be built, before the actual filesystem is touched. DESTDIR
Home |
Main Index |
Thread Index |
Old Index