Created attachment 207674 [details] patch for net/linux-c7-avahi-libs The result of the following command returns not found. root@src-svn:~ # /compat/linux/usr/bin/bash /compat/linux/usr/bin/ldd /compat/linux/usr/lib64/libavahi-client.so.3 linux_vdso.so.1 => (0x00007ffffffff000) libdbus-1.so.3 => not found libavahi-common.so.3 => /lib64/libavahi-common.so.3 (0x0000000801800000) libdl.so.2 => /lib64/libdl.so.2 (0x0000000801c00000) libpthread.so.0 => /lib64/libpthread.so.0 (0x0000000802000000) libc.so.6 => /lib64/libc.so.6 (0x0000000802400000) /lib64/ld-linux-x86-64.so.2 (0x0000000001021000) USE_LINUX=dbuslibs is required.
A commit references this bug: Author: tijl Date: Sat Sep 21 08:40:13 UTC 2019 New revision: 512479 URL: https://svnweb.freebsd.org/changeset/ports/512479 Log: Add dependency on dbus, required by libavahi-client.so.3. PR: 240726 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> MFH: 2019Q3 (blanket) Changes: head/net/linux-c7-avahi-libs/Makefile
A commit references this bug: Author: tijl Date: Sat Sep 21 08:45:02 UTC 2019 New revision: 512481 URL: https://svnweb.freebsd.org/changeset/ports/512481 Log: MFH: r512479 Add dependency on dbus, required by libavahi-client.so.3. PR: 240726 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> Approved by: ports-secteam (blanket) Changes: _U branches/2019Q3/ branches/2019Q3/net/linux-c7-avahi-libs/Makefile
Track MFH