Bug 205517

Summary: net/luasocket don't include unix domain socket support
Product: Ports & Packages Reporter: slw
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Some People CC: slw
Priority: --- Flags: amdmi3: maintainer-feedback-
Version: Latest   
Hardware: Any   
OS: Any   

Description slw 2015-12-22 17:32:51 UTC
Truing to use unix domain socket give next error:

runtime error: ./redis.lua:835: module 'socket.unix' not found:
        no field package.preload['socket.unix']
        no file './socket/unix.lua'
        no file '/usr/local/share/luajit-2.0.4/socket/unix.lua'
        no file '/usr/local/share/lua/5.1/socket/unix.lua'
        no file '/usr/local/share/lua/5.1/socket/unix/init.lua'
        no file '/usr/local/admin/lua/socket/unix.lua'
        no file './socket/unix.so'
        no file '/usr/local/lib/lua/5.1/socket/unix.so'
        no file '/usr/local/lib/lua/5.1/loadall.so'
        no file './socket.so'
        no file '/usr/local/lib/lua/5.1/socket.so'
        no file '/usr/local/lib/lua/5.1/loadall.so'
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2016-09-08 12:19:40 UTC
Maintainer timeout.
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-09-08 12:23:47 UTC
A commit references this bug:

Author: amdmi3
Date: Thu Sep  8 12:23:29 UTC 2016
New revision: 421542
URL: https://svnweb.freebsd.org/changeset/ports/421542

Log:
  - Tweak install target to make unix domain socket support module installed
  - While here, silence stripping and switch to options helpers

  PR:		205517
  Approved by:	maintainer timeout (lx, 9 months)

Changes:
  head/net/luasocket/Makefile
  head/net/luasocket/pkg-plist