Bug 250979

Summary: multimedia/mlt: pkg-plist not updated after r554683 (removal of swdec option)
Product: Ports & Packages Reporter: Rainer Hurling <rhurlin>
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed FIXED    
Severity: Affects Only Me CC: rhurlin, tcberner
Priority: --- Flags: tcberner: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch to remove swfdec files from pkg-plist none

Description Rainer Hurling freebsd_committer freebsd_triage 2020-11-09 11:33:23 UTC
Created attachment 219486 [details]
patch to remove swfdec files from pkg-plist

svn commit r554683 breaks multimedia/mlt, because pkg-plist is not updated after swfdec removal:


===>  Installing for mlt-6.22.1_1
===>  Checking if mlt is already installed
===>   Registering installation for mlt-6.22.1_1
pkg-static: Unable to access file /usr/ports/multimedia/mlt/work/stage/usr/local/%%SWFDEC%%lib/mlt/libmltswfdec.so:No such file or directory
pkg-static: Unable to access file /usr/ports/multimedia/mlt/work/stage/usr/local/%%SWFDEC%%share/mlt/swfdec/producer_swfdec.yml:No such file or directory
*** Error code 74


The attached patch should solve this issue ;)
Comment 1 Tobias C. Berner freebsd_committer freebsd_triage 2020-11-09 17:46:00 UTC
Moin moin

Thanks; this seems to have been already addressed in r554715.


mfg Tobias
Comment 2 Rainer Hurling freebsd_committer freebsd_triage 2020-11-09 18:14:25 UTC
bapt@ committed a fix at the same time :)