[Bug 246342] [NEW PORT] audio/strawberry: Music Player
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun May 10 08:43:48 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246342
--- Comment #3 from daniel.engberg.lists at pyret.net ---
(In reply to Daniel Menelkir from comment #2)
Hi,
I think you misread, USES= not USE_XXXX=
Poudriere stops immediately as Boost isn't found during the configuration stage
so there isn't much to show.
Instead of patching files it seems like you can pass switches instead
Examples of switches:
https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/strawberry#n27
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=strawberry-git
See:
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/building.html
6.5.4. Using cmake
You also needs to set these anyway as by default strawberry will try to pull in
everything it supports which will mismatch with specified dependencies and
potentially break the port as it may install more files etc (haven't
specifically checked in this case) and case you use ports.
While you can change backends etc I think you should try to limit the usage of
dependencies instead of pulling in everything "just because" but that's up to
you.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list