Bug 246204

Summary: net/freeswitch: add possibility to build with lua53
Product: Ports & Packages Reporter: Vladimir Druzenko <vvd>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Some People CC: andrew
Priority: --- Flags: pi: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Add possibility to build with lua53 vvd: maintainer-approval?

Description Vladimir Druzenko freebsd_committer freebsd_triage 2020-05-05 00:09:12 UTC
Created attachment 214135 [details]
Add possibility to build with lua53

Add possibility to build with lua53 with DEFAULT_VERSIONS+=lua=5.3 in make.conf.
Comment 1 Andrew "RhodiumToad" Gierth 2020-05-05 01:07:18 UTC
Fails testport.

Freeswitch's ./configure script does not test for any lua version newer than 5.2, so building it against 5.3 would require patching the configure or configure.ac.
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2020-05-05 01:18:49 UTC
(In reply to andrew from comment #1)
configure work fine for me…
Comment 3 Andrew "RhodiumToad" Gierth 2020-05-05 02:51:48 UTC
Because you're not building in a clean environment.
Comment 4 Vladimir Druzenko freebsd_committer freebsd_triage 2020-05-05 03:13:30 UTC
I have symlink liblua.so -> liblua-5.3.so
Comment 5 Kurt Jaeger freebsd_committer freebsd_triage 2020-05-24 08:14:07 UTC
Fixed with r536367
Comment 6 Vladimir Druzenko freebsd_committer freebsd_triage 2020-05-24 10:52:17 UTC
Thanks!