Bug 200337 - [PATCH] multimedia/libquvi-scripts09, missing dependency
Summary: [PATCH] multimedia/libquvi-scripts09, missing dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords: patch
Depends on: 200336
Blocks:
  Show dependency treegraph
 
Reported: 2015-05-19 17:44 UTC by Olivier Duchateau
Modified: 2017-02-20 15:21 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (lx)


Attachments
net/luasocket is missing (337 bytes, patch)
2015-05-19 17:44 UTC, Olivier Duchateau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Duchateau freebsd_committer freebsd_triage 2015-05-19 17:44:50 UTC
Created attachment 156956 [details]
net/luasocket is missing

net/luasocket is missing, I get this message:

** (totem-pl-parser-videosite:25913): CRITICAL **: [_chk_script_ident] .../local/share/libquvi-scripts/0.9/common/quvi/youtube.lua:109: module 'socket.url' not found
Comment 1 Olivier Duchateau freebsd_committer freebsd_triage 2015-05-19 17:46:37 UTC
Re-assign to sunpoet@
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-06-28 17:24:24 UTC
This port requires more lua modules.

RUN_DEPENDS=    ${LUA_PKGNAMEPREFIX}bitop>=1.0.1:${PORTSDIR}/devel/lua-bitop \
                ${LUA_PKGNAMEPREFIX}luaexpat>=1.2.0:${PORTSDIR}/textproc/luaexpat \
                ${LUA_PKGNAMEPREFIX}json>=1.1.1:${PORTSDIR}/converters/lua-json \
                ${LUA_PKGNAMEPREFIX}luasocket>=2.0.2:${PORTSDIR}/net/luasocket

But we have incomplete lua modules support in ports tree. Many of them have USES=lua:51 but default lua version is 5.2. This leads to dependency errors.

Therefore I'll hold this commit until we have a better solution for lua issues.
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-02-18 16:10:11 UTC
A commit references this bug:

Author: sunpoet
Date: Sat Feb 18 16:09:24 UTC 2017
New revision: 434364
URL: https://svnweb.freebsd.org/changeset/ports/434364

Log:
  Update RUN_DEPENDS

  - While I'm here, update WWW
  - Bump PORTREVISION for dependency change

  PR:		200337
  Reported by:	olivierd

Changes:
  head/multimedia/libquvi-scripts09/Makefile
  head/multimedia/libquvi-scripts09/pkg-descr
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-02-20 15:21:08 UTC
Committed. Thanks!

And thank antoine@ for fixing textproc/luaexpat.