svn commit: r402918 - head/www/nginx-devel

Sergey A. Osokin osa at FreeBSD.org
Fri Dec 4 11:34:05 UTC 2015


Author: osa
Date: Fri Dec  4 11:34:04 2015
New Revision: 402918
URL: https://svnweb.freebsd.org/changeset/ports/402918

Log:
  Remove needless code.
  Do not bump PORTREVISION.

Modified:
  head/www/nginx-devel/Makefile

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Fri Dec  4 11:03:54 2015	(r402917)
+++ head/www/nginx-devel/Makefile	Fri Dec  4 11:34:04 2015	(r402918)
@@ -1032,11 +1032,6 @@ post-patch:
 		's!%%PREFIX%%!${LOCALBASE}!g' \
 		${WRKDIR}/nginx-sflow-module-${NGINX_SFLOW_VERSION}/ngx_http_sflow_config.h
 .endif
-.if ${PORT_OPTIONS:MLUA}
-	@${REINPLACE_CMD} 's!ngx_http_set_connection_log!ngx_set_connection_log!g' \
-		${WRKSRC_lua}/src/ngx_http_lua_initworkerby.c \
-		${WRKSRC_lua}/src/ngx_http_lua_timer.c
-.endif
 .if ${PORT_OPTIONS:MICONV}
 	@${REINPLACE_CMD} \
 		's!%%PREFIX%%!${LOCALBASE}!g' \


More information about the svn-ports-all mailing list