Commit graph

4 commits

Author SHA1 Message Date
Thomas Zander
0779926ea3 Fix multiple runtime errors and crashes in lua 5.3.4
Details
- Import upstream patches for known runtime errors
  and crashes in lua 5.3.4
  Details, see https://www.lua.org/bugs.html
  in the section on version 5.3.4

PR:		222581
Submitted by:	russ.haley@gmail.com
Approved by:	maintainer timeout
MFH:		2017Q4
2017-11-11 12:48:53 +00:00
Ian Lepore
fd3652ee1a Fix CFLAGS handling in lua53 patches.
The ?= assignment of CFLAGS (not present in earlier lua5x patches) results
in MYCFLAGS, passed from the port makefile, never getting assigned to CFLAGS
during the lua build. The result is a copy of lua that has none of the posix
support functions in it.

CFLAGS set in the outer environment by the user or make.conf get passed in
via the MYCFLAGS mechanism, so remove the -O2 and let the outer environment
control optimization level.

Approved by:	mat(mentor)
Differential Revision:	https://reviews.freebsd.org/D5256
2016-02-19 22:55:18 +00:00
Philip M. Gollucci
1d0c6d6f85 lang/lua53: 5.3.0 -> 5.3.1
PR:                  201469
Submitted by:        milios@ccsys.com
2015-07-16 18:35:33 +00:00
Baptiste Daroussin
6a4dc8a394 Add lua 5.3.0
Highlights from this new version:
Main new features are support for integers, bitwise operators, and a basic utf-8
library

Complete list of changes: http://www.lua.org/manual/5.3/readme.html#changes
List of incompatibilities with lua 5.2:
http://www.lua.org/manual/5.3/manual.html#8
2015-01-17 02:19:59 +00:00