Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 2008 21:05:50 GMT
From:      Ashish Shukla <wahjava@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/129692: [PATCH] Fixed audio/pulseaudio by switching dependencies for net/avahi-app
Message-ID:  <200812162105.mBGL5owK046873@www.freebsd.org>
Resent-Message-ID: <200812162110.mBGLA186023826@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



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