summaryrefslogtreecommitdiff
path: root/databases/java-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/java-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/java-tokyocabinet')
-rw-r--r--databases/java-tokyocabinet/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/java-tokyocabinet/Makefile b/databases/java-tokyocabinet/Makefile
index cd7009f906b..94fa298bce3 100644
--- a/databases/java-tokyocabinet/Makefile
+++ b/databases/java-tokyocabinet/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2009/11/30 21:59:37 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2009/12/19 12:56:45 obache Exp $
#
DISTNAME= tokyocabinet-java-1.22
+PKGREVISION= 1
PKGNAME= java-${DISTNAME:S/-java//}
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tokyocabinet/}