pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc Updated devel/cpuflags to 1.37



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aae6f93b0da4
branches:  trunk
changeset: 553735:aae6f93b0da4
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed Jan 28 23:31:39 2009 +0000

description:
Updated devel/cpuflags to 1.37

diffstat:

 doc/CHANGES-2009                |   3 ++-
 doc/guide/files/configuring.xml |  12 +++++++-----
 doc/guide/files/faq.xml         |  10 ++++++----
 3 files changed, 15 insertions(+), 10 deletions(-)

diffs (64 lines):

diff -r e8f7dafae23a -r aae6f93b0da4 doc/CHANGES-2009
--- a/doc/CHANGES-2009  Wed Jan 28 23:30:50 2009 +0000
+++ b/doc/CHANGES-2009  Wed Jan 28 23:31:39 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2009,v 1.411 2009/01/28 23:27:59 abs Exp $
+$NetBSD: CHANGES-2009,v 1.412 2009/01/28 23:31:39 abs Exp $
 
 Changes to the packages collection and infrastructure in 2009:
 
@@ -565,3 +565,4 @@
        Added devel/p5-Mixin-Linewise version 0.002 [seb 2009-01-28]
        Added devel/p5-Config-INI version 0.014 [seb 2009-01-28]
        Updated x11/xf86-video-radeonhd to 1.2.4 [abs 2009-01-28]
+       Updated devel/cpuflags to 1.37 [abs 2009-01-28]
diff -r e8f7dafae23a -r aae6f93b0da4 doc/guide/files/configuring.xml
--- a/doc/guide/files/configuring.xml   Wed Jan 28 23:30:50 2009 +0000
+++ b/doc/guide/files/configuring.xml   Wed Jan 28 23:31:39 2009 +0000
@@ -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>
 
diff -r e8f7dafae23a -r aae6f93b0da4 doc/guide/files/faq.xml
--- a/doc/guide/files/faq.xml   Wed Jan 28 23:30:50 2009 +0000
+++ b/doc/guide/files/faq.xml   Wed Jan 28 23:31:39 2009 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index