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:   wiz
Date:           Tue Jan 24 14:24:06 UTC 2023

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

Log Message:
doc/pkgsrc.*: regen


To generate a diff of this commit:
cvs rdiff -u -r1.348 -r1.349 pkgsrc/doc/pkgsrc.html
cvs rdiff -u -r1.346 -r1.347 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.348 pkgsrc/doc/pkgsrc.html:1.349
--- pkgsrc/doc/pkgsrc.html:1.348        Fri Jan 20 12:23:27 2023
+++ pkgsrc/doc/pkgsrc.html      Tue Jan 24 14:24:06 2023
@@ -6323,12 +6323,14 @@ BUILDLINK_TREE+=        -tiff
          pkgsrc directory.</p></li>
 <li class="listitem"><p><code class="varname">BUILDLINK_DEPMETHOD.<em class="replaceable"><code>pkg</code></em></code>
          (not shown above) controls whether we use
-         <code class="varname">BUILD_DEPENDS</code> or
+         <code class="varname">BUILD_DEPENDS</code>,
+         <code class="varname">TEST_DEPENDS</code>, or
          <code class="varname">DEPENDS</code> to add the dependency on
          <em class="replaceable"><code>pkg</code></em>.  The build dependency is
          selected by setting
          <code class="varname">BUILDLINK_DEPMETHOD.<em class="replaceable"><code>pkg</code></em></code>
-         to <span class="quote">&#8220;<span class="quote">build</span>&#8221;</span>.  By default, the full dependency is
+         to <span class="quote">&#8220;<span class="quote">build</span>&#8221;</span>, while setting it to <span class="quote">&#8220;<span class="quote">test</span>&#8221;</span> causes
+         it to become a test dependency.  By default, the full dependency is
          used.</p></li>
 <li class="listitem"><p><code class="varname">BUILDLINK_INCDIRS.<em class="replaceable"><code>pkg</code></em></code>
            and

Index: pkgsrc/doc/pkgsrc.txt
diff -u pkgsrc/doc/pkgsrc.txt:1.346 pkgsrc/doc/pkgsrc.txt:1.347
--- pkgsrc/doc/pkgsrc.txt:1.346 Fri Jan 20 12:23:27 2023
+++ pkgsrc/doc/pkgsrc.txt       Tue Jan 24 14:24:06 2023
@@ -5035,9 +5035,10 @@ dependency on pkg is added. Several impo
   * BUILDLINK_PKGSRCDIR.pkg is the location of the pkg pkgsrc directory.
 
   * BUILDLINK_DEPMETHOD.pkg (not shown above) controls whether we use
-    BUILD_DEPENDS or DEPENDS to add the dependency on pkg. The build dependency
-    is selected by setting BUILDLINK_DEPMETHOD.pkg to "build". By default, the
-    full dependency is used.
+    BUILD_DEPENDS, TEST_DEPENDS, or DEPENDS to add the dependency on pkg. The
+    build dependency is selected by setting BUILDLINK_DEPMETHOD.pkg to "build",
+    while setting it to "test" causes it to become a test dependency. By
+    default, the full dependency is used.
 
   * BUILDLINK_INCDIRS.pkg and BUILDLINK_LIBDIRS.pkg (not shown above) are lists
     of subdirectories of ${BUILDLINK_PREFIX.pkg} to add to the header and



Home | Main Index | Thread Index | Old Index