Summary: | multimedia/obs-studio: fix packaging on architectures without luajit | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
Component: | Individual Port(s) | Assignee: | Piotr Kubaj <pkubaj> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | pkubaj, yuri | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(yuri) yuri: merge-quarterly+ |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: pkubaj Date: Fri Jan 24 21:34:35 UTC 2020 New revision: 523990 URL: https://svnweb.freebsd.org/changeset/ports/523990 Log: multimedia/obs-studio: fix packaging on architectures without luajit The previous patch missed packaging fix. obslua.so is not installed without luajit. PR: 243562 Approved by: yuri (maintainer) MFH: 2020Q1 (fix build blanket) Changes: head/multimedia/obs-studio/Makefile head/multimedia/obs-studio/pkg-plist A commit references this bug: Author: pkubaj Date: Fri Jan 24 21:35:27 UTC 2020 New revision: 523991 URL: https://svnweb.freebsd.org/changeset/ports/523991 Log: MFH: r523990 multimedia/obs-studio: fix packaging on architectures without luajit The previous patch missed packaging fix. obslua.so is not installed without luajit. PR: 243562 Approved by: yuri (maintainer) Approved by: portmgr (fix build blanket) Changes: _U branches/2020Q1/ branches/2020Q1/multimedia/obs-studio/Makefile branches/2020Q1/multimedia/obs-studio/pkg-plist |
Created attachment 211010 [details] patch The previous patch missed packaging fix. obslua.so is not installed without luajit.