Port details |
- luajit-openresty Just-In-Time Compiler for Lua (OpenResty branch)
- 2.1.20240815 lang =6 2.1.20240314Version of this port present on the latest quarterly branch.
- Maintainer: mm@FreeBSD.org
- Port Added: 2019-09-09 08:58:03
- Last Update: 2024-08-19 22:01:14
- Commit Hash: a879ff6
- People watching this port, also watch:: libxml2, indexinfo, libevent, jpeg-turbo, webp
- License: MIT PD
- WWW:
- https://github.com/openresty/luajit2
- Description:
- OpenResty's Branch of LuaJIT 2
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- luajit-openresty>0:lang/luajit-openresty
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/lang/luajit-openresty/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/luajit-openresty
- pkg install luajit-openresty
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: luajit-openresty
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1724104553
SHA256 (openresty-luajit2-v2.1-20240815_GH0.tar.gz) = 9e59ec13c301c8b2855838b1248def49ef348a3e7563fabef677431706718145
SIZE (openresty-luajit2-v2.1-20240815_GH0.tar.gz) = 1163521
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- This port is required by:
- for Libraries
-
- games/minetest
- games/naev
- www/angie-module-lua
- www/nginx-full
- www/openresty
- for Run
-
- databases/lua-resty-redis
- devel/lua-resty-string
- dns/lua-resty-dns
- security/lua-resty-hmac
- security/lua-resty-jwt
- security/lua-resty-openidc
- security/lua-resty-openssl
Configuration Options:
- No options to configure
- Options name:
- lang_luajit-openresty
- USES:
- cpe gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.20240815 19 Aug 2024 22:01:14 |
Martin Matuska (mm) |
lang/luajit-openresty: update 2.1-20240314 → 2.1-20240815
Reported by: portscout |
2.1.20240314 29 Mar 2024 08:28:14 |
Martin Matuska (mm) |
lang/luajit-openresty: update to 2.1-20240314 |
2.1.20231117 02 Feb 2024 00:53:45 |
Wen Heping (wen) |
www/openresty: Update to 1.25.3.1
PR: 276283
Reported by: wen@
Approved by: maintainer(timeout, > 2 weeks) |
2.1.20230911_2 10 Jan 2024 13:13:03 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
2.1.20230911_1 22 Sep 2023 04:56:49 |
Robert Clausecker (fuz) Author: Valter Nazianzeno |
lang/luajit-openresty: Fix broken symlink for luajit in bin
The port builds and installs fine, but it creates a broken symlink for
the real file version.
PR: 273986
Approved by: portmgr (build fix blanket) |
2.1.20230911 14 Sep 2023 14:06:28 |
Martin Matuska (mm) |
lang/luajit-openresty: update to 2.1-20230911 |
2.1.20230410_1 12 Aug 2023 01:37:38 |
Piotr Kubaj (pkubaj) |
lang/luajit-openresty: drop GCC on powerpc* |
2.1.20230410 18 Apr 2023 15:31:41 |
Sergey A. Osokin (osa) |
lang/luajit-openresty: update 2.1-20230119 -> 2.1-20230410 |
2.1.20230119 22 Jan 2023 09:11:55 |
Martin Matuska (mm) |
lang/luajit-openresty: Update to 2.1.20230119 |
2.1.20220915 14 Oct 2022 15:59:01 |
Adam Weinberger (adamw) |
lang/luajit-openresty: Update to 2.1.20220915
While here, strip binary and library.
PR: 267022
Approved by: mm (maintainer) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.1.20220411 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.1.20220411 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
2.1.20220411 11 Apr 2022 19:48:35 |
Martin Matuska (mm) |
lang/luajit-openresty: update to 2.1-20220411 |
2.1.20220310 19 Mar 2022 23:58:46 |
Martin Matuska (mm) |
lang/luajit-openresty: upgrade to 2.1-20220310 |
2.1.20211210 22 Dec 2021 23:00:26 |
Martin Matuska (mm) |
lang/luajit-openresty: 2.1-20210510 -> 2.1-20211210 |
2.1.20210510 28 Oct 2021 01:10:40 |
Sergey A. Osokin (osa) |
lang/Makefile: connect lang/luajit-devel to build
Update CONFLICTS for lang/luajit and lang/luajit-openresty. |
2.1.20210510 20 Oct 2021 16:13:17 |
Stefan Eßer (se) |
lang/luajit-openresty: Add CPE information
Approved by: portmgr (blanket) |
2.1.20210510 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
2.1.20210510 12 Jun 2021 01:04:42 |
Martin Matuska (mm) |
lang/luajit-openresty: Update 2.1-20201027 -> 2.1-20210510 |
2.1.20201027 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.20201027 12 Jan 2021 23:24:09 |
linimon |
Mark as IGNORE on riscv64, the same as luajit.
Approved by: portmgr (tier-2 blanket) |
2.1.20201027 22 Nov 2020 10:06:03 |
mm |
lang/luajit-openresty: increase build-time verbosity |
2.1.20201027 29 Oct 2020 11:04:23 |
mm |
Update luajit-openresty to v2.1-20201027 |
2.1.20201002_1 29 Oct 2020 10:40:06 |
pkubaj |
lang/luajit-openresty: fix build on powerpc64 elfv2
lua_assert is undefined, which makes build fail with:
/usr/local/bin/ld: libluajit.a(lj_ccallback.o): in function `lj_ccallback_new':
lj_ccallback.c:(.text+0xbc8): undefined reference to `lua_assert'
lua_assert is defined in lualib.h. |
2.1.20201002_1 02 Oct 2020 19:25:50 |
mm |
Add patch missing in previous commit
PR: 250049 |
2.1.20201002_1 02 Oct 2020 19:25:11 |
mm |
Unbreak build on FreeBSD 11
PR: 250049
Submitted by: John Hein <jcfyecrayz@liamekaens.com>
Reported by: peter.larsen@larsendata.dk |
2.1.20201002 02 Oct 2020 08:02:18 |
mm |
Update lang/luajit-openresty to 20201002 |
2.1.20200102 21 Sep 2020 19:19:57 |
pkubaj |
lang/luajit-openresty: fix build on powerpc64
Upstream now supports powerpc64.
It was implemented in
https://github.com/openresty/luajit2/commit/2763a421d6219c8cb2bbd39246de619dc796bab6,
but
https://github.com/openresty/luajit2/commit/981ec8d2aac5cac76bdedd4015b6d32447b29597
is also necessary (the former commit partially adds code that the latter one
removes).
This fixes powerpc64.
PR: 249156
Approved by: mm (maintainer timeout) |
2.1.20200102 18 May 2020 00:41:59 |
linimon |
Mark as BROKEN on powerpc64:
gmake[2]: *** No rule to make target 'vm_ppc64.dasc', needed by
'host/buildvm_arch.h'.
While here, remove sparc stanza, as we no longer support the arch.
Approved by: portmgr (tier-2 blanket) |
2.1.20200102 13 Jan 2020 22:37:13 |
mm |
Update luajit-openresty to v2.1-20200102 |
2.1.20190912_2 16 Sep 2019 09:52:20 |
mm |
lang/luajit-openresty: correctly link luajit binary
Reported by: Vanilla Hsu <v@fatpipi.com> |
2.1.20190912_1 15 Sep 2019 23:09:48 |
mm |
lang/luajit-openresty: Use DISTVERSIONPREFIX to construct GH tagname |
2.1.20190912 15 Sep 2019 20:16:39 |
mm |
Update luajit-openresty to v2.1-20190912 |
2.1.20190626 09 Sep 2019 08:57:54 |
mm |
OpenResty's Branch of LuaJIT 2
WWW: https://github.com/openresty/luajit2 |