Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2007 13:55:57 +1000
From:      "Dima Panov" <fluffy@fluffy.khv.ru>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/119031: net/ekiga fix dependency
Message-ID:  <1198641357.42339@Fluffy.Khv.RU>
Resent-Message-ID: <200712260400.lBQ40511096738@freefall.freebsd.org>

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

>Number:         119031
>Category:       ports
>Synopsis:       net/ekiga fix dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 26 04:00:05 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dima Panov
>Release:        FreeBSD 8.0-800006-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 8.0-800006-CURRENT #0: Mon Dec 24 18:38:41 VLAT 2007
    root@Fluffy.Khv.RU:/usr/obj/usr/src/sys/Spot



>Description:


net/ekiga doesn't need the whole avahi bundle, avahi-app is enought.


>How-To-Repeat:





>Fix:


--- net::ekiga.diff begins here ---
Index: net/ekiga/Makefile
===================================================================
RCS file: /home/ncvs/ports/net/ekiga/Makefile,v
retrieving revision 1.72
diff -u -r1.72 Makefile
--- net/ekiga/Makefile	24 Oct 2007 23:36:15 -0000	1.72
+++ net/ekiga/Makefile	26 Dec 2007 03:36:02 -0000
@@ -48,7 +48,7 @@
 .include <bsd.port.pre.mk>
 
 .ifndef (WITHOUT_AVAHI)
-LIB_DEPENDS+=	avahi-core:${PORTSDIR}/net/avahi
+LIB_DEPENDS+=	avahi-core:${PORTSDIR}/net/avahi-app
 CONFIGURE_ARGS+=--enable-avahi
 .else
 CONFIGURE_ARGS+=--disable-avahi
--- net::ekiga.diff ends here ---



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



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