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:   gutteridge
Date:           Thu Jan  5 01:35:06 UTC 2023

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

Log Message:
configuring.xml: tabs to spaces for consistent indentation


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/doc/guide/files/configuring.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/configuring.xml
diff -u pkgsrc/doc/guide/files/configuring.xml:1.57 pkgsrc/doc/guide/files/configuring.xml:1.58
--- pkgsrc/doc/guide/files/configuring.xml:1.57 Sat Feb  6 15:21:49 2021
+++ pkgsrc/doc/guide/files/configuring.xml      Thu Jan  5 01:35:06 2023
@@ -1,4 +1,4 @@
-<!-- $NetBSD: configuring.xml,v 1.57 2021/02/06 15:21:49 dbj Exp $ -->
+<!-- $NetBSD: configuring.xml,v 1.58 2023/01/05 01:35:06 gutteridge Exp $ -->
 
 <chapter id="configuring">
   <title>Configuring pkgsrc</title>
@@ -364,27 +364,26 @@ LDFLAGS+=        -your -linkerflags
     <!--       USE_ABI_DEPENDS -->
     <para><!-- XXX -->
       <itemizedlist>
-       <listitem><para><varname>PKG_DEVELOPER</varname>:
-           Run some sanity checks that package developers want:
-           <itemizedlist>
-             <listitem><para>make sure patches apply with zero
-             fuzz</para></listitem>
-             <listitem><para>run check-shlibs to see that all
-             binaries will find their shared libs.</para>
-             <!-- XXX: some more stuff -->
-             </listitem>
-           </itemizedlist>
-       </para>
-       </listitem>
-       <listitem><para><varname>PKG_DEBUG_LEVEL</varname>: The level
-       of debugging output which is displayed whilst making and
-       installing the package.  The default value for this is 0,
-       which will not display the commands as they are executed
-       (normal, default, quiet operation); the value 1 will display
-       all shell commands before their invocation, and the value 2
-       will display both the shell commands before their invocation,
-       as well as their actual execution progress with <command>set
-       -x</command>.</para></listitem>
+        <listitem><para><varname>PKG_DEVELOPER</varname>:
+        Run some sanity checks that package developers want:
+        <itemizedlist>
+            <listitem><para>make sure patches apply with zero
+            fuzz</para></listitem>
+            <listitem><para>run check-shlibs to see that all
+            binaries will find their shared libs.</para>
+            <!-- XXX: some more stuff -->
+            </listitem>
+        </itemizedlist></para>
+        </listitem>
+        <listitem><para><varname>PKG_DEBUG_LEVEL</varname>: The level
+        of debugging output which is displayed whilst making and
+        installing the package.  The default value for this is 0,
+        which will not display the commands as they are executed
+        (normal, default, quiet operation); the value 1 will display
+        all shell commands before their invocation, and the value 2
+        will display both the shell commands before their invocation,
+        as well as their actual execution progress with <command>set
+        -x</command>.</para></listitem>
       </itemizedlist>
     </para>
   </sect1>



Home | Main Index | Thread Index | Old Index