Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2015 11:34:04 +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: r402918 - head/www/nginx-devel
Message-ID:  <201512041134.tB4BY4oH092791@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512041134.tB4BY4oH092791>