pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/guide/files Update section about scrollkeeper.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7e8a46c7490
branches:  trunk
changeset: 555761:d7e8a46c7490
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Mar 08 15:55:32 2009 +0000

description:
Update section about scrollkeeper.

diffstat:

 doc/guide/files/fixes.xml |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (41 lines):

diff -r 8e3a919bda99 -r d7e8a46c7490 doc/guide/files/fixes.xml
--- a/doc/guide/files/fixes.xml Sun Mar 08 15:54:39 2009 +0000
+++ b/doc/guide/files/fixes.xml Sun Mar 08 15:55:32 2009 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.96 2009/02/23 17:45:17 joerg Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.97 2009/03/08 15:55:32 wiz Exp $ -->
 
 <chapter id="fixes"> <?dbhtml filename="fixes.html"?>
 <title>Making your package work</title>
@@ -1578,17 +1578,17 @@
 
 
   <sect2 id="scrollkeeper-data-files">
-    <title>Packages installing scrollkeeper data files</title>
+    <title>Packages installing scrollkeeper/rarian data files</title>
 
     <para>If a package installs <filename>.omf</filename> files, used by
-    scrollkeeper, you need to take some extra steps to make sure they
+    scrollkeeper/rarian, you need to take some extra steps to make sure they
     get registered in the database:</para>
 
     <orderedlist>
       <listitem>
        <para>Include
-       <filename>../../textproc/rarian/omf.mk</filename>
-       instead of its <filename>buildlink3.mk</filename> file.  This
+       <filename>../../mk/omf-scrollkeeper.mk</filename>
+       instead of rarian's <filename>buildlink3.mk</filename> file.  This
        takes care of rebuilding the scrollkeeper database at
        installation and deinstallation time, and disallows any access
        to it directly from the package.</para>
@@ -1602,7 +1602,8 @@
 
       <listitem>
        <para>Remove the <filename>share/omf</filename> directory from
-       the PLIST.  It will be handled by scrollkeeper.</para>
+       the PLIST.  It will be handled by rarian. (<command>make
+       print-PLIST</command> does this automatically.)</para>
       </listitem>
     </orderedlist>
   </sect2>



Home | Main Index | Thread Index | Old Index