mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
Update from 0.6.28 to 0.6.29.
Add knob GOOGLE_PERTOOLS. <ChangeLog> *) Feature: the ngx_google_perftools_module. *) Bugfix: the ngx_http_perl_module could be not built on 64-bit platforms; bug appeared in 0.6.27. </ChangeLog>
This commit is contained in:
parent
469bf51d78
commit
c181d52fb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209415
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 0.6.28
|
||||
PORTVERSION= 0.6.29
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://sysoev.ru/nginx/
|
||||
MASTER_SITES+= ${MASTER_SITE_LOCAL}
|
||||
@ -17,6 +17,7 @@ MAINTAINER= osa@FreeBSD.org
|
||||
COMMENT= Robust and small WWW server
|
||||
|
||||
OPTIONS= DEBUG "Enable nginx debugging" off \
|
||||
GOOGLE_PERFTOOLS "Enable google perftools module" off \
|
||||
HTTP_MODULE "Enable HTTP module" on \
|
||||
HTTP_ADDITION_MODULE "Enable http_addition module" off \
|
||||
HTTP_DAV_MODULE "Enable http_webdav module" off \
|
||||
@ -65,6 +66,11 @@ CONFIGURE_ARGS+=--with-debug
|
||||
STRIP= #do not strip if nginx with debug information
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GOOGLE_PERFTOOLS)
|
||||
LIB_DEPENDS+= profiler.0:${PORTSDIR}/devel/google-perftools
|
||||
CONFIGURE_ARGS+=--with-google_perftools_module
|
||||
.endif
|
||||
|
||||
.if defined(WITH_HTTP_MODULE)
|
||||
CONFIGURE_ARGS+=--http-client-body-temp-path=${NGINX_TMPDIR}/client_body_temp \
|
||||
--http-proxy-temp-path=${NGINX_TMPDIR}/proxy_temp \
|
||||
@ -110,7 +116,7 @@ PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nopcre
|
||||
CONFIGURE_ARGS+=--without-http_rewrite_module \
|
||||
--without-pcre
|
||||
.else
|
||||
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
|
||||
LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre
|
||||
.endif
|
||||
|
||||
.if defined(WITH_WWW)
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (nginx-0.6.28.tar.gz) = b99301acf8da1fd8036343accdbefb7d
|
||||
SHA256 (nginx-0.6.28.tar.gz) = 77895064a1bbf797375652ba5f4e10c42e606c41f5c2c1b26087f142a3a19803
|
||||
SIZE (nginx-0.6.28.tar.gz) = 517630
|
||||
MD5 (nginx-0.6.29.tar.gz) = 4789210e135c5a4de8275302672e6336
|
||||
SHA256 (nginx-0.6.29.tar.gz) = 3d42bcb56a5e39c5e2833388e24bb1c256d6848c61f6a62a84ba916f05e6f1f6
|
||||
SIZE (nginx-0.6.29.tar.gz) = 518955
|
||||
|
Loading…
x
Reference in New Issue
Block a user