diff options
author | obache <obache> | 2011-07-11 08:32:38 +0000 |
---|---|---|
committer | obache <obache> | 2011-07-11 08:32:38 +0000 |
commit | fc61f168d1074183cbce2e83ca11789016bd60ab (patch) | |
tree | ad4b03aa421e681821912814da9982dca12fb946 /textproc/groonga/options.mk | |
parent | 6993a8e6f04114ac9514c4aac4167c3a33aed3a6 (diff) | |
download | pkgsrc-fc61f168d1074183cbce2e83ca11789016bd60ab.tar.gz |
Update groonga to 1.2.3.
Release 1.2.3 - 2011/06/29
--------------------------
Improvements
^^^^^^^^^^^^
* Added invalid table name check. #912
* Added groonga-query-log-analyzer that analyze query log.
* groonga command shows failed command on error.
* groonga command shows file name and line no on error.
* Improved error message of :doc:`commands/column_create`. #952
* Added GRN_OBJ_TABLE_DAT_KEY, double array trie, table. (experimental)
Fixes
^^^^^
* fix get command crash. (Reported by OBATA Akio)
* fix elapsed time overflow in query log. #944
Diffstat (limited to 'textproc/groonga/options.mk')
-rw-r--r-- | textproc/groonga/options.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/groonga/options.mk b/textproc/groonga/options.mk index 602bc214bf7..32cc4a5439e 100644 --- a/textproc/groonga/options.mk +++ b/textproc/groonga/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1.1.1 2011/04/06 13:17:04 obache Exp $ +# $NetBSD: options.mk,v 1.2 2011/07/11 08:32:38 obache Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.groonga @@ -19,16 +19,13 @@ CONFIGURE_ARGS+= --without-mecab .endif .if !empty(PKG_OPTIONS:Mtests) -CONFIGURE_ARGS+= --with-ruby=${RUBY} CONFIGURE_ARGS+= --with-cutter USE_TOOLS+= gmake TEST_TARGET= check -BUILDLINK_DEPMETHOD.${RUBY_BASE}+= build .include "../../lang/ruby/buildlink3.mk" BUILDLINK_API_DEPENDS.cutter+= cutter>=1.1.6 .include "../../devel/cutter/buildlink3.mk" .else -CONFIGURE_ARGS+= --without-ruby CONFIGURE_ARGS+= --without-cutter .endif |