svn commit: r384487 - in head/www: nginx nginx-devel

Sergey A. Osokin osa at FreeBSD.org
Wed Apr 22 11:47:24 UTC 2015


Author: osa
Date: Wed Apr 22 11:47:23 2015
New Revision: 384487
URL: https://svnweb.freebsd.org/changeset/ports/384487

Log:
  Remove third-party syslog support, it's available out of box now,
  see http://nginx.org/en/docs/syslog.html for details.

Modified:
  head/www/nginx-devel/Makefile
  head/www/nginx/Makefile

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Wed Apr 22 11:43:12 2015	(r384486)
+++ head/www/nginx-devel/Makefile	Wed Apr 22 11:47:23 2015	(r384487)
@@ -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_SUPE
 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

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Wed Apr 22 11:43:12 2015	(r384486)
+++ head/www/nginx/Makefile	Wed Apr 22 11:47:23 2015	(r384487)
@@ -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_SUPE
 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


More information about the svn-ports-head mailing list