Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2017 13:25:41 +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: r438659 - head/www/nginx-devel
Message-ID:  <201704161325.v3GDPfxo031968@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Sun Apr 16 13:25:41 2017
New Revision: 438659
URL: https://svnweb.freebsd.org/changeset/ports/438659

Log:
  Move the patches for third-party lua module to lua code block.
  Do not bump PORTREVISION.
  
  PR:	218683

Modified:
  head/www/nginx-devel/Makefile

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Sun Apr 16 12:58:28 2017	(r438658)
+++ head/www/nginx-devel/Makefile	Sun Apr 16 13:25:41 2017	(r438659)
@@ -817,10 +817,6 @@ GH_ACCOUNT+=	simpl:devel_kit
 GH_PROJECT+=	ngx_devel_kit:devel_kit
 GH_TAGNAME+=	v${NGINX_DEVEL_KIT_VERSION}:devel_kit
 CONFIGURE_ARGS+=--add-module=${WRKSRC_devel_kit}
-EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-ngx_http_lua_common.h  \
-		${PATCHDIR}/extra-patch-ngx_http_lua_headers.c \
-		${PATCHDIR}/extra-patch-ngx_http_lua_headers.h \
-		${PATCHDIR}/extra-patch-ngx_http_lua_module.c
 .endif
 
 .if ${PORT_OPTIONS:MENCRYPTSESSION}
@@ -861,6 +857,10 @@ CONFIGURE_ARGS+=--add-dynamic-module=${W
 .else
 CONFIGURE_ARGS+=--add-module=${WRKSRC_lua}
 .endif
+EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-ngx_http_lua_common.h  \
+		${PATCHDIR}/extra-patch-ngx_http_lua_headers.c \
+		${PATCHDIR}/extra-patch-ngx_http_lua_headers.h \
+		${PATCHDIR}/extra-patch-ngx_http_lua_module.c
 .endif
 
 .if ${PORT_OPTIONS:MMEMC}



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