pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/guide/files Document USE_TOOLS for intltool.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ca22f3cf404
branches:  trunk
changeset: 522054:9ca22f3cf404
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri Dec 01 14:19:06 2006 +0000

description:
Document USE_TOOLS for intltool.
>From jlam@ via tech-pkg list.

diffstat:

 doc/guide/files/fixes.xml |  6 +++---
 doc/guide/files/gnome.xml |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r 0bfb8190dffc -r 9ca22f3cf404 doc/guide/files/fixes.xml
--- a/doc/guide/files/fixes.xml Fri Dec 01 14:09:01 2006 +0000
+++ b/doc/guide/files/fixes.xml Fri Dec 01 14:19:06 2006 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.75 2006/11/11 05:38:27 rillig Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.76 2006/12/01 14:19:06 reed Exp $ -->
 
 <chapter id="fixes"> <?dbhtml filename="fixes.html"?>
 <title>Making your package work</title>
@@ -1674,8 +1674,8 @@
   <sect2 id="intltool">
     <title>Packages using intltool</title>
 
-    <para>If a package uses intltool during its build, include the
-    <filename>../../textproc/intltool/buildlink3.mk</filename> file,
+    <para>If a package uses intltool during its build, add
+    <literal>intltool</literal> to the <varname>USE_TOOLS</varname>,
     which forces it to use the intltool package provided by pkgsrc,
     instead of the one bundled with the distribution file.</para>
 
diff -r 0bfb8190dffc -r 9ca22f3cf404 doc/guide/files/gnome.xml
--- a/doc/guide/files/gnome.xml Fri Dec 01 14:09:01 2006 +0000
+++ b/doc/guide/files/gnome.xml Fri Dec 01 14:19:06 2006 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: gnome.xml,v 1.4 2006/11/26 11:46:41 jmmv Exp $ -->
+<!-- $NetBSD: gnome.xml,v 1.5 2006/12/01 14:19:06 reed Exp $ -->
 
 <chapter id="gnome"> <?dbhtml filename="gnome.html"?>
 <title>GNOME packaging and porting</title>
@@ -126,8 +126,8 @@
   </listitem>
 
   <listitem>
-    <para>If the package uses intltool, be sure to include the <filename
-    role="cvsweb">pkgsrc/textproc/intltool/buildlink3.mk</filename> file
+    <para>If the package uses intltool, be sure to add 
+    <literal>intltool</literal> to the <varname>USE_TOOLS</varname>
     to handle dependencies and to force the package to use the latest
     available version.</para>
   </listitem>



Home | Main Index | Thread Index | Old Index