Bug 149706 - [patch] lang/lua: respect PREFIX for LUA_ROOT
Summary: [patch] lang/lua: respect PREFIX for LUA_ROOT
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-16 13:20 UTC by swell.k
Modified: 2010-08-16 13:30 UTC (History)
0 users

See Also:


Attachments
a.diff (575 bytes, patch)
2010-08-16 13:20 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2010-08-16 13:20:03 UTC

How-To-Repeat: $ make install clean -C net/luasocket
$ lua -l socket
lua: module 'socket' not found:
        no field package.preload['socket']
        no file './socket.lua'
        no file '/usr/local/share/lua/5.1/socket.lua'
        no file '/usr/local/share/lua/5.1/socket/init.lua'
        no file '/usr/local/lib/lua/5.1/socket.lua'
        no file '/usr/local/lib/lua/5.1/socket/init.lua'
        no file './socket.so'
        no file '/usr/local/lib/lua/5.1/socket.so'
        no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
        [C]: ?
        [C]: ?
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-16 13:20:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-08-16 13:29:29 UTC
garga       2010-08-16 12:29:21 UTC

  FreeBSD ports repository

  Modified files:
    lang/lua             Makefile 
  Log:
  - Make LUA_ROOT respect PREFIX
  - Bump PORTREVISION
  
  PR:             ports/149706
  Submitted by:   Anonymous <swell.k@gmail.com>
  
  Revision  Changes    Path
  1.38      +3 -0      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"
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2010-08-16 13:29:40 UTC
State Changed
From-To: open->closed

Committed. Thanks!