[Bug 278203] [UPGRADE] www/nift from 2.4.11 to 3.0.3

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 07 Apr 2024 19:52:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278203

--- Comment #6 from yds <yds@Necessitu.de> ---
(In reply to Mohammad S. Babaei from comment #5)

according to Mk/bsd.default-versions.mk on line 100:
LUAJIT_DEFAULT?=        luajit-devel

I believe you would need to explicitly set:
DEFAULT_VERSIONS+=      luajit=luajit
or
LUAJIT_DEFAULT?=        luajit
otherwise LUAJIT_LUAVER will default to 2.1

it seems like 2.0 is no longer the default and has to be explicitly chosen,
having the plain old luajit port installed is not enough to change
LUAJIT_LUAVER without explicitly adding luajit=luajit to DEFAULT_VERSIONS in
make.conf

-- 
You are receiving this mail because:
You are the assignee for the bug.