Bug 224648 - multimedia/libquvi09: unbreak with lua53
Summary: multimedia/libquvi09: unbreak with lua53
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-28 16:27 UTC by Dima Panov
Modified: 2017-12-29 18:53 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
#ifdef old api calls in favor of new lua52+ interface (1.79 KB, patch)
2017-12-28 16:27 UTC, Dima Panov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dima Panov freebsd_committer freebsd_triage 2017-12-28 16:27:55 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-12-29 18:48:05 UTC
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
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-12-29 18:53:31 UTC
Committed. Thanks!