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:   [Bug 248433] net/vinagre: move mandatory dependency on net/avahi-app to option AVAHI
Message-ID:  <bug-248433-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248433

            Bug ID: 248433
           Summary: net/vinagre: move mandatory dependency on
                    net/avahi-app to option AVAHI
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome@FreeBSD.org
          Reporter: vvd@unislabs.com
          Assignee: gnome@FreeBSD.org
             Flags: maintainer-feedback?(gnome@FreeBSD.org)
 Attachment #216959 maintainer-approval?
             Flags:
             Flags: maintainer-feedback?

Created attachment 216959
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D216959&action=
=3Dedit
move mandatory dependency on net/avahi-app to option AVAHI

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.s=
o.3]
 0x0000000000000001 NEEDED               Shared library: [libavahi-client.s=
o.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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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