Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Aug 2020 15:02:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 248433] net/vinagre: move mandatory dependency on net/avahi-app to option AVAHI
Message-ID:  <bug-248433-6497-YoHFiOmr8B@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248433-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-248433-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gnome (Nobody)
<gnome@FreeBSD.org> for maintainer-feedback:
Bug 248433: net/vinagre: move mandatory dependency on net/avahi-app to opti=
on
AVAHI
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248433



--- Description ---
vinagre doesn't require libavahi-common.so:net/avahi-app if option AVAHI is
off.
Using this patch for serveral years without any issues.

Just tested.
- If net/avahi-app and option AVAHI is off - vinagre binary doesn't require=
 it:
$ ldd /usr/local/bin/vinagre | grep avahi
$ readelf -d /usr/local/bin/vinagre | grep avahi
- If option AVAHI is on - vinagre binary linked with:
$ readelf -d /usr/local/bin/vinagre | grep avahi
 0x0000000000000001 NEEDED		 Shared library:
[libavahi-ui-gtk3.so.0]
 0x0000000000000001 NEEDED		 Shared library: [libavahi-common.so.3]
 0x0000000000000001 NEEDED		 Shared library: [libavahi-client.so.3]
 0x0000000000000001 NEEDED		 Shared library: [libavahi-glib.so.1]
 0x0000000000000001 NEEDED		 Shared library:
[libavahi-gobject.so.0]

Do I need to add all these libs to the dependency list?
libavahi-common.so.3, libavahi-client.so.3, libavahi-glib.so.1 and=20
libavahi-gobject.so.0 provided by net/avahi-app.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248433-6497-YoHFiOmr8B>