svn commit: r384949 - head/www/nginx

Sergey A. Osokin osa at FreeBSD.org
Wed Apr 29 00:32:36 UTC 2015


Author: osa
Date: Wed Apr 29 00:32:35 2015
New Revision: 384949
URL: https://svnweb.freebsd.org/changeset/ports/384949

Log:
  Remove needless code.

Modified:
  head/www/nginx/Makefile

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Wed Apr 29 00:29:19 2015	(r384948)
+++ head/www/nginx/Makefile	Wed Apr 29 00:32:35 2015	(r384949)
@@ -862,12 +862,6 @@ post-patch:
 		's!%%PREFIX%%!${LOCALBASE}!g' \
 		${WRKDIR}/nginx-sflow-module-${NGINX_SFLOW_VERSION}/ngx_http_sflow_config.h
 .endif
-.if ${PORT_OPTIONS:MSPDY}
-.if ${PORT_OPTIONS:MLUA}
-	@${REINPLACE_CMD} '464d' \
-		${WRKDIR}/openresty-lua-nginx-module-${GIT_LUA_VERSION:S/^0-g//}/src/ngx_http_lua_socket_tcp.c
-.endif
-.endif
 .if ${PORT_OPTIONS:MICONV}
 	@${REINPLACE_CMD} \
 		's!%%PREFIX%%!${LOCALBASE}!g' \


More information about the svn-ports-head mailing list