padevchooser does not link directly to avahi. Pulseaudio links directly to it
and already depends on it. Pkg only considers library dependencies for
DT_NEEDED links. Because avahi is not actually needed it is not registered as
a dependency in the package. This causes poudriere to rebuild this port
on every build because it sees avahi in LIB_DEPENDS but not registered in
the package.
ldd(1) shows the indirect dependency on avahi, however the direct deps can
be seen with ldd -a or readelf -d.
With hat: portmgr
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
an icon in the tray area and allows quick access to some features of the
PulseAudio sound server. Specifically it can do for you:
- Notify about new sink/sources becoming available on the LAN
- Quickly change the default PulseAudio sink/source/server assigned to the
current X11 display, selecting devices available on the LAN
- Start the auxiliary tools PulseAudio Volume Control, PulseAudio Volume
Meter, PulseAudio Manager, PulseAudio Preferences
WWW: http://0pointer.de/lennart/projects/padevchooser/
PR: ports/115315
Submitted by: Romain Tartière <romain at blogreen.org>