pkgsrc-Changes archive

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

CVS commit: pkgsrc/doc/guide/files



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 21 20:32:44 UTC 2026

Modified Files:
        pkgsrc/doc/guide/files: fixes.xml

Log Message:
doc: improve rust section in guide


To generate a diff of this commit:
cvs rdiff -u -r1.205 -r1.206 pkgsrc/doc/guide/files/fixes.xml

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

Modified files:

Index: pkgsrc/doc/guide/files/fixes.xml
diff -u pkgsrc/doc/guide/files/fixes.xml:1.205 pkgsrc/doc/guide/files/fixes.xml:1.206
--- pkgsrc/doc/guide/files/fixes.xml:1.205      Fri Apr 10 08:41:35 2026
+++ pkgsrc/doc/guide/files/fixes.xml    Tue Apr 21 20:32:44 2026
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.205 2026/04/10 08:41:35 wiz Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.206 2026/04/21 20:32:44 wiz Exp $ -->
 
 <chapter id="fixes"> <?dbhtml filename="fixes.html"?>
 <title>Making your package work</title>
@@ -1566,9 +1566,11 @@ gnu++03, gnu++11, gnu++14, gnu++17, gnu+
     <filename>../../lang/rust/cargo.mk</filename>.</para>
 
     <orderedlist>
-      <listitem><para>Generate a list of those dependencies with
-      <command>make CARGO_ARGS="build --release" build &amp;&amp;
-      make print-cargo-depends > cargo-depends.mk</command>.</para></listitem>
+      <listitem><para>It will usually depend on a lot of other code
+      (distributed in so-called crates). Generate a list of those
+      dependencies with <command>make extract &amp;&amp; make
+      print-cargo-depends >
+      cargo-depends.mk</command>.</para></listitem>
 
       <listitem><para>Prepend
       <literal>.include "cargo-depends.mk"</literal> to any other



Home | Main Index | Thread Index | Old Index