Bug 126350 - [PATCH] bsd.lua.mk: LUA_COMPS=tolua broken
Summary: [PATCH] bsd.lua.mk: LUA_COMPS=tolua broken
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: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-07 21:40 UTC by Dmitry Marakasov
Modified: 2008-08-10 16:20 UTC (History)
0 users

See Also:


Attachments
bsd.tolua.mk.patch (693 bytes, patch)
2008-08-07 21:40 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2008-08-07 21:40:01 UTC
Depending on tolua via LUA_COMPS=tolua is broken, as for lua 5.0 it will depend on lang/tolua instead of lang/tolua50, and for lua 5.1 it will say that tolua comp is not available (while there is lang/tolua).

Attached patch should fix the problem.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-07 21:40:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

bsd.lua.mk is alepulver territory (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-08-10 16:10:09 UTC
alepulver    2008-08-10 15:09:54 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.lua.mk 
  Log:
  - Fix tolua dependency for version 5.0 (was using 5.1).
  - Add tolua dependency for version 5.1.
  
  PR:             ports/126350
  Submitted by:   amdmi3
  
  Revision  Changes    Path
  1.17      +3 -2      ports/Mk/bsd.lua.mk
_______________________________________________
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 Alejandro Pulver freebsd_committer freebsd_triage 2008-08-10 16:10:16 UTC
State Changed
From-To: open->closed

Committed. Thanks!