diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2012-06-14 11:29:08 +0000 |
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2012-06-14 11:29:08 +0000 |
| commit | b092e5ce3183500aa06be8ffb1312caaf61ca9a7 (patch) | |
| tree | 2ae095dec8f0902ab131341fdbadf5a7d108d46b /www/nginx-devel/files | |
| parent | Update from 3.0.12 to 3.0.13: (diff) | |
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-devel/files')
| -rw-r--r-- | www/nginx-devel/files/extra-patch-chaoslawful-drizzle-nginx-module::config | 4 | ||||
| -rw-r--r-- | www/nginx-devel/files/extra-patch-ngx_rtmp_exec_module.c | 14 |
2 files changed, 16 insertions, 2 deletions
diff --git a/www/nginx-devel/files/extra-patch-chaoslawful-drizzle-nginx-module::config b/www/nginx-devel/files/extra-patch-chaoslawful-drizzle-nginx-module::config index 237a7347e2ea..79fb6ffdc046 100644 --- a/www/nginx-devel/files/extra-patch-chaoslawful-drizzle-nginx-module::config +++ b/www/nginx-devel/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-devel/files/extra-patch-ngx_rtmp_exec_module.c b/www/nginx-devel/files/extra-patch-ngx_rtmp_exec_module.c new file mode 100644 index 000000000000..c8e724a5d035 --- /dev/null +++ b/www/nginx-devel/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> |
