Mon Feb 8 16:11:54 2010 UTC ()
Update the optional uwsgi to 0.9.4, which fixes some BE issues.


(joerg)
diff -r1.5 -r1.6 pkgsrc/www/nginx/distinfo
diff -r1.4 -r1.5 pkgsrc/www/nginx/options.mk

cvs diff -r1.5 -r1.6 pkgsrc/www/nginx/distinfo (expand / switch to unified diff)

--- pkgsrc/www/nginx/distinfo 2010/02/08 14:25:44 1.5
+++ pkgsrc/www/nginx/distinfo 2010/02/08 16:11:54 1.6
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.5 2010/02/08 14:25:44 joerg Exp $ 1$NetBSD: distinfo,v 1.6 2010/02/08 16:11:54 joerg Exp $
2 2
3SHA1 (nginx-0.8.33.tar.gz) = bf3e3ab90609a62e8896f49895c3f4b4fa308270 3SHA1 (nginx-0.8.33.tar.gz) = bf3e3ab90609a62e8896f49895c3f4b4fa308270
4RMD160 (nginx-0.8.33.tar.gz) = 3ab3ea6d07fcac74465dbf40af824fccfd7f5fdd 4RMD160 (nginx-0.8.33.tar.gz) = 3ab3ea6d07fcac74465dbf40af824fccfd7f5fdd
5Size (nginx-0.8.33.tar.gz) = 620448 bytes 5Size (nginx-0.8.33.tar.gz) = 620448 bytes
6SHA1 (uwsgi-0.9.3.tar.gz) = da8bb329e6deb9eae095889be95c81b50e533a3e 6SHA1 (uwsgi-0.9.4.tar.gz) = 6088d9ffee1de3b0192d8df884abde8983a751e0
7RMD160 (uwsgi-0.9.3.tar.gz) = 5b5e1aca59f3d4655b31d84a04e8ffe496bbe301 7RMD160 (uwsgi-0.9.4.tar.gz) = eab4b83a023bb1f9b26a69ae3447fd592ce3a04b
8Size (uwsgi-0.9.3.tar.gz) = 52986 bytes 8Size (uwsgi-0.9.4.tar.gz) = 71397 bytes
9SHA1 (patch-aa) = 1ef1a800f0d7dffe182b8a74f115105ded205f8e 9SHA1 (patch-aa) = 1ef1a800f0d7dffe182b8a74f115105ded205f8e

cvs diff -r1.4 -r1.5 pkgsrc/www/nginx/options.mk (expand / switch to unified diff)

--- pkgsrc/www/nginx/options.mk 2010/02/08 14:25:44 1.4
+++ pkgsrc/www/nginx/options.mk 2010/02/08 16:11:54 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: options.mk,v 1.4 2010/02/08 14:25:44 joerg Exp $ 1# $NetBSD: options.mk,v 1.5 2010/02/08 16:11:54 joerg Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.nginx 3PKG_OPTIONS_VAR= PKG_OPTIONS.nginx
4PKG_SUPPORTED_OPTIONS= ssl pcre dav flv sub gtools mail-proxy memcache \ 4PKG_SUPPORTED_OPTIONS= ssl pcre dav flv sub gtools mail-proxy memcache \
5 realip inet6 uwsgi 5 realip inet6 uwsgi
6PKG_SUGGESTED_OPTIONS= ssl pcre 6PKG_SUGGESTED_OPTIONS= ssl pcre
7 7
8.include "../../mk/bsd.options.mk" 8.include "../../mk/bsd.options.mk"
9 9
10.if !empty(PKG_OPTIONS:Mssl) 10.if !empty(PKG_OPTIONS:Mssl)
11.include "../../security/openssl/buildlink3.mk" 11.include "../../security/openssl/buildlink3.mk"
12CONFIGURE_ARGS+= --with-mail_ssl_module 12CONFIGURE_ARGS+= --with-mail_ssl_module
13CONFIGURE_ARGS+= --with-http_ssl_module 13CONFIGURE_ARGS+= --with-http_ssl_module
14.endif 14.endif
@@ -45,18 +45,18 @@ CONFIGURE_ARGS+= --without-http_memcache @@ -45,18 +45,18 @@ CONFIGURE_ARGS+= --without-http_memcache
45.endif 45.endif
46 46
47.if !empty(PKG_OPTIONS:Mrealip) 47.if !empty(PKG_OPTIONS:Mrealip)
48CONFIGURE_ARGS+= --with-http_realip_module 48CONFIGURE_ARGS+= --with-http_realip_module
49.endif 49.endif
50 50
51.if !empty(PKG_OPTIONS:Minet6) 51.if !empty(PKG_OPTIONS:Minet6)
52CONFIGURE_ARGS+= --with-ipv6 52CONFIGURE_ARGS+= --with-ipv6
53.else 53.else
54CONFIGURE_ARGS+= --without-ipv6 54CONFIGURE_ARGS+= --without-ipv6
55.endif 55.endif
56 56
57.if !empty(PKG_OPTIONS:Muwsgi) 57.if !empty(PKG_OPTIONS:Muwsgi)
58UWSGI= uwsgi-0.9.3 58UWSGI= uwsgi-0.9.4
59DISTFILES+= ${UWSGI}.tar.gz 59DISTFILES+= ${UWSGI}.tar.gz
60SITES.${UWSGI}.tar.gz= http://projects.unbit.it/downloads/ 60SITES.${UWSGI}.tar.gz= http://projects.unbit.it/downloads/
61CONFIGURE_ARGS+= --add-module=../${UWSGI}/nginx 61CONFIGURE_ARGS+= --add-module=../${UWSGI}/nginx
62.endif 62.endif