Index: head/textproc/groonga/Makefile =================================================================== --- head/textproc/groonga/Makefile (revision 419086) +++ head/textproc/groonga/Makefile (revision 419087) @@ -1,68 +1,68 @@ # $FreeBSD$ PORTNAME= groonga -PORTVERSION= 6.0.4 +PORTVERSION= 6.0.5 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ MAINTAINER= bofh@FreeBSD.org COMMENT= Open-source fulltext search engine and column store LICENSE= LGPL21 LIB_DEPENDS= libpcre.so:devel/pcre -USES= gmake libtool pathfix pkgconfig +USES= execinfo gmake libedit libtool pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-benchmark \ --disable-document \ --disable-silent-rules \ --localstatedir=/var \ --without-cutter \ --without-inkscape \ --without-kytea \ --without-lemon \ --with-log-path=/var/log/groonga.log \ --with-munin-plugins INSTALL_TARGET= install-strip USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= MECAB SUGGEST RUBY OPTIONS_DEFAULT= MECAB SUGGEST RUBY OPTIONS_SUB= yes MECAB_DESC= Morphological analysis support via MeCab MECAB_LIB_DEPENDS= libmecab.so:japanese/mecab MECAB_CONFIGURE_OFF= --without-mecab SUGGEST_DESC= Suggestions support SUGGEST_LIB_DEPENDS= libevent.so:devel/libevent2 \ libmsgpackc.so:devel/msgpack \ libzmq.so:net/libzmq2 SUGGEST_CONFIGURE_ON= --with-libevent=${LOCALBASE} \ --with-message-pack=${LOCALBASE} \ --enable-zeromq SUGGEST_CONFIGURE_OFF= --without-libevent \ --without-message-pack \ --disable-zeromq RUBY_CONFIGURE_ON= --enable-mruby RUBY_USE= RUBY=yes post-patch: @${REINPLACE_CMD} -e \ 's|lib/$${PACKAGE}/db/db|db/$${PACKAGE}/db| ; \ s|-lpthread|-pthread|' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ '/NGX_PID_PATH/s|mkdir|${TRUE}| ; \ /NGX_HTTP_LOG_PATH/s|mkdir|${TRUE}| ; \ /NGX_ERROR_LOG_PATH/s|mkdir|${TRUE}|' \ - ${WRKSRC}/vendor/nginx-1.11.0/auto/install + ${WRKSRC}/vendor/nginx-1.11.1/auto/install post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd @${MKDIR} ${STAGEDIR}/var/log/groonga/httpd @${MKDIR} ${STAGEDIR}/var/run/groonga .include Index: head/textproc/groonga/distinfo =================================================================== --- head/textproc/groonga/distinfo (revision 419086) +++ head/textproc/groonga/distinfo (revision 419087) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465556857 -SHA256 (groonga-6.0.4.tar.gz) = 2c6ebe7e5b1065b777cbc5c6696a47a2b7da510b4c3e785f45437a56ad65ad58 -SIZE (groonga-6.0.4.tar.gz) = 13687702 +TIMESTAMP = 1468524942 +SHA256 (groonga-6.0.5.tar.gz) = a3323b5abea048483257a96611477921e3e342690a26f260feb340a3e97a1438 +SIZE (groonga-6.0.5.tar.gz) = 13603735 Index: head/textproc/groonga/pkg-plist =================================================================== --- head/textproc/groonga/pkg-plist (revision 419086) +++ head/textproc/groonga/pkg-plist (revision 419087) @@ -1,264 +1,269 @@ %%RUBY%%bin/grndb bin/groonga bin/groonga-benchmark %%SUGGEST%%bin/groonga-suggest-create-dataset %%SUGGEST%%bin/groonga-suggest-httpd %%SUGGEST%%bin/groonga-suggest-learner %%ETCDIR%%/groonga.conf %%ETCDIR%%/httpd/fastcgi.conf %%ETCDIR%%/httpd/fastcgi.conf.default %%ETCDIR%%/httpd/fastcgi_params %%ETCDIR%%/httpd/fastcgi_params.default %%ETCDIR%%/httpd/groonga-httpd.conf %%ETCDIR%%/httpd/html/50x.html %%ETCDIR%%/httpd/html/index.html %%ETCDIR%%/httpd/koi-utf %%ETCDIR%%/httpd/koi-win %%ETCDIR%%/httpd/mime.types %%ETCDIR%%/httpd/mime.types.default %%ETCDIR%%/httpd/nginx.conf.default %%ETCDIR%%/httpd/scgi_params %%ETCDIR%%/httpd/scgi_params.default %%ETCDIR%%/httpd/uwsgi_params %%ETCDIR%%/httpd/uwsgi_params.default %%ETCDIR%%/httpd/win-utf %%ETCDIR%%/synonyms.tsv include/groonga/groonga.h include/groonga/groonga/array.h include/groonga/groonga/command.h include/groonga/groonga/config.h include/groonga/groonga/dat.h include/groonga/groonga/db.h include/groonga/groonga/dump.h include/groonga/groonga/expr.h include/groonga/groonga/file_reader.h include/groonga/groonga/geo.h include/groonga/groonga/groonga.h include/groonga/groonga/hash.h +include/groonga/groonga/id.h include/groonga/groonga/ii.h include/groonga/groonga/nfkc.h include/groonga/groonga/normalizer.h include/groonga/groonga/obj.h include/groonga/groonga/operator.h include/groonga/groonga/output.h include/groonga/groonga/pat.h include/groonga/groonga/plugin.h include/groonga/groonga/portability.h include/groonga/groonga/request_canceler.h include/groonga/groonga/request_timer.h include/groonga/groonga/scorer.h include/groonga/groonga/table.h include/groonga/groonga/thread.h include/groonga/groonga/time.h include/groonga/groonga/token.h include/groonga/groonga/token_filter.h include/groonga/groonga/tokenizer.h include/groonga/groonga/type.h include/groonga/groonga/util.h include/groonga/groonga/windows.h include/groonga/groonga/windows_event_logger.h include/groonga/groonga/window_function.h %%RUBY%%lib/groonga/plugins/expression_rewriters/optimizer.rb lib/groonga/plugins/functions/number.a lib/groonga/plugins/functions/number.so lib/groonga/plugins/functions/string.a lib/groonga/plugins/functions/string.so lib/groonga/plugins/functions/vector.a lib/groonga/plugins/functions/time.a lib/groonga/plugins/functions/time.so lib/groonga/plugins/functions/vector.so lib/groonga/plugins/query_expanders/tsv.a lib/groonga/plugins/query_expanders/tsv.so %%RUBY%%lib/groonga/plugins/ruby/eval.rb %%RUBY%%lib/groonga/plugins/sharding.rb %%RUBY%%lib/groonga/plugins/sharding/logical_count.rb %%RUBY%%lib/groonga/plugins/sharding/logical_enumerator.rb %%RUBY%%lib/groonga/plugins/sharding/logical_parameters.rb %%RUBY%%lib/groonga/plugins/sharding/logical_range_filter.rb %%RUBY%%lib/groonga/plugins/sharding/logical_select.rb %%RUBY%%lib/groonga/plugins/sharding/logical_shard_list.rb %%RUBY%%lib/groonga/plugins/sharding/logical_table_remove.rb %%RUBY%%lib/groonga/plugins/sharding/parameters.rb %%RUBY%%lib/groonga/plugins/sharding/range_expression_builder.rb %%RUBY%%lib/groonga/scripts/ruby/accessor.rb %%RUBY%%lib/groonga/scripts/ruby/backtrace_entry.rb %%RUBY%%lib/groonga/scripts/ruby/command.rb %%RUBY%%lib/groonga/scripts/ruby/command_line_parser.rb %%RUBY%%lib/groonga/scripts/ruby/command_line/grndb.rb %%RUBY%%lib/groonga/scripts/ruby/context.rb %%RUBY%%lib/groonga/scripts/ruby/context/error_level.rb %%RUBY%%lib/groonga/scripts/ruby/context/rc.rb %%RUBY%%lib/groonga/scripts/ruby/database.rb %%RUBY%%lib/groonga/scripts/ruby/error.rb %%RUBY%%lib/groonga/scripts/ruby/eval_context.rb %%RUBY%%lib/groonga/scripts/ruby/expression.rb %%RUBY%%lib/groonga/scripts/ruby/expression_rewriter.rb %%RUBY%%lib/groonga/scripts/ruby/expression_rewriters.rb %%RUBY%%lib/groonga/scripts/ruby/expression_size_estimator.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree.rb +%%RUBY%%lib/groonga/scripts/ruby/expression_tree/accessor.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/binary_operation.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/constant.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/function_call.rb +%%RUBY%%lib/groonga/scripts/ruby/expression_tree/index_column.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/logical_operation.rb +%%RUBY%%lib/groonga/scripts/ruby/expression_tree/options.rb +%%RUBY%%lib/groonga/scripts/ruby/expression_tree/procedure.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree/variable.rb %%RUBY%%lib/groonga/scripts/ruby/expression_tree_builder.rb %%RUBY%%lib/groonga/scripts/ruby/fixed_size_column.rb %%RUBY%%lib/groonga/scripts/ruby/id.rb %%RUBY%%lib/groonga/scripts/ruby/index_column.rb %%RUBY%%lib/groonga/scripts/ruby/index_cursor.rb %%RUBY%%lib/groonga/scripts/ruby/index_info.rb %%RUBY%%lib/groonga/scripts/ruby/initialize/post.rb %%RUBY%%lib/groonga/scripts/ruby/initialize/pre.rb %%RUBY%%lib/groonga/scripts/ruby/logger.rb %%RUBY%%lib/groonga/scripts/ruby/logger/level.rb %%RUBY%%lib/groonga/scripts/ruby/object.rb %%RUBY%%lib/groonga/scripts/ruby/operator.rb %%RUBY%%lib/groonga/scripts/ruby/plugin_loader.rb %%RUBY%%lib/groonga/scripts/ruby/query_logger.rb %%RUBY%%lib/groonga/scripts/ruby/query_logger/flag.rb %%RUBY%%lib/groonga/scripts/ruby/record.rb %%RUBY%%lib/groonga/scripts/ruby/require.rb %%RUBY%%lib/groonga/scripts/ruby/scan_info.rb %%RUBY%%lib/groonga/scripts/ruby/scan_info_builder.rb %%RUBY%%lib/groonga/scripts/ruby/scan_info_data.rb %%RUBY%%lib/groonga/scripts/ruby/scan_info_search_index.rb %%RUBY%%lib/groonga/scripts/ruby/table.rb %%RUBY%%lib/groonga/scripts/ruby/table_cursor.rb %%RUBY%%lib/groonga/scripts/ruby/variable_size_column.rb %%RUBY%%lib/groonga/scripts/ruby/writer.rb lib/groonga/plugins/suggest/suggest.a lib/groonga/plugins/suggest/suggest.so lib/groonga/plugins/table/table.a lib/groonga/plugins/table/table.so lib/groonga/plugins/token_filters/stop_word.a lib/groonga/plugins/token_filters/stop_word.so %%MECAB%%lib/groonga/plugins/tokenizers/mecab.a %%MECAB%%lib/groonga/plugins/tokenizers/mecab.so lib/libgroonga.a lib/libgroonga.so lib/libgroonga.so.0 lib/libgroonga.so.0.0.0 libdata/pkgconfig/groonga.pc sbin/groonga-httpd sbin/groonga-httpd-restart %%DATADIR%%/examples/dictionary/edict/edict-import.sh %%DATADIR%%/examples/dictionary/edict/edict2grn.rb %%DATADIR%%/examples/dictionary/eijiro/eijiro-import.sh %%DATADIR%%/examples/dictionary/eijiro/eijiro2grn.rb %%DATADIR%%/examples/dictionary/gene95/gene-import.sh %%DATADIR%%/examples/dictionary/gene95/gene2grn.rb %%DATADIR%%/examples/dictionary/html/css/dictionary.css %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-icons_222222_256x240.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-icons_2e83ff_256x240.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-icons_454545_256x240.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-icons_888888_256x240.png %%DATADIR%%/examples/dictionary/html/css/smoothness/images/ui-icons_cd0a0a_256x240.png %%DATADIR%%/examples/dictionary/html/css/smoothness/jquery-ui-1.8.12.custom.css %%DATADIR%%/examples/dictionary/html/index.html %%DATADIR%%/examples/dictionary/html/js/dictionary.js %%DATADIR%%/examples/dictionary/html/js/jquery-1.7.2.js %%DATADIR%%/examples/dictionary/html/js/jquery-ui-1.8.18.custom.js %%DATADIR%%/examples/dictionary/init-db.sh %%DATADIR%%/examples/dictionary/jmdict/jmdict.rb %%DATADIR%%/examples/dictionary/readme.txt %%DATADIR%%/html/admin/css/groonga-admin.css %%DATADIR%%/html/admin/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png %%DATADIR%%/html/admin/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png %%DATADIR%%/html/admin/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png %%DATADIR%%/html/admin/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png %%DATADIR%%/html/admin/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png %%DATADIR%%/html/admin/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png %%DATADIR%%/html/admin/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png %%DATADIR%%/html/admin/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png %%DATADIR%%/html/admin/css/redmond/images/ui-icons_217bc0_256x240.png %%DATADIR%%/html/admin/css/redmond/images/ui-icons_2e83ff_256x240.png %%DATADIR%%/html/admin/css/redmond/images/ui-icons_469bdd_256x240.png %%DATADIR%%/html/admin/css/redmond/images/ui-icons_6da8d5_256x240.png %%DATADIR%%/html/admin/css/redmond/images/ui-icons_cd0a0a_256x240.png %%DATADIR%%/html/admin/css/redmond/images/ui-icons_d8e7f3_256x240.png %%DATADIR%%/html/admin/css/redmond/images/ui-icons_f9bd01_256x240.png %%DATADIR%%/html/admin/css/redmond/jquery-ui-1.8.18.custom.css %%DATADIR%%/html/admin/favicon.ico %%DATADIR%%/html/admin/favicon.png %%DATADIR%%/html/admin/favicon.svg %%DATADIR%%/html/admin/images/groonga.png %%DATADIR%%/html/admin/images/groonga.svg %%DATADIR%%/html/admin/images/loading.gif %%DATADIR%%/html/admin/index.html %%DATADIR%%/html/admin/index.ja.html %%DATADIR%%/html/admin/js/groonga-admin.js %%DATADIR%%/html/admin/js/groonga-admin.ja.js %%DATADIR%%/html/admin/js/jquery-1.7.2.js %%DATADIR%%/html/admin/js/jquery-ui-1.8.18.custom.js %%DATADIR%%/html/admin/js/jquery.flot-0.8.3.js %%DATADIR%%/html/admin/js/jquery.flot.license.txt %%DATADIR%%/images/logo/groonga-icon-foreground-white.png %%DATADIR%%/images/logo/groonga-icon-foreground-white.svg %%DATADIR%%/images/logo/groonga-icon-full-size.png %%DATADIR%%/images/logo/groonga-icon-full-size.svg %%DATADIR%%/images/logo/groonga-icon.png %%DATADIR%%/images/logo/groonga-icon.svg %%DATADIR%%/images/logo/groonga-logo-foreground-white.png %%DATADIR%%/images/logo/groonga-logo-foreground-white.svg %%DATADIR%%/images/logo/groonga-logo.png %%DATADIR%%/images/logo/groonga-logo.svg %%DATADIR%%/images/logo/groonga-powered-by-banner-bar-foreground-white.png %%DATADIR%%/images/logo/groonga-powered-by-banner-bar-foreground-white.svg %%DATADIR%%/images/logo/groonga-powered-by-banner-bar.png %%DATADIR%%/images/logo/groonga-powered-by-banner-bar.svg %%DATADIR%%/images/logo/groonga-powered-by-banner-foreground-white.png %%DATADIR%%/images/logo/groonga-powered-by-banner-foreground-white.svg %%DATADIR%%/images/logo/groonga-powered-by-banner-large.png %%DATADIR%%/images/logo/groonga-powered-by-banner-large.svg %%DATADIR%%/images/logo/groonga-powered-by-banner.png %%DATADIR%%/images/logo/groonga-powered-by-banner.svg %%DATADIR%%/images/logo/mroonga-icon-foreground-white.png %%DATADIR%%/images/logo/mroonga-icon-foreground-white.svg %%DATADIR%%/images/logo/mroonga-icon-full-size.png %%DATADIR%%/images/logo/mroonga-icon-full-size.svg %%DATADIR%%/images/logo/mroonga-icon.png %%DATADIR%%/images/logo/mroonga-icon.svg %%DATADIR%%/images/logo/mroonga-logo-foreground-white.png %%DATADIR%%/images/logo/mroonga-logo-foreground-white.svg %%DATADIR%%/images/logo/mroonga-logo.png %%DATADIR%%/images/logo/mroonga-logo.svg %%DATADIR%%/images/logo/nroonga-icon-foreground-white.png %%DATADIR%%/images/logo/nroonga-icon-foreground-white.svg %%DATADIR%%/images/logo/nroonga-icon-full-size.png %%DATADIR%%/images/logo/nroonga-icon-full-size.svg %%DATADIR%%/images/logo/nroonga-icon.png %%DATADIR%%/images/logo/nroonga-icon.svg %%DATADIR%%/images/logo/nroonga-logo-foreground-white.png %%DATADIR%%/images/logo/nroonga-logo-foreground-white.svg %%DATADIR%%/images/logo/nroonga-logo.png %%DATADIR%%/images/logo/nroonga-logo.svg %%DATADIR%%/images/logo/rroonga-icon-foreground-white.png %%DATADIR%%/images/logo/rroonga-icon-foreground-white.svg %%DATADIR%%/images/logo/rroonga-icon-full-size.png %%DATADIR%%/images/logo/rroonga-icon-full-size.svg %%DATADIR%%/images/logo/rroonga-icon.png %%DATADIR%%/images/logo/rroonga-icon.svg %%DATADIR%%/images/logo/rroonga-logo-foreground-white.png %%DATADIR%%/images/logo/rroonga-logo-foreground-white.svg %%DATADIR%%/images/logo/rroonga-logo.png %%DATADIR%%/images/logo/rroonga-logo.svg %%RUBY%%%%DATADIR%%/mruby/LEGAL %%DATADIR%%/munin/plugins/groonga_cpu_load_ %%DATADIR%%/munin/plugins/groonga_cpu_time_ %%DATADIR%%/munin/plugins/groonga_disk_ %%DATADIR%%/munin/plugins/groonga_memory_ %%DATADIR%%/munin/plugins/groonga_n_records_ %%DATADIR%%/munin/plugins/groonga_query_performance_ %%DATADIR%%/munin/plugins/groonga_status_ %%DATADIR%%/munin/plugins/groonga_throughput_ @dir /var/log/groonga/httpd @dir /var/log/groonga @dir /var/run/groonga