Opened 14 years ago
Closed 12 years ago
#26405 closed defect (fixed)
rrdtool uses lua if installed
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | markd@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ||
Port: | rrdtool |
Description
If the lua port is installed, the rrdtool port finds it and uses it, though no dependency is declared. rrdtool should either declare a dependency on lua or not use lua even if it is installed.
Change History (2)
comment:1 Changed 14 years ago by markd@…
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Added --disable-lua in r94394. If anyone wants lua support a variant can be added later.
Note: See
TracTickets for help on using
tickets.
I didn't know that. There is a --disable-lua configure switch I see. I suppose a variant should be added as with the python variant. If anyone wants to do it this should be made an openmaintainer port too.