diff options
author | obache <obache> | 2009-12-19 12:56:45 +0000 |
---|---|---|
committer | obache <obache> | 2009-12-19 12:56:45 +0000 |
commit | 1c2cb69d992fca0a31a874fc11e135ddcc6843da (patch) | |
tree | 1a43c0d52ff39401d6386696855fa36dc5efc749 /mk | |
parent | f0c5adee2b046cf85f4ddd0fb8ffb1c790863362 (diff) | |
download | pkgsrc-1c2cb69d992fca0a31a874fc11e135ddcc6843da.tar.gz |
Introduce PKG_OPTIONS for database/tokyocabinet to select compression support
(zlib/bzip2/lzo/lzma and enabled by default for former two).
LZO and LZMA supports are exclusive, optional and should be selected by
user's use-case (priority of data compression ratio, compression speed,
or so on).
Furthermore, Tokyocabinet uses archives/lzmalib for lzma support, but lzmalib
conflicts with archivers/xz.
It means if tokyocabinet is installed with lzma, failed to install xz,
and result in failure of "make extract" for packages using .lzma/.xz distfiles.
This issue also resolved by optionify lzma support and disabled by default.
This changes also make tokyocabinet ABI changes, so bump PKGREVISION
and recursive bump.
OKed to commit in freeze by wiz@.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/options.description | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/defaults/options.description b/mk/defaults/options.description index fa2d9724192..2c6a3243e43 100644 --- a/mk/defaults/options.description +++ b/mk/defaults/options.description @@ -283,6 +283,8 @@ lprng-priv-ports Connections must be made from privileged ports. lprng-suid Install LPRng executables setuid root. lua Enable Lua support. lynx Use and enable support for the lynx browser. +lzma Enable LZMA (de)compression support. +lzo Enable LZO (de)compression support. lzw Enable LZW (De)compression support m17nlib Enable the m17n library support. m68060-optimized Optimize for m68060 (only). |