summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordsainty <dsainty>2006-07-08 07:14:15 +0000
committerdsainty <dsainty>2006-07-08 07:14:15 +0000
commitf3bf8c75ac753471f22f02fe755f137cd8b0cf48 (patch)
tree7a3802fd0893a1b0b728ccaf789c4b10ca51cb44
parent430e16ab1dc86a1b6b8ff3154887cf7cb3315ea3 (diff)
downloadpkgsrc-f3bf8c75ac753471f22f02fe755f137cd8b0cf48.tar.gz
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.
-rw-r--r--mk/defaults/options.description2
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/defaults/options.description b/mk/defaults/options.description
index e53655ee981..6edcd2b69ee 100644
--- a/mk/defaults/options.description
+++ b/mk/defaults/options.description
@@ -36,6 +36,8 @@ charts
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