Bug 233833 - [area51] multimedia/QtAV fails to compile with beta/rc versions.
Summary: [area51] multimedia/QtAV fails to compile with beta/rc versions.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-06 18:01 UTC by Brian Cully
Modified: 2018-12-06 20:38 UTC (History)
1 user (show)

See Also:


Attachments
Fix for above issue. (814 bytes, patch)
2018-12-06 18:01 UTC, Brian Cully
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Cully 2018-12-06 18:01:50 UTC
Created attachment 199903 [details]
Fix for above issue.

When QT_VERSION is suffixed with a beta/rc/etc version, pkg-plist fails to find the appropriate header files, as they've actually been installed in QT_VERSION without that suffix.

Attached is a patch which strips the suffix when pkg-plist is created.
Comment 1 Tobias C. Berner freebsd_committer freebsd_triage 2018-12-06 20:38:37 UTC
Committed to branches/plasma5-5.13. Thanks