Date: Fri, 14 Oct 2022 17:16:28 GMT From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 537a051cf5f9 - main - CHANGES: Add a note for USES=luajit Message-ID: <202210141716.29EHGSuZ026313@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=537a051cf5f92516bb5bf1aedf2048adaddb30ab commit 537a051cf5f92516bb5bf1aedf2048adaddb30ab Author: Adam Weinberger <adamw@FreeBSD.org> AuthorDate: 2022-10-14 17:16:22 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2022-10-14 17:16:22 +0000 CHANGES: Add a note for USES=luajit --- CHANGES | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGES b/CHANGES index d12f8b6d67c0..ce90d882b636 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,23 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20221014: +AUTHOR: adamw@FreeBSD.org + + USES=luajit has been added to support a unified luajit version. The + default here is luajit-devel, which should be the right version for + nearly everybody. + + luajit-openresty is a drop-in replacement for anything that luajit-devel + works in, though not necessarily the other way around. If a program uses + the openresty-specific API then you will need USES=luajit:luajit-openresty. + + The standard USES for most ports: + USES=luajit + + For anything that requires the openresty API: + USES=luajit:luajit-openresty + 20220911: AUTHOR: zirias@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210141716.29EHGSuZ026313>