diff options
author | osa <osa@FreeBSD.org> | 2012-06-14 19:29:08 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2012-06-14 19:29:08 +0800 |
commit | 48ece88dbc4acb24f70e95dd1f03da092a458b23 (patch) | |
tree | 4c5f02b8e9dc7dc5a780d6c58ff49b2b8caa1ea1 /www/nginx/files | |
parent | 59a3c396c43cc10f7b503ac994cee042b05776b7 (diff) | |
download | freebsd-ports-gnome-48ece88dbc4acb24f70e95dd1f03da092a458b23.tar.gz freebsd-ports-gnome-48ece88dbc4acb24f70e95dd1f03da092a458b23.tar.zst freebsd-ports-gnome-48ece88dbc4acb24f70e95dd1f03da092a458b23.zip |
Update third-party modules:
o) drizzle - from 0.1.2rc6 to 0.1.2rc7, sync with
ngx_openresty 1.0.15.10 stable;
o) rtmp - from 0.1.5 to 0.1.10.
Do not bump PORTREVISION because these modules are disabled by default.
Diffstat (limited to 'www/nginx/files')
-rw-r--r-- | www/nginx/files/extra-patch-chaoslawful-drizzle-nginx-module::config | 4 | ||||
-rw-r--r-- | www/nginx/files/extra-patch-ngx_rtmp_exec_module.c | 14 |
2 files changed, 16 insertions, 2 deletions
diff --git a/www/nginx/files/extra-patch-chaoslawful-drizzle-nginx-module::config b/www/nginx/files/extra-patch-chaoslawful-drizzle-nginx-module::config index 237a7347e2ea..79fb6ffdc046 100644 --- a/www/nginx/files/extra-patch-chaoslawful-drizzle-nginx-module::config +++ b/www/nginx/files/extra-patch-chaoslawful-drizzle-nginx-module::config @@ -1,5 +1,5 @@ ---- ../chaoslawful-drizzle-nginx-module-e05b5ff/config.orig 2011-12-30 10:26:53.000000000 +0400 -+++ ../chaoslawful-drizzle-nginx-module-e05b5ff/config 2011-12-30 10:28:20.000000000 +0400 +--- ../chaoslawful-drizzle-nginx-module-272cabf/config.orig 2011-12-30 10:26:53.000000000 +0400 ++++ ../chaoslawful-drizzle-nginx-module-272cabf/config 2011-12-30 10:28:20.000000000 +0400 @@ -22,12 +22,12 @@ if [ $ngx_found = no ]; then diff --git a/www/nginx/files/extra-patch-ngx_rtmp_exec_module.c b/www/nginx/files/extra-patch-ngx_rtmp_exec_module.c new file mode 100644 index 000000000000..c8e724a5d035 --- /dev/null +++ b/www/nginx/files/extra-patch-ngx_rtmp_exec_module.c @@ -0,0 +1,14 @@ +--- ../arut-nginx-rtmp-module-80db4c4/ngx_rtmp_exec_module.c.orig 2012-06-14 15:14:50.000000000 +0400 ++++ ../arut-nginx-rtmp-module-80db4c4/ngx_rtmp_exec_module.c 2012-06-14 15:15:06.000000000 +0400 +@@ -4,7 +4,11 @@ + + + #include "ngx_rtmp_cmd_module.h" ++#ifdef NGX_FREEBSD ++#include <stdlib.h> ++#else + #include <malloc.h> ++#endif + + #ifdef NGX_LINUX + #include <unistd.h> |