pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/nginx



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 31 11:15:46 UTC 2025

Modified Files:
        pkgsrc/www/nginx: options.mk

Log Message:
nginx: fix pkglint

pcre2/bl3.mk is already included unconditionally, don't conditionally
include it again


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 pkgsrc/www/nginx/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/nginx/options.mk
diff -u pkgsrc/www/nginx/options.mk:1.119 pkgsrc/www/nginx/options.mk:1.120
--- pkgsrc/www/nginx/options.mk:1.119   Thu Jul 10 20:54:15 2025
+++ pkgsrc/www/nginx/options.mk Sun Aug 31 11:15:46 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.119 2025/07/10 20:54:15 osa Exp $
+# $NetBSD: options.mk,v 1.120 2025/08/31 11:15:46 wiz Exp $
 
 CODELOAD_SITE_GITHUB=          https://codeload.github.com/
 
@@ -194,7 +194,6 @@ LUA_DISTNAME=               lua-nginx-module-${LUA_VE
 LUA_DISTFILE=          ${LUA_DISTNAME}.tar.gz
 SITES.${LUA_DISTFILE}= -${MASTER_SITE_GITHUB:=openresty/lua-nginx-module/archive/}v${LUA_VERSION}.tar.gz
 DISTFILES+=            ${LUA_DISTFILE}
-.include "../../devel/pcre2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.LuaJIT2+=        LuaJIT2>=2.1
 .include "../../lang/LuaJIT2/buildlink3.mk"
 DEPENDS+=              lua-resty-core>=0.1.27nb1:../../www/lua-resty-core



Home | Main Index | Thread Index | Old Index