aboutsummaryrefslogtreecommitdiffstats
path: root/www/nginx/Makefile
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2015-04-22 19:47:23 +0800
committerosa <osa@FreeBSD.org>2015-04-22 19:47:23 +0800
commit31ebf8465f4cbd55b7fec53d8d4b461d7c067fcb (patch)
tree29ce5ab483ef20e94d5b37f9cc2cea00af3566a0 /www/nginx/Makefile
parentc4e676816e2d6cb6470671822f941e24cda61cfb (diff)
downloadfreebsd-ports-gnome-31ebf8465f4cbd55b7fec53d8d4b461d7c067fcb.tar.gz
freebsd-ports-gnome-31ebf8465f4cbd55b7fec53d8d4b461d7c067fcb.tar.zst
freebsd-ports-gnome-31ebf8465f4cbd55b7fec53d8d4b461d7c067fcb.zip
Remove third-party syslog support, it's available out of box now,
see http://nginx.org/en/docs/syslog.html for details.
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r--www/nginx/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 9b1a4add3146..5c99fcb665e1 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -101,7 +101,6 @@ OPTIONS_DEFINE= \
SLOWFS_CACHE \
SRCACHE \
SUPERVISORD \
- SYSLOG_SUPPORT \
TCP_PROXY \
UDPLOG \
XRID_HEADER \
@@ -191,7 +190,6 @@ SFLOW_DESC= 3rd party sflow module
SLOWFS_CACHE_DESC= 3rd party slowfs_cache module
SRCACHE_DESC= 3rd party srcache module
SUPERVISORD_DESC= 3rd party supervisord module
-SYSLOG_SUPPORT_DESC= 3rd party syslog support
TCP_PROXY_DESC= 3rd party tcp_proxy module
UDPLOG_DESC= 3rd party udplog (syslog) module
XRID_HEADER_DESC= 3rd party x-rid header module
@@ -740,10 +738,6 @@ DISTFILES+= ngx_supervisord-${NGINX_SUPERVISORD_VERSION}.tar.gz:supervisord
CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_supervisord-${NGINX_SUPERVISORD_VERSION}
.endif
-.if ${PORT_OPTIONS:MSYSLOG_SUPPORT}
-IGNORE= SYSLOG: update require
-.endif
-
.if ${PORT_OPTIONS:MTCP_PROXY}
IGNORE= TCP_PROXY: update require
NGINX_TCP_PROXY_VERSION= 0.26