Summary: | multimedia/libquvi09: unbreak with lua53 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dima Panov <fluffy> | ||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | Flags: | bugzilla:
maintainer-feedback?
(sunpoet) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: sunpoet Date: Fri Dec 29 18:47:06 UTC 2017 New revision: 457522 URL: https://svnweb.freebsd.org/changeset/ports/457522 Log: Fix build with Lua 5.3 - Bump PORTREVISION for package change PR: 224648 Submitted by: fluffy MFH: 2017Q4 Changes: head/multimedia/libquvi09/Makefile head/multimedia/libquvi09/files/patch-src-lua-init.c Committed. Thanks! |
Created attachment 189169 [details] #ifdef old api calls in favor of new lua52+ interface libquvi relays on lua51 api to register runtime functions, which dropped in lua53 and used via compat shims in lua52. #ifdef old api calls in favor of new lua52+ interface Obtained from: OpenSUSE repo