Today I noticed that I could not use io.popen() in lua. The error I got was: 'popen' not supported I tracked it down to the cvs commit 1.48. Commenting out the MAKE_ARGS line and recompiling, fixed the problem.
Responsible Changed From-To: freebsd-ports-bugs->lua Over to maintainer (via the GNATS Auto Assign Tool)
Looks related to or like a duplicate of http://www.freebsd.org/cgi/query-pr.cgi?pr=166753
mandree 2012-04-10 19:08:17 UTC FreeBSD ports repository Modified files: lang/lua Makefile Log: 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 Revision Changes Path 1.51 +2 -2 ports/lang/lua/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Fixed, with thanks to Olli Hauer for providing the patch. (see http://bugs.freebsd.org/166753)