Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2022-10-14 20:16:22 +0300
committerAdam Weinberger <adamw@FreeBSD.org>2022-10-14 20:16:22 +0300
commit537a051cf5f92516bb5bf1aedf2048adaddb30ab (patch)
tree3e856ef7f4a495937672fdc285cdc27ef95056ee /CHANGES
parent9d241a90370c9410d997be37db5e3a5657bdb4ca (diff)
CHANGES: Add a note for USES=luajit
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES17
1 files changed, 17 insertions, 0 deletions
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