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:   sevan
Date:           Mon Jan  9 05:03:19 UTC 2017

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

Log Message:
Note building KDE4 applications.
Stop the NetBSD keyword substitution by introducing a space.
Add a note to highlight the artificial space added to example.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/doc/guide/files/creating.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/creating.xml
diff -u pkgsrc/doc/guide/files/creating.xml:1.21 pkgsrc/doc/guide/files/creating.xml:1.22
--- pkgsrc/doc/guide/files/creating.xml:1.21    Thu Jun 30 18:03:46 2016
+++ pkgsrc/doc/guide/files/creating.xml Mon Jan  9 05:03:19 2017
@@ -1,4 +1,4 @@
-<!-- $NetBSD: creating.xml,v 1.21 2016/06/30 18:03:46 wiz Exp $ -->
+<!-- $NetBSD: creating.xml,v 1.22 2017/01/09 05:03:19 sevan Exp $ -->
 
 <chapter id="creating">
 <title>Creating a new pkgsrc package from scratch</title>
@@ -122,11 +122,12 @@ package from the set of installed files.
 </sect2>
 
 <sect2 id="creating.kde-app">
-<title>KDE3 applications</title>
+<title>KDE3 & KDE4 applications</title>
 
 <para>KDE3 applications should always include
 <filename>meta-pkgs/kde3/kde3.mk</filename>, which contains numerous
-settings that are typical of KDE3 packages.</para>
+settings that are typical of KDE3 packages and KDE4 applications should
+always include <filename>meta-pkgs/kde4/kde4.mk</filename>, respectively.</para>
 
 </sect2>
 
@@ -231,7 +232,7 @@ not have the word <quote>sources</quote>
 <filename>Makefile</filename> looked like that:</para>
 
 <programlisting>
-# &#36;NetBSD&#36;
+# &#36;NetBSD &#36;
 #
 
 DISTNAME=       nvu-1.0-sources
@@ -248,6 +249,10 @@ COMMENT=        Web Authoring System
 .include "../../mk/bsd.pkg.mk"
 </programlisting>
 
+<para>On the first line of output above, an artificial space has been added betweeen NetBSD and $,
+this is a workaround to prevent CVS expanding to the filename of the
+guide.</para>
+
 <para>Then, I quit the editor and watched pkgsrc downloading a large
 source archive:</para>
 



Home | Main Index | Thread Index | Old Index