1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

Remove third-party syslog support, it's available out of box now,

see http://nginx.org/en/docs/syslog.html for details.
This commit is contained in:
Sergey A. Osokin 2015-04-22 11:47:23 +00:00
parent fc6455d731
commit 43cc52fe5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384487
2 changed files with 0 additions and 12 deletions

View File

@ -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

View File

@ -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