View | Details | Raw Unified | Return to bug 216597
Collapse All | Expand All

(-)textproc/groonga/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1470422162
1
TIMESTAMP = 1485765678
2
SHA256 (groonga-6.0.7.tar.gz) = 4e1e79b7e4f3a212ba3d12b5981422aca59f9f120f57da62f258e13ab09477a7
2
SHA256 (groonga-6.1.5.tar.gz) = bd404dca8860b4bb7af72d77020c95b32926f8976fecfe3ae2b9f8792e26105e
3
SIZE (groonga-6.0.7.tar.gz) = 13586557
3
SIZE (groonga-6.1.5.tar.gz) = 14197733
(-)textproc/groonga/files/patch-src_groonga__benchmark.c (-12 lines)
Lines 1-12 Link Here
1
--- src/groonga_benchmark.c.orig	2015-05-29 10:18:15 UTC
2
+++ src/groonga_benchmark.c
3
@@ -51,6 +51,9 @@
4
 #include <libgen.h>
5
 #endif /* WIN32 */
6
 
7
+#if defined(__FreeBSD__) || defined(__DragonFly__)
8
+#include <netinet/in.h>
9
+#endif
10
 /*
11
 #define DEBUG_FTP
12
 #define DEBUG_HTTP
(-)textproc/groonga/files/patch-src_httpd_configure (+11 lines)
Line 0 Link Here
1
--- src/httpd/configure.orig	2016-11-07 10:01:05.000000000 +0900
2
+++ src/httpd/configure	2017-01-30 18:06:02.576499000 +0900
3
@@ -97,7 +97,7 @@
4
   ./configure --with-ngx-src-root=${nginx_directory} \
5
     --with-mruby-incdir="${mruby_directory}/src ${mruby_directory}/include" \
6
     --with-mruby-libdir=${libmruby_directory}
7
-  make generate_gems_config
8
+  gmake generate_gems_config
9
   configure_args="${configure_args} --add-module=${nginx_mruby_directory}/dependence/ngx_devel_kit --add-module=${nginx_mruby_directory}"
10
 fi
11
 
(-)textproc/groonga/Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/textproc/groonga/Makefile 421635 2016-09-09 19:42:46Z amdmi3 $
1
# $FreeBSD: head/textproc/groonga/Makefile 421635 2016-09-09 19:42:46Z amdmi3 $
2
2
3
PORTNAME=	groonga
3
PORTNAME=	groonga
4
PORTVERSION=	6.0.7
4
PORTVERSION=	6.1.5
5
CATEGORIES=	textproc
5
CATEGORIES=	textproc
6
MASTER_SITES=	http://packages.groonga.org/source/groonga/
6
MASTER_SITES=	http://packages.groonga.org/source/groonga/
7
7
Lines 57-63 Link Here
57
		'/NGX_PID_PATH/s|mkdir|${TRUE}| ; \
57
		'/NGX_PID_PATH/s|mkdir|${TRUE}| ; \
58
		 /NGX_HTTP_LOG_PATH/s|mkdir|${TRUE}| ; \
58
		 /NGX_HTTP_LOG_PATH/s|mkdir|${TRUE}| ; \
59
		 /NGX_ERROR_LOG_PATH/s|mkdir|${TRUE}|' \
59
		 /NGX_ERROR_LOG_PATH/s|mkdir|${TRUE}|' \
60
		${WRKSRC}/vendor/nginx-1.11.3/auto/install
60
		${WRKSRC}/vendor/nginx-1.11.8/auto/install
61
61
62
post-install:
62
post-install:
63
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd
63
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd
(-)textproc/groonga/pkg-plist (-52 / +1 lines)
Lines 24-29 Link Here
24
%%ETCDIR%%/httpd/win-utf
24
%%ETCDIR%%/httpd/win-utf
25
%%ETCDIR%%/synonyms.tsv
25
%%ETCDIR%%/synonyms.tsv
26
include/groonga/groonga.h
26
include/groonga/groonga.h
27
include/groonga/groonga/accessor.h
27
include/groonga/groonga/array.h
28
include/groonga/groonga/array.h
28
include/groonga/groonga/column.h
29
include/groonga/groonga/column.h
29
include/groonga/groonga/command.h
30
include/groonga/groonga/command.h
Lines 135-142 Link Here
135
%%RUBY%%lib/groonga/scripts/ruby/writer.rb
136
%%RUBY%%lib/groonga/scripts/ruby/writer.rb
136
lib/groonga/plugins/suggest/suggest.a
137
lib/groonga/plugins/suggest/suggest.a
137
lib/groonga/plugins/suggest/suggest.so
138
lib/groonga/plugins/suggest/suggest.so
138
lib/groonga/plugins/table/table.a
139
lib/groonga/plugins/table/table.so
140
lib/groonga/plugins/token_filters/stop_word.a
139
lib/groonga/plugins/token_filters/stop_word.a
141
lib/groonga/plugins/token_filters/stop_word.so
140
lib/groonga/plugins/token_filters/stop_word.so
142
%%MECAB%%lib/groonga/plugins/tokenizers/mecab.a
141
%%MECAB%%lib/groonga/plugins/tokenizers/mecab.a
Lines 207-262 Link Here
207
%%DATADIR%%/html/admin/js/jquery-ui-1.8.18.custom.js
206
%%DATADIR%%/html/admin/js/jquery-ui-1.8.18.custom.js
208
%%DATADIR%%/html/admin/js/jquery.flot-0.8.3.js
207
%%DATADIR%%/html/admin/js/jquery.flot-0.8.3.js
209
%%DATADIR%%/html/admin/js/jquery.flot.license.txt
208
%%DATADIR%%/html/admin/js/jquery.flot.license.txt
210
%%DATADIR%%/images/logo/groonga-icon-foreground-white.png
211
%%DATADIR%%/images/logo/groonga-icon-foreground-white.svg
212
%%DATADIR%%/images/logo/groonga-icon-full-size.png
213
%%DATADIR%%/images/logo/groonga-icon-full-size.svg
214
%%DATADIR%%/images/logo/groonga-icon.png
215
%%DATADIR%%/images/logo/groonga-icon.svg
216
%%DATADIR%%/images/logo/groonga-logo-foreground-white.png
217
%%DATADIR%%/images/logo/groonga-logo-foreground-white.svg
218
%%DATADIR%%/images/logo/groonga-logo.png
219
%%DATADIR%%/images/logo/groonga-logo.svg
220
%%DATADIR%%/images/logo/groonga-powered-by-banner-bar-foreground-white.png
221
%%DATADIR%%/images/logo/groonga-powered-by-banner-bar-foreground-white.svg
222
%%DATADIR%%/images/logo/groonga-powered-by-banner-bar.png
223
%%DATADIR%%/images/logo/groonga-powered-by-banner-bar.svg
224
%%DATADIR%%/images/logo/groonga-powered-by-banner-foreground-white.png
225
%%DATADIR%%/images/logo/groonga-powered-by-banner-foreground-white.svg
226
%%DATADIR%%/images/logo/groonga-powered-by-banner-large.png
227
%%DATADIR%%/images/logo/groonga-powered-by-banner-large.svg
228
%%DATADIR%%/images/logo/groonga-powered-by-banner.png
229
%%DATADIR%%/images/logo/groonga-powered-by-banner.svg
230
%%DATADIR%%/images/logo/mroonga-icon-foreground-white.png
231
%%DATADIR%%/images/logo/mroonga-icon-foreground-white.svg
232
%%DATADIR%%/images/logo/mroonga-icon-full-size.png
233
%%DATADIR%%/images/logo/mroonga-icon-full-size.svg
234
%%DATADIR%%/images/logo/mroonga-icon.png
235
%%DATADIR%%/images/logo/mroonga-icon.svg
236
%%DATADIR%%/images/logo/mroonga-logo-foreground-white.png
237
%%DATADIR%%/images/logo/mroonga-logo-foreground-white.svg
238
%%DATADIR%%/images/logo/mroonga-logo.png
239
%%DATADIR%%/images/logo/mroonga-logo.svg
240
%%DATADIR%%/images/logo/nroonga-icon-foreground-white.png
241
%%DATADIR%%/images/logo/nroonga-icon-foreground-white.svg
242
%%DATADIR%%/images/logo/nroonga-icon-full-size.png
243
%%DATADIR%%/images/logo/nroonga-icon-full-size.svg
244
%%DATADIR%%/images/logo/nroonga-icon.png
245
%%DATADIR%%/images/logo/nroonga-icon.svg
246
%%DATADIR%%/images/logo/nroonga-logo-foreground-white.png
247
%%DATADIR%%/images/logo/nroonga-logo-foreground-white.svg
248
%%DATADIR%%/images/logo/nroonga-logo.png
249
%%DATADIR%%/images/logo/nroonga-logo.svg
250
%%DATADIR%%/images/logo/rroonga-icon-foreground-white.png
251
%%DATADIR%%/images/logo/rroonga-icon-foreground-white.svg
252
%%DATADIR%%/images/logo/rroonga-icon-full-size.png
253
%%DATADIR%%/images/logo/rroonga-icon-full-size.svg
254
%%DATADIR%%/images/logo/rroonga-icon.png
255
%%DATADIR%%/images/logo/rroonga-icon.svg
256
%%DATADIR%%/images/logo/rroonga-logo-foreground-white.png
257
%%DATADIR%%/images/logo/rroonga-logo-foreground-white.svg
258
%%DATADIR%%/images/logo/rroonga-logo.png
259
%%DATADIR%%/images/logo/rroonga-logo.svg
260
%%RUBY%%%%DATADIR%%/mruby/LEGAL
209
%%RUBY%%%%DATADIR%%/mruby/LEGAL
261
%%DATADIR%%/munin/plugins/groonga_cpu_load_
210
%%DATADIR%%/munin/plugins/groonga_cpu_load_
262
%%DATADIR%%/munin/plugins/groonga_cpu_time_
211
%%DATADIR%%/munin/plugins/groonga_cpu_time_

Return to bug 216597