On Wed, Aug 15, 2012 at 04:30:20PM +1000, Brett wrote: > Hi, > > I'm trying to build remmina from ports on -current (tried i386 and amd64), > and it is not building avahi-gtk3-*, therefore the build fails (see build > results end of email. > > After this happened, I tried to build the port avahi-gtk3 from its directory, > but it isn't building for me. > > # pkg_info | grep avahi > avahi-0.6.31 framework for Multicast DNS Service Discovery > > # cd /usr/ports/net/avahi/ > > # make show=MULTI_PACKAGES > -main -gtk -gtk3 -ui > > # make install-all > # [nothing gets built] > > # env SUBPACKAGE="-gtk3" make install > # [nothing gets built] > > If I delete the pkg_delete avahi, rm the pkg and plist, and try the above > commands again, still nothing gets built. > > # env SUBPACKAGE="-gtk3" make install > # [nothing gets built] > > # make install-all > [builds] > # pkg_info | grep avahi > avahi-0.6.31 framework for Multicast DNS Service Discovery > > There is still no avahi-gtk3-* > > I see that there have been no changes to either of these ports for a while, > and in package snapshots avahi-gtk3 and remmina are both available. So it > seems like I am doing something wrong here, but what?
I will tighten the avahi dep in remmina. What you can do for now is to: # cd /usr/ports/net/avahi/ # env FLAVOR="no_mono no_qt3 no_qt4" make package
