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

pkgsrc/doc/guide/files/configuring.xml: 1.31 -> 1.32ほか



以下のページの更新をしました。ツッコミをお願いします。

pkgsrc/doc/guide/files/configuring.xml: 1.31 -> 1.32
pkgsrc/doc/guide/files/faq.xml: 1.40 -> 1.41
> Updated devel/cpuflags to 1.37

月曜日までに異議がなければ、 commit します。

以下、訳と原文それぞれの新旧の差分です。

--- configuring.xml.orig	2009-01-30 00:19:10.000000000 +0900
+++ configuring.xml	2009-01-30 00:19:10.000000000 +0900
@@ -1,6 +1,6 @@
-<!-- $NetBSD: configuring.xml,v 1.31 2007/12/30 22:54:39 darcy Exp $ -->
+<!-- $NetBSD: configuring.xml,v 1.32 2009/01/28 23:31:39 abs Exp $ -->
 <!-- Based on english version: -->
-<!-- NetBSD: configuring.xml,v 1.31 2007/12/30 22:54:39 darcy Exp   -->
+<!-- NetBSD: configuring.xml,v 1.32 2009/01/28 23:31:39 abs Exp   -->
 
 <chapter id="configuring">
   <title>pkgsrc を設定する</title>
@@ -256,9 +256,11 @@
 
 	<para><varname>CFLAGS=</varname> のようにする (つまり、<quote>+</quote>を付けない) と、
 	独自のフラグを追加する必要があるパッケージで問題を起こすことがあります。
-	また、CPUにあわせた最適化に関心がある場合は、
+	CPUにあわせた最適化に関心がある場合は、
 	<filename role="pkg">devel/cpuflags</filename>
-	パッケージを見ておくとよいでしょう。</para>
+	パッケージを見ておくとよいでしょう。
+	&mk.conf; で <varname>USE_CPUFLAGS</varname> を
+	yes に設定すると、pkgsrc が自動的に cpuflags を使うようになります。</para>
 
 </sect2>
 
--- faq.xml.orig	2009-01-30 00:19:11.000000000 +0900
+++ faq.xml	2009-01-30 00:19:11.000000000 +0900
@@ -1,6 +1,6 @@
-<!-- $NetBSD: faq.xml,v 1.40 2008/03/04 02:39:37 jschauma Exp $ -->
+<!-- $NetBSD: faq.xml,v 1.41 2009/01/28 23:31:39 abs Exp $ -->
 <!-- Based on english version: -->
-<!-- NetBSD: faq.xml,v 1.40 2008/03/04 02:39:37 jschauma Exp   -->
+<!-- NetBSD: faq.xml,v 1.41 2009/01/28 23:31:39 abs Exp   -->
 
 <chapter id="faq"> <?dbhtml filename="faq.html"?>
 <title>よくある質問</title>
@@ -146,7 +146,10 @@
 
   <listitem>
     <para><filename role="pkg">devel/cpuflags</filename>: お使いの CPU とコンパイラー用にコードを最適化するための
-      コンパイラーのフラグを考えてくれます。</para>
+      コンパイラーのフラグを考えてくれます。
+      &mk.conf; で <varname>USE_CPUFLAGS</varname> を
+      yes に設定すると、pkgsrc が自動的に
+      cpuflags を使うようになります。 </para>
   </listitem>
 
 </itemizedlist>
Index: configuring.xml
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/files/configuring.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- configuring.xml	30 Dec 2007 22:54:39 -0000	1.31
+++ configuring.xml	28 Jan 2009 23:31:39 -0000	1.32
@@ -1,4 +1,4 @@
-<!-- $NetBSD: configuring.xml,v 1.31 2007/12/30 22:54:39 darcy Exp $ -->
+<!-- $NetBSD: configuring.xml,v 1.32 2009/01/28 23:31:39 abs Exp $ -->
 
 <chapter id="configuring">
   <title>Configuring pkgsrc</title>
@@ -251,10 +251,12 @@
 </programlisting>
 
 	<para>Using <varname>CFLAGS=</varname> (i.e. without the
-	<quote>+</quote>) may lead to problems with packages that need
-	to add their own flags.  Also, you may want to take a look at
-	the <filename role="pkg">devel/cpuflags</filename> package if
-	you're interested in optimization for the current CPU.</para>
+	<quote>+</quote>) may lead to problems with packages that
+	need to add their own flags.  You may want to take a look
+	at the <filename role="pkg">devel/cpuflags</filename>
+	package if you're interested in optimization for the current
+	CPU.  Setting <varname>USE_CPUFLAGS</varname> to yes in
+	&mk.conf; will cause pkgsrc to automatically use cpuflags.</para>
 
 </sect2>
 
Index: faq.xml
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/files/faq.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- faq.xml	4 Mar 2008 02:39:37 -0000	1.40
+++ faq.xml	28 Jan 2009 23:31:39 -0000	1.41
@@ -1,4 +1,4 @@
-<!-- $NetBSD: faq.xml,v 1.40 2008/03/04 02:39:37 jschauma Exp $ -->
+<!-- $NetBSD: faq.xml,v 1.41 2009/01/28 23:31:39 abs Exp $ -->
 
 <chapter id="faq"> <?dbhtml filename="faq.html"?>
 <title>Frequently Asked Questions</title>
@@ -144,9 +144,11 @@
   </listitem>
 
   <listitem>
-    <para><filename role="pkg">devel/cpuflags</filename>: Determine the
-      best compiler flags to optimise code for your current CPU and
-      compiler.</para>
+    <para><filename role="pkg">devel/cpuflags</filename>: Determine
+      the best compiler flags to optimise code for your current
+      CPU and compiler. Setting <varname>USE_CPUFLAGS</varname> to
+      yes in &mk.conf; will cause pkgsrc to automatically use
+      cpuflags. </para>
   </listitem>
 
 </itemizedlist>