pkgsrc-Changes archive

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

CVS commit: pkgsrc/doc



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue Sep 18 03:20:07 UTC 2018

Modified Files:
        pkgsrc/doc: pkgsrc.html pkgsrc.txt

Log Message:
doc/pkgsrc.*: regen


To generate a diff of this commit:
cvs rdiff -u -r1.255 -r1.256 pkgsrc/doc/pkgsrc.html
cvs rdiff -u -r1.253 -r1.254 pkgsrc/doc/pkgsrc.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/pkgsrc.html
diff -u pkgsrc/doc/pkgsrc.html:1.255 pkgsrc/doc/pkgsrc.html:1.256
--- pkgsrc/doc/pkgsrc.html:1.255        Mon Sep 10 12:12:34 2018
+++ pkgsrc/doc/pkgsrc.html      Tue Sep 18 03:20:06 2018
@@ -1679,19 +1679,15 @@ spelling mistakes) takes place.</p>
            <code class="varname">MAKECONF</code> is set to
            <code class="filename">/dev/null</code> to avoid picking up
            settings used by builds in <code class="filename">/usr/src</code>.</p></li>
-<li class="listitem"><p><code class="varname">DEPENDS_TARGET</code>:
-           By default, dependencies are only installed, and no binary
-           package is created for them. You can set this variable to
-           <code class="literal">package-install</code> to automatically create binary
-           packages after installing dependencies. Please note that the
-           <code class="varname">PKGSRC_KEEP_BIN_PKGS</code> can be set to
-           <code class="literal">yes</code> to preserve binary packages when
-           using the <code class="literal">install</code> as well.</p></li>
 </ul></div>
 </div>
 <div class="sect1">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="variables-affecting-installation"></a>5.3.�Variables affecting the installation process</h2></div></div></div>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><code class="varname">PKGSRC_KEEP_BIN_PKGSRC</code>:
+                By default, binary packages of built packages are
+                preserved in <code class="varname">PACKAGES</code>/All. Setting
+               this variable to "no" prevents this.</p></li></ul></div>
 <p>Packages have to support installation into a
     subdirectory of <code class="varname">WRKDIR</code>. This allows a package
     to be built, before the actual filesystem is touched. DESTDIR
@@ -8839,7 +8835,7 @@ place.</p></li>
        and if you still don't have the answer, ask on the
        <code class="literal">pkgsrc-users</code> mailing list.</p>
 <div class="qandaset">
-<a name="idm79174480"></a><dl>
+<a name="idm79233488"></a><dl>
 <dt>22.1. <a href="#devfaq.makeflags">What is the difference between
        MAKEFLAGS, .MAKEFLAGS and
        MAKE_FLAGS?</a>
@@ -8884,7 +8880,7 @@ do?</a>
 <tbody>
 <tr class="question">
 <td align="left" valign="top">
-<a name="devfaq.makeflags"></a><a name="idm79174096"></a><p><b>22.1.</b></p>
+<a name="devfaq.makeflags"></a><a name="idm79233104"></a><p><b>22.1.</b></p>
 </td>
 <td align="left" valign="top"><p>What is the difference between
        <code class="varname">MAKEFLAGS</code>, <code class="varname">.MAKEFLAGS</code> and
@@ -8900,7 +8896,7 @@ do?</a>
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="devfaq.make"></a><a name="idm79161808"></a><p><b>22.2.</b></p>
+<a name="devfaq.make"></a><a name="idm79229008"></a><p><b>22.2.</b></p>
 </td>
 <td align="left" valign="top"><p>What is the difference between
        <code class="varname">MAKE</code>, <code class="varname">GMAKE</code> and
@@ -8918,7 +8914,7 @@ do?</a>
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="devfaq.cc"></a><a name="idm79157456"></a><p><b>22.3.</b></p>
+<a name="devfaq.cc"></a><a name="idm79224656"></a><p><b>22.3.</b></p>
 </td>
 <td align="left" valign="top"><p>What is the difference between
        <code class="varname">CC</code>, <code class="varname">PKG_CC</code> and
@@ -8936,7 +8932,7 @@ do?</a>
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="devfaq.bl3flags"></a><a name="idm79145040"></a><p><b>22.4.</b></p>
+<a name="devfaq.bl3flags"></a><a name="idm79212240"></a><p><b>22.4.</b></p>
 </td>
 <td align="left" valign="top"><p>What is the difference between
        <code class="varname">BUILDLINK_LDFLAGS</code>,
@@ -8949,7 +8945,7 @@ do?</a>
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="devfaq.bl3prefix"></a><a name="idm79142864"></a><p><b>22.5.</b></p>
+<a name="devfaq.bl3prefix"></a><a name="idm79210064"></a><p><b>22.5.</b></p>
 </td>
 <td align="left" valign="top"><p>Why does <span class="command"><strong>make show-var
        VARNAME=BUILDLINK_PREFIX.<em class="replaceable"><code>foo</code></em></strong></span>
@@ -8965,7 +8961,7 @@ do?</a>
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="devfaq.master_sites"></a><a name="idm79139664"></a><p><b>22.6.</b></p>
+<a name="devfaq.master_sites"></a><a name="idm79206992"></a><p><b>22.6.</b></p>
 </td>
 <td align="left" valign="top"><p>What does
        <code class="code">${MASTER_SITE_SOURCEFORGE:=package/}</code> mean? I
@@ -8989,7 +8985,7 @@ do?</a>
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="devfaq.mailinglists"></a><a name="idm79132880"></a><p><b>22.7.</b></p>
+<a name="devfaq.mailinglists"></a><a name="idm79200080"></a><p><b>22.7.</b></p>
 </td>
 <td align="left" valign="top"><p>Which mailing lists are there for package
        developers?</p></td>
@@ -9014,7 +9010,7 @@ do?</a>
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="devfaq.documentation"></a><a name="idm79129040"></a><p><b>22.8.</b></p>
+<a name="devfaq.documentation"></a><a name="idm79196240"></a><p><b>22.8.</b></p>
 </td>
 <td align="left" valign="top"><p>Where is the pkgsrc
        documentation?</p></td>
@@ -9062,7 +9058,7 @@ do?</a>
 </tr>
 <tr class="question">
 <td align="left" valign="top">
-<a name="devfaq.too-much-time"></a><a name="idm79122512"></a><p><b>22.9.</b></p>
+<a name="devfaq.too-much-time"></a><a name="idm79189840"></a><p><b>22.9.</b></p>
 </td>
 <td align="left" valign="top"><p>I have a little time to kill.  What shall I
 do?</p></td>

Index: pkgsrc/doc/pkgsrc.txt
diff -u pkgsrc/doc/pkgsrc.txt:1.253 pkgsrc/doc/pkgsrc.txt:1.254
--- pkgsrc/doc/pkgsrc.txt:1.253 Tue Sep 18 03:00:40 2018
+++ pkgsrc/doc/pkgsrc.txt       Tue Sep 18 03:20:06 2018
@@ -1422,14 +1422,11 @@ mk.conf, together with some comments tha
     Makefile. If this is not set, MAKECONF is set to /dev/null to avoid picking
     up settings used by builds in /usr/src.
 
-  * DEPENDS_TARGET: By default, dependencies are only installed, and no binary
-    package is created for them. You can set this variable to package-install
-    to automatically create binary packages after installing dependencies.
-    Please note that the PKGSRC_KEEP_BIN_PKGS can be set to yes to preserve
-    binary packages when using the install as well.
-
 5.3. Variables affecting the installation process
 
+  * PKGSRC_KEEP_BIN_PKGSRC: By default, binary packages of built packages are
+    preserved in PACKAGES/All. Setting this variable to "no" prevents this.
+
 Packages have to support installation into a subdirectory of WRKDIR. This
 allows a package to be built, before the actual filesystem is touched. DESTDIR
 support exists in two variations:



Home | Main Index | Thread Index | Old Index