aboutsummaryrefslogtreecommitdiffstats
path: root/www/nginx/Makefile
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2006-12-05 17:20:22 +0800
committerosa <osa@FreeBSD.org>2006-12-05 17:20:22 +0800
commit3c724aca2a7bef8f7d35a83db7c3dbda35c0dfe2 (patch)
tree8cb01b884d53e596bb091eb8ac21cd1e49cc397e /www/nginx/Makefile
parentd17432a80f784af244478ac2fbf84140327059bc (diff)
downloadfreebsd-ports-gnome-3c724aca2a7bef8f7d35a83db7c3dbda35c0dfe2.tar.gz
freebsd-ports-gnome-3c724aca2a7bef8f7d35a83db7c3dbda35c0dfe2.tar.zst
freebsd-ports-gnome-3c724aca2a7bef8f7d35a83db7c3dbda35c0dfe2.zip
Update to 0.5.0.
Include NGX_DEBUG_MALLOC into WITH_DEBUG knob. [*] Submitted by: Anton Yuzhaninov <citrin at citrin dot ru> [*]
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r--www/nginx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index fe8f18b965b1..ef1b6ad880fe 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nginx
-PORTVERSION= 0.4.14
+PORTVERSION= 0.5.0
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
@@ -42,7 +42,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX}/etc/nginx \
--user=${WWWOWN} --group=${WWWGRP}
.if defined(WITH_DEBUG)
-CFLAGS+= -g
+CFLAGS+= -g -DNGX_DEBUG_MALLOC
CONFIGURE_ARGS+=--with-debug
STRIP= #do not strip if nginx with debug information
.endif