Date: Wed, 29 Apr 2015 00:32:36 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384949 - head/www/nginx Message-ID: <201504290032.t3T0Waji020948@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504290032.t3T0Waji020948>