summaryrefslogtreecommitdiff
path: root/databases/p5-tokyocabinet
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2009-12-19 12:56:45 +0000
committerobache <obache@pkgsrc.org>2009-12-19 12:56:45 +0000
commit5a9bff91e0f3b128a6ec13025a5bfeae358ca154 (patch)
tree1a43c0d52ff39401d6386696855fa36dc5efc749 /databases/p5-tokyocabinet
parent73d9de712957ac291b6b09fe9c87d9d5131f743e (diff)
downloadpkgsrc-5a9bff91e0f3b128a6ec13025a5bfeae358ca154.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 'databases/p5-tokyocabinet')
-rw-r--r--databases/p5-tokyocabinet/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-tokyocabinet/Makefile b/databases/p5-tokyocabinet/Makefile
index 9520c7d17bd..d1a548f35e4 100644
--- a/databases/p5-tokyocabinet/Makefile
+++ b/databases/p5-tokyocabinet/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2009/11/25 11:33:56 obache Exp $
+# $NetBSD: Makefile,v 1.20 2009/12/19 12:56:45 obache Exp $
#
DISTNAME= tokyocabinet-perl-1.32
+PKGREVISION= 1
PKGNAME= p5-${DISTNAME:S/-perl-/-/}
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tokyocabinet/}