summaryrefslogtreecommitdiff
path: root/databases/ruby-tokyocabinet
diff options
context:
space:
mode:
authorobache <obache>2009-12-19 12:56:45 +0000
committerobache <obache>2009-12-19 12:56:45 +0000
commit09d2f5b653a854a37af9d6df8e030f696d5b60ce (patch)
tree1a43c0d52ff39401d6386696855fa36dc5efc749 /databases/ruby-tokyocabinet
parent18826311d7a222d569b10a4c468a358c7163eadb (diff)
downloadpkgsrc-09d2f5b653a854a37af9d6df8e030f696d5b60ce.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/ruby-tokyocabinet')
-rw-r--r--databases/ruby-tokyocabinet/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/ruby-tokyocabinet/Makefile b/databases/ruby-tokyocabinet/Makefile
index 6fce21c4fd9..db40d81ff16 100644
--- a/databases/ruby-tokyocabinet/Makefile
+++ b/databases/ruby-tokyocabinet/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2009/11/25 11:33:56 obache Exp $
+# $NetBSD: Makefile,v 1.18 2009/12/19 12:56:45 obache Exp $
#
DISTNAME= tokyocabinet-ruby-1.29
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/-ruby-/-/}
+PKGREVISION= 1
CATEGORIES= databases ruby
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tokyocabinet/}