Update of /cvsroot/fink/fink
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23691

Modified Files:
      Tag: branch_0_29
        ChangeLog fink.conf.5.in 
Log Message:
New MaxBuildJobs fink.conf entry and UseMaxBuildJobs package description field.
Minor fink.conf cleanup, too.


Index: fink.conf.5.in
===================================================================
RCS file: /cvsroot/fink/fink/fink.conf.5.in,v
retrieving revision 1.45
retrieving revision 1.45.2.1
diff -u -d -r1.45 -r1.45.2.1
--- fink.conf.5.in      17 Mar 2009 05:43:48 -0000      1.45
+++ fink.conf.5.in      24 Nov 2009 21:11:34 -0000      1.45.2.1
@@ -47,7 +47,7 @@
 .\"
 .\"
 .Sh REQUIRED SETTINGS
-Some of the settings in the fink.conf are mandatory. Without them Fink cannot 
to 
+Some of the settings in fink.conf are mandatory. Without them Fink cannot to 
 function properly. The following settings belong to this category. 
 .Bl -tag -width flag
 .It Cm Basepath: Ar path 
@@ -97,8 +97,8 @@
 .Pp
 The order of trees is meaningful, as packages from later trees may override
 packages from earlier ones.
-.It Cm Distribution: Ar 10.3, 10.4 or 10.5
-Fink needs to know which version of Mac OS X you are running. Mac OS X 10.0 
and earlier are not supported, and 10.1 and 10.2 are no longer supported by 
this version of fink. This field is set by running the
+.It Cm Distribution: Ar 10.4, 10.5 or 10.6
+Fink needs to know which version of Mac OS X you are running. Mac OS X 10.0 
and earlier are not supported, and versions from 10.1 to 10.3 are no longer 
supported by this version of fink. This field is set by running the
 .Cm @PREFIX@/lib/fink/postinstall.pl
 script. You should not need to alter this value manually. 
 .It Cm FetchAltDir: Ar path 
@@ -114,8 +114,8 @@
 .Bl -tag -width flag -offset indent -compact
 .It 0 - Quiet (don't show download stats)
 .It 1 - Low (don't show tarballs being expanded) 
-.It 2 - Medium (shows almost everything)
-.It 3 - High (shows everything) 
+.It 2 - Medium (show almost everything)
+.It 3 - High (show everything) 
 .El
 The default value is 1. 
 .It Cm SkipPrompts: Ar a comma-delimited list 
@@ -153,21 +153,28 @@
 .Pa @PREFIX@/src
 on Panther and earlier, and
 .Pa @PREFIX@/src/fink.build
-on Tiger. If you want them to be somewhere else, specify the path here.
-See the descriptions of the
+on OS 10.4 and later versions. If you want them to be somewhere else, specify
+the path here.  See the descriptions of the
 .Cm KeepRootDir
 and
 .Cm KeepBuildDir
 fields later in this document for more information about these temporary 
directories.
 .Pp
-On Tiger, it is recommended that the Buildpath end with .noindex or .build.
-Otherwise, Spotlight will attempt to index the temporary files in the
-Buildpath, slowing down builds.
+On Tiger and later versions, it is recommended that the Buildpath end with
+.noindex or .build.  Otherwise, Spotlight will attempt to index the temporary
+files in the Buildpath, slowing down builds.
 .It Cm Bzip2Path: Ar the path to your bzip2 (or compatible) binary
 The Bzip2Path option lets you override the default path for the bzip2 
command-line
 tool.  This allows you to specify an alternate location to your bzip2 
executable,
 pass optional command-line options, or use a drop-in replacement like pbzip2 
for
 decompressing .bz2 archives.
+.It Cm MaxBuildJobs: Ar positive integer
+For packages with parallel build jobs enabled, the MaxBuildJobs option
+specifies how many concurrent build jobs should be spawned by Fink, which
+should render builds faster on multi-CPU, multi-core systems (technically
+speaking, Fink uses the value of this option in MAKEFLAGS=-j). Running
+.Cm fink configure
+will tell you how many active CPUs/cores are available on your system.
 .El
 .\"
 .\"

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.503.2.24
retrieving revision 1.503.2.25
diff -u -d -r1.503.2.24 -r1.503.2.25
--- ChangeLog   27 Sep 2009 18:27:00 -0000      1.503.2.24
+++ ChangeLog   24 Nov 2009 21:11:34 -0000      1.503.2.25
@@ -1,3 +1,7 @@
+2009-11-24  Augusto Devegili  <moni...@users.sourceforge.net>
+
+       * fink.conf.5.in: New MaxBuildJobs option and minor cleanup
+
 2009-09-27  Dave Morrison  <d...@finkproject.org>
 
        * VERSION: Bumped package manager version to 0.29.10, a bug-fix


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to