Changes between Initial Version and Version 1 of Ticket #66077, comment 9
- Timestamp:
- Aug 7, 2024, 2:26:03 AM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #66077, comment 9
initial v1 4 4 > how robust that feature is. 5 5 > 6 7 I don't understand why lua-5.3 is being installed as a dependency of lua-5.1 ports. That just doesn't make any sense. Something is fishy about this. See my comment in #70420.8 9 >10 6 > I have updated the `luarocks 1.0` port group to explicitly specify `--lua-version`, but these Lua ports have been updated to use the newer `luarocks_org 11 7 > 1.0` port group now, so it does not matter. 12 8 > 13 9 14 Yeah, I can see that nothing is using the `luarocks 1.0` port group any more, so the original fix here isn't relevant any more. 10 I don't understand why lua-5.3 is being installed as a dependency of lua-5.1 ports. That just doesn't make any sense. Something is fishy about this. See my comment in #70420. 11 12 I confirm that nothing seems to be using the `luarocks 1.0` port group any more, so the original fix here isn't relevant any more. 15 13 16 14 The `luarocks_org 1.0` port group does depend on the `luarocks 1.1` port group though, so maybe a fix is needed there? It does seem to have a `--lua-version` argument in `build.pre_args` and `destroot.pre_args`, but not a `--lua-dir` argument.