Bug 224648

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:
Description Flags
#ifdef old api calls in favor of new lua52+ interface none

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!