Update of /cvsroot/fink/fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2113

Modified Files:
        ChangeLog fink.8.in 
Log Message:
Add --logfile flag to set explicit build-log filename (with %-exp).


Index: fink.8.in
===================================================================
RCS file: /cvsroot/fink/fink/fink.8.in,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- fink.8.in   6 Oct 2005 19:10:59 -0000       1.47
+++ fink.8.in   7 Oct 2005 21:36:10 -0000       1.48
@@ -38,11 +38,13 @@
 .It Cm -h, --help
 Display help text.
 .It Cm -q, --quiet
-Causes fink to be less verbose, opposite of --verbose
+Causes fink to be less verbose, opposite of
+.Cm --verbose
 .It Cm -V, --version
 Display fink version information.
 .It Cm -v, --verbose
-Causes fink to be more verbose, opposite of --quiet
+Causes fink to be more verbose, opposite of
+.Cm --quiet
 .It Cm -y, --yes
 Assume default answer for all interactive questions
 .It Cm -K, --keep-root-dir
@@ -61,8 +63,9 @@
 that version is available for download; it does not cause Fink to
 choose a version based on its binary availability.
 .It Cm --no-use-binary-dist
-Don't use pre-compiled binary packages from the binary distribution
-(opposite of --use-binary-dist)
+Don't use pre-compiled binary packages from the binary distribution,
+opposite of
+.Cm --use-binary-dist
 .It Cm --build-as-nobody
 Drop to a non-root user when performing the unpack, patch, compile,
 and install phases.
@@ -72,12 +75,31 @@
 package; turn certain build-time warnings into fatal errors.
 .It Cm -l, --log-output
 Save a copy of the terminal output during each package building
-process to a file in
-.Pa /tmp
-named for the package and version being built.
+process. By default, the file is stored in
+.Pa /tmp/fink-build-log_[name]-[version]-[revision]_[date]-[time]
+but one can use the
+.Cm --logfile
+flag to specify an alternate filename.
 .It Cm --no-log-outut
-Don't save a copy of the output during package-building (opposite of
---log-output)
+Don't save a copy of the output during package-building, opposite of
+.Cm --log-output
+.It Cm -l, --logfile=filename
+Save package build logs to the file
+.Pa filename
+instead of the default (see the
+.Cm --log-output
+flag). You can use percent-expansion codes to include specific package
+information automatically. A complete list of percent-expanions is
+available in the Fink Packaging Manual; some common percent-expansions
+are:
+.Bl -tag -width flag -offset indent -compact
+.It Cm %n
+package name
+.It Cm %v
+package version
+.It Cm %r
+package revision
+.El
 .El
 .\"
 .\"
@@ -97,7 +119,7 @@
 .It Cm install Ar package...
 The install command is used to install packages. It downloads, configures,
 and builds, or downloads prebuilt (see the
-.Cm Ar --use-binary-dist
+.Cm --use-binary-dist
 flag) and installs the packages you name. It will also install required
 dependencies automatically, but will ask you for confirmation before it
 does so.

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.370
retrieving revision 1.371
diff -u -d -r1.370 -r1.371
--- ChangeLog   7 Oct 2005 04:38:16 -0000       1.370
+++ ChangeLog   7 Oct 2005 21:36:10 -0000       1.371
@@ -1,5 +1,9 @@
 2005-10-07  Daniel Macks  <[EMAIL PROTECTED]>
 
+       * fink.8.in: Document --logfile. Also misc nroff cleanups.
+
+2005-10-07  Daniel Macks  <[EMAIL PROTECTED]>
+
        * install.sh: Add new ChangeLog from perlmod/ as ChangeLog.perlmod
        and move perlmod/Fink/ChangeLog from that install-name to to
        ChangeLog.perlmod.Fink.



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to