Subject: Doc fix for USE_TOOLS+=intltool
To: NetBSD Packages Technical Discussion List <tech-pkg@netbsd.org>
From: Johnny C. Lam <jlam@pkgsrc.org>
List: tech-pkg
Date: 12/01/2006 09:13:16
This is a multi-part message in MIME format.
--------------080802070705040905040404
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Someone please commit this change.

	Thanks,

	-- Johnny Lam <jlam@pkgsrc.org>

--------------080802070705040905040404
Content-Type: message/rfc822;
 name="Re: CVS commit: pkgsrc/mk"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="Re: CVS commit: pkgsrc/mk"

	by mail.brightdiamond.com (Postfix) with ESMTP id 25B76D23CC
	for <jlam@brightdiamond.com>; Fri,  1 Dec 2006 07:14:34 -0500 (EST)
	id 0F90040F188; Fri,  1 Dec 2006 12:14:45 +0000 (GMT)
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by phoenix.buildlink.org (Postfix) with ESMTP id D7FB140F171
	for <jlam@buildlink.org>; Fri,  1 Dec 2006 12:14:44 +0000 (GMT)
	id 19B0263B271; Fri,  1 Dec 2006 12:14:33 +0000 (UTC)
	by mail.netbsd.org (Postfix) with ESMTP id 9B95D63B234
	for <jlam@NetBSD.org>; Fri,  1 Dec 2006 12:14:32 +0000 (UTC)
	by multi.al.rim.or.jp (3.7W/HMX-12) id VAA02019;
	Fri, 1 Dec 2006 21:14:30 +0900 (JST)
	by shell.rim.or.jp (8.9.3p2/3.7W/DI-2000071215) id VAA16606;
	Fri, 1 Dec 2006 21:14:29 +0900 (JST)
	(envelope-from kano_na)
Date: Fri, 1 Dec 2006 21:14:29 +0900 (JST)
Message-Id: <200612011214.VAA16606@shell.rim.or.jp>
To: "Johnny C. Lam" <jlam@NetBSD.org>
From: kano@na.rim.or.jp (OKANO Takayoshi)
Subject: Re: CVS commit: pkgsrc/mk
References: <20060705043210.7787F211CA@cvs.netbsd.org>
In-Reply-To: <20060705043210.7787F211CA@cvs.netbsd.org>

Hello,

In message <20060705043210.7787F211CA@cvs.netbsd.org>
  "Johnny C. Lam" <jlam@netbsd.org> writes:
> Log Message:
> Teach the tools framework about the following new tools:
> 
>         itools, intltool, diff3, sdiff, msgmerge

> * Adding USE_TOOLS+=intltool to a package Makefile will cause the
>   local versions of intltool-* inside ${WRKSRC} to be replaced by
>   copies from the textproc/intltool package.  If "intltool" is not
>   specified as a tool, then we create "broken" intltool-* tools in
>   the tools directory to help highlight hidden dependencies on the
>   intltool package.

This change has not been reflected to the pkgsrc guide.
Please update it.

Regards,


Index: fixes.xml
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/files/fixes.xml,v
retrieving revision 1.75
diff -u -r1.75 fixes.xml
--- fixes.xml	11 Nov 2006 05:38:27 -0000	1.75
+++ fixes.xml	1 Dec 2006 11:47:45 -0000
@@ -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>
 
Index: gnome.xml
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/files/gnome.xml,v
retrieving revision 1.4
diff -u -r1.4 gnome.xml
--- gnome.xml	26 Nov 2006 11:46:41 -0000	1.4
+++ gnome.xml	1 Dec 2006 11:47:46 -0000
@@ -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>

--------------080802070705040905040404--