diff options
author | osa <osa@FreeBSD.org> | 2009-04-27 22:16:00 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2009-04-27 22:16:00 +0800 |
commit | ae9931b3d352b8d0e33e456c65122743edc340b5 (patch) | |
tree | 86b5f7509be271ce405fb6a4645dc5516b7c7f3d /www | |
parent | 1da3dba1cf93dbfcaad68fed028b7414d0e73191 (diff) | |
download | freebsd-ports-gnome-ae9931b3d352b8d0e33e456c65122743edc340b5.tar.gz freebsd-ports-gnome-ae9931b3d352b8d0e33e456c65122743edc340b5.tar.zst freebsd-ports-gnome-ae9931b3d352b8d0e33e456c65122743edc340b5.zip |
Update from 0.7.52 to 0.7.53.
Respect compile/build flags for thirdparty passenger module.
<ChangeLog>
*) Change: now a log set by --error-log-path is created from the very
start-up.
*) Feature: now the start up errors and warnings are outputted to an
error_log and stderr.
*) Feature: the empty --prefix= configure parameter forces nginx to use
a directory where it was run as prefix.
*) Feature: the -p switch.
*) Feature: the -s switch on Unix platforms.
*) Feature: the -? and -h switches.
Thanks to Jerome Loyet.
*) Feature: now switches may be set in condensed form.
*) Bugfix: nginx/Windows did not work if configuration file was given
by the -c switch.
*) Bugfix: temporary files might be not removed if the "proxy_store",
"fastcgi_store", "proxy_cache", or "fastcgi_cache" were used.
Thanks to Maxim Dounin.
*) Bugfix: an incorrect value was passed to mail proxy authentication
server in "Auth-Method" header line; the bug had appeared
in 0.7.34.
Thanks to Simon Lecaille.
*) Bugfix: system error text descriptions were not logged on Linux;
the bug had appeared in 0.7.45.
*) Bugfix: the "fastcgi_cache_min_uses" directive did not work.
Thanks to Andrew Vorobyoff.
</ChangeLog>
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-devel/Makefile | 11 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 6 |
2 files changed, 12 insertions, 5 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index ec51a03ef407..19190d6134f1 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.7.52 +PORTVERSION= 0.7.53 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -245,6 +245,9 @@ PASSENGER_VERSION= 2.2.1 MASTER_SITES+= RF/passenger/:passenger DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/ext/nginx +.if defined(WITH_DEBUG) +CFLAGS+= -DPASSENGER_DEBUG +.endif .endif .if defined(WITH_WWW) @@ -305,8 +308,12 @@ post-patch: ${PATCHDIR}/extra-patch-ngx_http_fancyindex_module.c .endif .if defined(WITH_PASSENGER_MODULE) - @${REINPLACE_CMD} 's!g++!${CXX}!' \ + @${REINPLACE_CMD} 's!g++!${CXX}!; \ + s!-DPASSENGER_DEBUG!${CXXFLAGS}!g' \ ${WRKDIR}/passenger-${PASSENGER_VERSION}/Rakefile + @${REINPLACE_CMD} '376,377d; \ + s!-lpthread!${PTHREAD_LIBS}!g' \ + ${WRKDIR}/passenger-${PASSENGER_VERSION}/lib/phusion_passenger/platform_info.rb .endif do-build: diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 10e08478f338..56417372e4a1 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (nginx-0.7.52.tar.gz) = 46ed0881cccaadb9b6a37bee0936efa0 -SHA256 (nginx-0.7.52.tar.gz) = 1fe21795c6ec5255a76a3929cbfb4ee92cf8bdaeba4081d6b479ccac38c104dc -SIZE (nginx-0.7.52.tar.gz) = 582234 +MD5 (nginx-0.7.53.tar.gz) = 6f36929d06837e3d08fc571190e18724 +SHA256 (nginx-0.7.53.tar.gz) = e0085712a087e2413cca497245760f56e954530513f33869561bc91181181c1b +SIZE (nginx-0.7.53.tar.gz) = 584954 MD5 (nginx-accesskey-2.0.3.tar.gz) = 9b5304346d5139b1841f5baa01ab0cbe SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632 |