From owner-svn-ports-all@freebsd.org Mon Sep 16 20:46:07 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C0D85EC0B4; Mon, 16 Sep 2019 20:46:07 +0000 (UTC) (envelope-from osa@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46XJDb4ktZz47PJ; Mon, 16 Sep 2019 20:46:07 +0000 (UTC) (envelope-from osa@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 975) id 9B5A83BCA; Mon, 16 Sep 2019 20:46:07 +0000 (UTC) Date: Mon, 16 Sep 2019 20:46:07 +0000 From: "Sergey A. Osokin" To: v@fatpipi.com Cc: Jochen Neumeister , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r511862 - head/www/nginx Message-ID: <20190916204607.GI48825@FreeBSD.org> References: <201909120849.x8C8nqbG055590@repo.freebsd.org> <20190914195139.GH48825@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20190914195139.GH48825@FreeBSD.org> User-Agent: Mutt/1.11.4 (2019-03-13) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2019 20:46:07 -0000 Done. On Sat, Sep 14, 2019 at 07:51:39PM +0000, Sergey A. Osokin wrote: > Hi Vanilla, > > thanks for the update, working on it. > > -- > Sergey Osokin > > On Thu, Sep 12, 2019 at 05:18:54PM +0800, Vanilla Hsu wrote: > > Hi Sergey: > > > > Can we sync this to www/nginx-devel? > > > > thanks. > > > > Jochen Neumeister ??? 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 > > > > > >