svn commit: r511862 - head/www/nginx

Vanilla Hsu vanilla at fatpipi.com
Thu Sep 12 09:19:08 UTC 2019


Hi Sergey:

Can we sync this to www/nginx-devel?

thanks.

Jochen Neumeister <joneum at freebsd.org> 於 2019年9月12日 週四 下午4:50寫道:

> Author: joneum
> Date: Thu Sep 12 08:49:52 2019
> New Revision: 511862
> URL: https://svnweb.freebsd.org/changeset/ports/511862
>
> Log:
>   The lua module for nginx is intended to be used with Openrestys luajit
> branch.
>
>   PR:           240438 240274
>   Sponsored by: Netzkommune GmbH
>
> Modified:
>   head/www/nginx/Makefile.extmod
>
> Modified: head/www/nginx/Makefile.extmod
>
> ==============================================================================
> --- head/www/nginx/Makefile.extmod      Thu Sep 12 08:04:47 2019
> (r511861)
> +++ head/www/nginx/Makefile.extmod      Thu Sep 12 08:49:52 2019
> (r511862)
> @@ -195,8 +195,8 @@ LET_GH_TUPLE=
>  arut:nginx-let-module:v0.0.4:let
>  LET_CONFIGURE_ON=      --add-module=${WRKSRC_let}
>
>  LUA_IMPLIES=           DEVEL_KIT
> -LUA_LIB_DEPENDS=       libluajit-5.1.so:lang/luajit
> -LUA_CONFIGURE_ENV=     LUAJIT_INC=${LOCALBASE}/include/luajit-2.0 \
> +LUA_LIB_DEPENDS=       libluajit-5.1.so:lang/luajit-openresty
> +LUA_CONFIGURE_ENV=     LUAJIT_INC=${LOCALBASE}/include/luajit-2.1 \
>                         LUAJIT_LIB=${LOCALBASE}/lib
>  LUA_GH_TUPLE=          openresty:lua-nginx-module:v0.10.15:lua
>  LUA_VARS=              DSO_EXTMODS+=lua
>
>


More information about the svn-ports-all mailing list