Changes:
- If net/gtk-vnc build with PULSEAUDIO off then build of the net/remmina fails if GVNC option is on:
pkg-static: Unable to access file /tmp/work/usr/ports/net/remmina/work-default/stage/usr/local/lib/remmina/plugins/remmina-plugin-gvnc.so:No such file or directory pkg-static: Unable to access file /tmp/work/usr/ports/net/remmina/work-default/stage/usr/local/share/icons/hicolor/scalable/emblems/org.remmina.Remmina-gvnc-symbolic.svg:No such file or directory
Added patch to fix build remmina-plugin-gvnc.so plugin. Tested run using this plugin without pulse.
- Port have 2 options with same name GVNC.
- Options GVNC and VNC are mixed up.
- Removed unnecessary dependencies (from atk, pcre, jpeg, harfbuzz, gnutls, xkbfile and etc).
- Moved dependency from libsoup to WWW only.
- Replaced dependency from libfreerdp2.so (not linked) with libfreerdp-client2.so and libwinpr2.so.2 (linked).
Tested build with a lot of different combinations of options in poudriere and in live system 13.2-p10 amd64.
Tested run too.