Hi, remmina doesn't compile at the moment. There are no subpackages of avahi anymore. When I remove those from the Makefile remmina compiles (and runs) again.
Patch is below. Best regards Robert Index: Makefile =================================================================== RCS file: /cvs/ports/x11/remmina/Makefile,v retrieving revision 1.22 diff -u -p -r1.22 Makefile --- Makefile 17 Apr 2017 07:31:50 -0000 1.22 +++ Makefile 4 Sep 2017 13:20:49 -0000 @@ -18,7 +18,7 @@ MAINTAINER= Jasper Lievisse Adriaanse < # GPLv2 PERMIT_PACKAGE_CDROM= Yes -WANTLIB += ICE SM X11 Xext atk-1.0 avahi-client avahi-common avahi-ui-gtk3 +WANTLIB += ICE SM X11 Xext atk-1.0 avahi-client avahi-common WANTLIB += c cairo freerdp freerdp-client gcrypt gdk-3 gdk_pixbuf-2.0 WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gnome-keyring gobject-2.0 WANTLIB += gthread-2.0 gtk-3 intl pango-1.0 pthread ssh ssh_threads @@ -30,7 +30,7 @@ BUILD_DEPENDS= devel/gettext-tools LIB_DEPENDS= devel/gettext \ devel/vte3 \ - net/avahi,-gtk3,no_mono \ + net/avahi \ net/libvncserver \ security/libssh \ x11/freerdp \