misc/129692: [PATCH] Fixed audio/pulseaudio by switching dependencies for net/avahi-app

Ashish Shukla wahjava at gmail.com
Tue Dec 16 13:10:02 PST 2008


>Number:         129692
>Category:       misc
>Synopsis:       [PATCH] Fixed audio/pulseaudio by switching dependencies for net/avahi-app
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 16 21:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ashish Shukla
>Release:        8.0-CURRENT
>Organization:
N/A
>Environment:
FreeBSD monte-cristo.france 8.0-CURRENT FreeBSD 8.0-CURRENT #25: Fri Dec  5 04:08:02 IST 2008     root at monte-cristo.france:/usr/obj/usr/src/sys/ULE  amd64
>Description:
The port audio/pulseaudio depends on the libavahi-core.so.5 which is provided by old version of net/avahi-app. The patch fixes the issue by switching the dependencies.
>How-To-Repeat:

>Fix:
diff -urN /usr/ports/audio/pulseaudio/Makefile pulseaudio/Makefile
--- /usr/ports/audio/pulseaudio/Makefile        2008-11-11 03:46:02.000000000 +0530
+++ pulseaudio/Makefile 2008-12-17 02:27:38.000000000 +0530
@@ -59,7 +59,7 @@
 .endif
 
 .if !defined(WITHOUT_AVAHI)
-LIB_DEPENDS+=  avahi-core.5:${PORTSDIR}/net/avahi-app
+LIB_DEPENDS+=  avahi-client.3:${PORTSDIR}/net/avahi-app
 PLIST_SUB+=    AVAHI=""
 .else
 CONFIGURE_ARGS+=--disable-avahi


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list