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:   cheusov
Date:           Wed May  8 10:44:37 UTC 2024

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

Log Message:
doc/pkgsrc.*: regen


To generate a diff of this commit:
cvs rdiff -u -r1.370 -r1.371 pkgsrc/doc/pkgsrc.html
cvs rdiff -u -r1.368 -r1.369 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.370 pkgsrc/doc/pkgsrc.html:1.371
--- pkgsrc/doc/pkgsrc.html:1.370        Tue May  7 16:34:53 2024
+++ pkgsrc/doc/pkgsrc.html      Wed May  8 10:44:37 2024
@@ -5177,6 +5177,24 @@ ${FETCH_CMD} ${FETCH_BEFORE_ARGS} ${site
 <p>See <a class="xref" href="#print-PLIST" title="19.3.�Tweaking output of make print-PLIST">Section�19.3, &#8220;Tweaking output of <span class="command"><strong>make 
print-PLIST</strong></span>&#8221;</a> for more
          information on this target.</p>
 </dd>
+<dt><span class="term">rebuild</span></dt>
+<dd><p>If you did a <span class="command"><strong>make build</strong></span> and you
+         noticed some further modifications of sources are needed,
+         you can repeat the build with this target, which will ignore
+         the <span class="quote">&#8220;<span class="quote">already built</span>&#8221;</span> flag. This target is
+         helpful while working with patches.</p></dd>
+<dt><span class="term">repackage</span></dt>
+<dd><p>If you did a <span class="command"><strong>make package</strong></span> and you
+         noticed some further modifications of sources are needed,
+         you can repeat the package with this target, which will ignore
+         the <span class="quote">&#8220;<span class="quote">already packaged</span>&#8221;</span> flag. This target is
+         helpful while working with patches, PLIST* files etc.</p></dd>
+<dt><span class="term">retest</span></dt>
+<dd><p>If you did a <span class="command"><strong>make test</strong></span> and you
+         noticed some further modifications of sources are needed,
+         you can repeat the test with this target, which will ignore
+         the <span class="quote">&#8220;<span class="quote">already tested</span>&#8221;</span> flag. This target is
+         helpful while working with patches.</p></dd>
 </dl></div>
 </div>
 </div>

Index: pkgsrc/doc/pkgsrc.txt
diff -u pkgsrc/doc/pkgsrc.txt:1.368 pkgsrc/doc/pkgsrc.txt:1.369
--- pkgsrc/doc/pkgsrc.txt:1.368 Tue May  7 16:34:53 2024
+++ pkgsrc/doc/pkgsrc.txt       Wed May  8 10:44:37 2024
@@ -4069,6 +4069,27 @@ print-PLIST
     See Section 19.3, "Tweaking output of make print-PLIST" for more
     information on this target.
 
+rebuild
+
+    If you did a make build and you noticed some further modifications of
+    sources are needed, you can repeat the build with this target, which will
+    ignore the "already built" flag. This target is helpful while working with
+    patches.
+
+repackage
+
+    If you did a make package and you noticed some further modifications of
+    sources are needed, you can repeat the package with this target, which will
+    ignore the "already packaged" flag. This target is helpful while working
+    with patches, PLIST* files etc.
+
+retest
+
+    If you did a make test and you noticed some further modifications of
+    sources are needed, you can repeat the test with this target, which will
+    ignore the "already tested" flag. This target is helpful while working with
+    patches.
+
 Chapter 14. Creating a new pkgsrc package from scratch
 
 Table of Contents



Home | Main Index | Thread Index | Old Index