[94820] trunk/dports/databases/groonga

hum at macports.org hum at macports.org
Sat Jun 30 08:19:06 PDT 2012


Revision: 94820
          https://trac.macports.org/changeset/94820
Author:   hum at macports.org
Date:     2012-06-30 08:19:02 -0700 (Sat, 30 Jun 2012)
Log Message:
-----------
groonga: update to 2.0.4; add a patch for nginx.

Modified Paths:
--------------
    trunk/dports/databases/groonga/Portfile

Added Paths:
-----------
    trunk/dports/databases/groonga/files/
    trunk/dports/databases/groonga/files/patch-src_nginx-module_config.diff

Modified: trunk/dports/databases/groonga/Portfile
===================================================================
--- trunk/dports/databases/groonga/Portfile	2012-06-30 13:46:09 UTC (rev 94819)
+++ trunk/dports/databases/groonga/Portfile	2012-06-30 15:19:02 UTC (rev 94820)
@@ -3,7 +3,7 @@
 
 PortSystem          1.0
 name                groonga
-version             2.0.3
+version             2.0.4
 categories          databases
 maintainers         clear-code.com:kou hum
 
@@ -18,8 +18,8 @@
 
 homepage            http://groonga.org/
 master_sites        http://packages.groonga.org/source/groonga/
-checksums           rmd160  7226d42adea100d818374f27e0dd1b0f32a3e47a \
-                    sha256  c213f6eaea8f692c29ef200978ff9d61200e27beeb1f776b03777314b4a319d0
+checksums           rmd160  7ec8b8132cc723e053927ba6a4632e8db1a7367e \
+                    sha256  a51573237a442289d08207f22f0da57f3ab799f4c18d0960905a7bf62e722790
 
 depends_build       port:pkgconfig
 
@@ -29,6 +29,8 @@
                     port:zmq \
                     port:msgpack
 
+patchfiles          patch-src_nginx-module_config.diff
+
 configure.args      --without-cutter
 
 livecheck.type      regex

Added: trunk/dports/databases/groonga/files/patch-src_nginx-module_config.diff
===================================================================
--- trunk/dports/databases/groonga/files/patch-src_nginx-module_config.diff	                        (rev 0)
+++ trunk/dports/databases/groonga/files/patch-src_nginx-module_config.diff	2012-06-30 15:19:02 UTC (rev 94820)
@@ -0,0 +1,19 @@
+*** src/nginx-module/config.orig	Tue Jun 26 18:43:52 2012
+--- src/nginx-module/config	Sat Jun 30 21:18:04 2012
+***************
+*** 6,12 ****
+  
+  if [ "$GROONGA_HTTPD_IN_TREE" = yes ]; then
+    groonga_cflags="${GROONGA_HTTPD_CFLAGS} -I ${GROONGA_HTTPD_IN_TREE_INCLUDE_PATH}"
+!   groonga_libs="-L ${GROONGA_HTTPD_IN_TREE_LINK_PATH} ${GROONGA_HTTPD_LIBS} -Wl,-rpath=${GROONGA_HTTPD_RPATH}"
+  
+    ngx_addon_name=ngx_http_groonga_module
+    HTTP_MODULES="$HTTP_MODULES ngx_http_groonga_module"
+--- 6,12 ----
+  
+  if [ "$GROONGA_HTTPD_IN_TREE" = yes ]; then
+    groonga_cflags="${GROONGA_HTTPD_CFLAGS} -I ${GROONGA_HTTPD_IN_TREE_INCLUDE_PATH}"
+!   groonga_libs="-L ${GROONGA_HTTPD_IN_TREE_LINK_PATH} ${GROONGA_HTTPD_LIBS} -Wl,-rpath ${GROONGA_HTTPD_RPATH}"
+  
+    ngx_addon_name=ngx_http_groonga_module
+    HTTP_MODULES="$HTTP_MODULES ngx_http_groonga_module"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120630/f4f047bd/attachment.html>


More information about the macports-changes mailing list