pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/defaults Document dar-int32 and dar-int64 options.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b6af5a49e45
branches:  trunk
changeset: 515797:2b6af5a49e45
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Sat Jul 08 07:14:15 2006 +0000

description:
Document dar-int32 and dar-int64 options.

Dar is built by default with an arbitrary-size-integer library for managing
all file length/timestamp details.  If 32-bit or 64-bit integers (with
overflow protection) are sufficient for requirements, the dar-int32 and
dar-int64 options can significantly reduce the run-time memory and CPU
overheads of Dar.

diffstat:

 mk/defaults/options.description |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 7461dab3278e -r 2b6af5a49e45 mk/defaults/options.description
--- a/mk/defaults/options.description   Sat Jul 08 07:09:34 2006 +0000
+++ b/mk/defaults/options.description   Sat Jul 08 07:14:15 2006 +0000
@@ -36,6 +36,8 @@
 cups                   Enable cups (Common UNIX Printing System) support.
 curl                   Enable curl support.
 curses                 Enable curses support.
+dar-int32              Use 32-bit integers for file lengths in Dar.
+dar-int64              Use 64-bit integers for file lengths in Dar.
 darwin                 Build and/or run on Darwin and Mac OS X.
 db     
 db2    



Home | Main Index | Thread Index | Old Index