[Bug 246342] [NEW PORT] audio/strawberry: Music Player
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon May 11 08:52:08 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246342
--- Comment #6 from Daniel Menelkir <menelkir at itroll.org> ---
(In reply to daniel.engberg.lists from comment #4)
Hi. I was writing a reply right now. :)
I'm doing the proper fixes. Thanks
> I think you misread, USES= not USE_XXXX=
Yes but I have this warning when I try to USE_XORG alone, for example:
Using USE_XORG alone is deprecated, please use USES=xorg
> Instead of patching files it seems like you can pass switches instead
I'm changing this behaviour.
> WARN: Makefile: "LIB_DEPENDS" has to appear earlier.
> WARN: Makefile: "USES" has to appear earlier.
Nor me, My "fix" was taking BUILD_DEPENDS after all USEs so at least there's
only one warning. Despite the fact there's a lot of ports that have the same
behavior, so I thin it's "normal" or maybe something that should be implemented
in portlint and related tools?
> make test fails (with test option enabled), requires X running?
Well I'm running X while doing this, maybe it's a faulty test behavior from the
software itself?
>qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
I have a xcb on USE_XORG, maybe is what is missing?
I've noticed that it'll forcibly link to vlc and pulseaudio, no matter what
CMAKE_OFF you use, this doesn't occurs if you don't have vlc and pulseaudio
installed, so it's a bad behavior from software itself, so for now I'll ignore
the erros about missing LIB_DEPENDS about it when you have vlc and pulseaudio
installed.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list