Hi, On Mon, 4 Sep 2017 22:14:11 +0200 Jasper Lievisse Adriaanse <jas...@openbsd.org> wrote:
> On Mon, Sep 04, 2017 at 03:24:40PM +0200, Robert Klein wrote: > > 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 > > Am I missing something? mm, after thoroughly cleaning up my /usr/ports, I can - make the avahi main package and the flavor packages - make the remmina package I observed this regarding current snapshots, though: - There is only the avahi main package in the amd64 and i386 snapshots, the flavors aren't there. - There is no remmina package in the amd64 and i386 snapshots - The older (Aug. 25 and earlier) sparc and mips snapshots have the avahi subpackages as well as remmina) - Other architecture snapshots are older and still feature 0.6.3 versions of ahavi. You're right, the remmina port is Ok. Sorry for the fuss. Best regards Robert > > basalt:2004 remmina % what /usr/ports/net/avahi/Makefile > /usr/ports/net/avahi/Makefile > $OpenBSD: Makefile,v 1.125 2017/07/16 09:27:58 ajacoutot Exp $ > basalt:2005 remmina % grep > MULTI_PACKAGES /usr/ports/net/avahi/Makefile MULTI_PACKAGES= > -main -mono -gui -gtk -gtk3 -python -ui basalt:2006 remmina % > > > 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 \ > > >