Fix regressions, reinstating io.popen support.
Reported by: Pierre Guinoiseau PR: ports/166753 Reported by: Vrachnis Ilias-Dimitrios PR: ports/166804 Fixed by: Olli Hauer (ports/166753) Feature safe: yes
This commit is contained in:
parent
7811751221
commit
1f01f3cc35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294558
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= lua
|
||||
PORTVERSION= 5.1.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.lua.org/ftp/ \
|
||||
ftp://ftp.ntua.gr/pub/lang/lua/ \
|
||||
|
@ -24,7 +24,7 @@ USE_GNOME= pkgconfig
|
|||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
MAKE_ENV= LUA_SONAME="liblua-${LUA_VER}.so.${LUA_VER_SH}"
|
||||
MAKE_ARGS= CFLAGS="${CFLAGS}"
|
||||
MAKE_ARGS= MYCFLAGS="${CFLAGS}"
|
||||
|
||||
MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1
|
||||
DOCSDIR= ${PREFIX}/share/doc/${LUA_SUBDIR}
|
||||
|
|
Loading…
Reference in a new issue