pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/lua-resty-core



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep 23 12:39:12 UTC 2024

Modified Files:
        pkgsrc/www/lua-resty-core: Makefile

Log Message:
lua-resty-core: fix build


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/lua-resty-core/Makefile

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

Modified files:

Index: pkgsrc/www/lua-resty-core/Makefile
diff -u pkgsrc/www/lua-resty-core/Makefile:1.5 pkgsrc/www/lua-resty-core/Makefile:1.6
--- pkgsrc/www/lua-resty-core/Makefile:1.5      Thu Sep 19 11:17:16 2024
+++ pkgsrc/www/lua-resty-core/Makefile  Mon Sep 23 12:39:12 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2024/09/19 11:17:16 adam Exp $
+# $NetBSD: Makefile,v 1.6 2024/09/23 12:39:12 wiz Exp $
 
 DISTNAME=      lua-resty-core-0.1.29
 CATEGORIES=    www
@@ -11,7 +11,13 @@ COMMENT=     FFI-based Lua API for nginx mod
 LICENSE=       modified-bsd
 
 USE_LANGUAGES= # none
-USE_TOOLS+=    gmake
+USE_TOOLS+=    bash:build gmake
+
+SUBST_CLASSES+=                bash
+SUBST_STAGE.bash=      pre-configure
+SUBST_FILES.bash+=     Makefile
+SUBST_SED.bash+=       -e "s,/bin/bash,${BASH},"
+SUBST_MESSAGE.bash=    Fixing path to bash.
 
 MAKE_ENV+=     LUA_INCLUDE_DIR=${PREFIX}/include/luajit-2.1
 MAKE_ENV+=     LUA_LIB_DIR=${PREFIX}/share/luajit-2.1



Home | Main Index | Thread Index | Old Index