Date: Sat, 27 Jul 2024 02:00:51 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 9b8b60e8b431 - 2024Q3 - www/luakit: switch to USES=luajit to avoid package conflicts Message-ID: <202407270200.46R20pxW033926@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=9b8b60e8b431fa448b01f185a782e378c5d7885c commit 9b8b60e8b431fa448b01f185a782e378c5d7885c Author: mew14930xvi <mew14930xvi@inbox.lv> AuthorDate: 2024-07-27 01:27:51 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-07-27 02:00:46 +0000 www/luakit: switch to USES=luajit to avoid package conflicts PR: 280454 Reported by: LuMiWa (cherry picked from commit 3f547f88def3aad776c60fdbfecb6a279cc61b75) --- www/luakit-devel/Makefile | 3 ++- www/luakit/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/www/luakit-devel/Makefile b/www/luakit-devel/Makefile index 542a86c39496..37aee32647cc 100644 --- a/www/luakit-devel/Makefile +++ b/www/luakit-devel/Makefile @@ -1,6 +1,7 @@ PORTNAME= luakit DISTVERSION= 2.3.6-7 DISTVERSIONSUFFIX= -g0bc0e39 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= www PKGNAMESUFFIX= -devel @@ -34,7 +35,7 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS LUAJIT OPTIONS_DEFAULT= LUAJIT LUAJIT_DESC= Use the Just-In-Time compiler for lua -LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit +LUAJIT_USES= luajit LUAJIT_MAKE_ARGS= USE_LUAJIT=1 LUAJIT_MAKE_ARGS_OFF= USE_LUAJIT=0 diff --git a/www/luakit/Makefile b/www/luakit/Makefile index 94bcce0d71bd..0c2cc242584f 100644 --- a/www/luakit/Makefile +++ b/www/luakit/Makefile @@ -1,5 +1,6 @@ PORTNAME= luakit DISTVERSION= 2.3.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www @@ -29,7 +30,7 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS LUAJIT OPTIONS_DEFAULT= LUAJIT LUAJIT_DESC= Use the Just-In-Time compiler for lua -LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit +LUAJIT_USES= luajit LUAJIT_MAKE_ARGS= USE_LUAJIT=1 LUAJIT_MAKE_ARGS_OFF= USE_LUAJIT=0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407270200.46R20pxW033926>