[Bug 259598] multimedia/mpv: Fix incorrect Lua supported versions, Add Lua OPTION

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 11 Dec 2021 09:32:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259598

--- Comment #9 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=cd43b2526fd466e46532dad30cbf37e2296a845c

commit cd43b2526fd466e46532dad30cbf37e2296a845c
Author:     VVD <vvd@unislabs.com>
AuthorDate: 2021-12-11 09:25:48 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2021-12-11 09:30:00 +0000

    multimedia/mpv: fix lua option handling

    mpv supports
      - no lua
      - luajit
      - lua51-52

    The new options added support to select between these.
      - LUA_NONE
      - LUAJIT (previous OFF by default)
      - LUA (previously on when LUAJIT=OFF)

    So the default remains to use lang/lua5[12].

    PR:             259598

 multimedia/mpv/Makefile | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

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