Summary: | multimedia/mpv: Enable thread-naming | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Mikhail Teterin <mi> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-multimedia (Nobody) <multimedia> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | jbeich | ||||
Priority: | --- | Keywords: | patch-ready | ||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
See Also: | https://github.com/mpv-player/mpv/pull/7650 | ||||||
Attachments: |
|
Can you submit upstream? I've tried to fix it in https://github.com/mpv-player/mpv/pull/6976 but have made a mistake batching other changes. Maintainer reset. Obsolete after ports r556071. |
Created attachment 209849 [details] Enable thread-naming The authors' checks for BSD's pthread_set_name_np() fails, because the forget to include <pthread_np.h>. The attached file can be dropped into the files/ subdirectory to fixe this trivial problem, enabling the functionality.