[Bug 278274] net-p2p/tremotesf: Update to 2.6.2

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 26 Apr 2024 10:33:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278274

--- Comment #4 from Anton Saietskii <vsasjason@gmail.com> ---
(In reply to Zsolt Udvari from comment #3)

Of course I'm doing that (along with portfmt & portlint) on each op change.

Unfortunately, portclippy doesn't handle '.if' properly: for example, it
suggests moving CMAKE_OFF below CMAKE_ARGS, what isn't really possible -- first
variable is specific to flavor, while second is for port regardless of flavor.
If we'll move entire '.if' block below CMAKE_ARGS -- portclippy will complain
about USE_QT and USE_GL (and these variables can't be moved to suggested places
as well).

So, no matter how one will reroll makefile (keeping '.if' block) -- portclippy
will complain about different variables until it will learn to process
conditionals as a subblock, which in turn can contain its own USES, USE_*, etc
blocks.

-- 
You are receiving this mail because:
You are the assignee for the bug.