| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Update CONFLICTS for lang/luajit and lang/luajit-openresty.
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
PR: 250049
|
|
|
|
|
|
| |
PR: 250049
Submitted by: John Hein <jcfyecrayz@liamekaens.com>
Reported by: peter.larsen@larsendata.dk
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
Reported by: Vanilla Hsu <v@fatpipi.com>
|
| |
|
| |
|
|
WWW: https://github.com/openresty/luajit2
|