Bug 246204 - net/freeswitch: add possibility to build with lua53
Summary: net/freeswitch: add possibility to build 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: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-05 00:09 UTC by Vladimir Druzenko
Modified: 2020-05-24 10:52 UTC (History)
1 user (show)

See Also:
pi: maintainer-feedback+


Attachments
Add possibility to build with lua53 (617 bytes, patch)
2020-05-05 00:09 UTC, Vladimir Druzenko
vvd: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!