Re: luasocket: Install headers.lua

2014-12-15 Thread Sunil Nimmagadda
On Mon, Dec 15, 2014 at 08:21:33AM +, Stuart Henderson wrote: > Manually written do-install sections like this are fragile. Can these > Makefiles be changed so that they'll pick up files needed by future versions > without further changes, or is there any build infrastructure in the > distri

Re: luasocket: Install headers.lua

2014-12-15 Thread Stuart Henderson
Manually written do-install sections like this are fragile. Can these Makefiles be changed so that they'll pick up files needed by future versions without further changes, or is there any build infrastructure in the distribution that can be used instead? Same for the other diff you sent. On 14

luasocket: Install headers.lua

2014-12-14 Thread Sunil Nimmagadda
Hi, ssl.https module(ports/security/luasec) requires headers.lua. This diff fixes the dependency. Index: Makefile === RCS file: /cvs/ports/net/luasocket/Makefile,v retrieving revision 1.29 diff -u -p -r1.29 Makefile --- Makefile1