Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2007 14:00:24 +1000
From:      "Dima Panov" <fluffy@fluffy.khv.ru>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/119034: devel/distcc fix dependency
Message-ID:  <1198641624.42407@Fluffy.Khv.RU>
Resent-Message-ID: <200712260410.lBQ4A2Ii004229@freefall.freebsd.org>

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

>Number:         119034
>Category:       ports
>Synopsis:       devel/distcc 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:10:01 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:


devel/distcc doesn't need the whole avahi bundle, avahi-app is enought.


>How-To-Repeat:





>Fix:


--- devel::distcc.diff begins here ---
Index: devel/distcc/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/distcc/Makefile,v
retrieving revision 1.54
diff -u -r1.54 Makefile
--- devel/distcc/Makefile	24 Oct 2007 23:35:04 -0000	1.54
+++ devel/distcc/Makefile	26 Dec 2007 03:36:44 -0000
@@ -38,7 +38,7 @@
 
 .if defined(WITH_AVAHI)
 PATCHFILES+=	distcc-avahi.patch
-LIB_DEPENDS+=	avahi-glib.1:${PORTSDIR}/net/avahi
+LIB_DEPENDS+=	avahi-glib.1:${PORTSDIR}/net/avahi-app
 PATCH_DIST_STRIP=	-p1
 USE_AUTOTOOLS+=	autoconf:261
 CFLAGS+=	-DHAVE_AVAHI
--- devel::distcc.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?1198641624.42407>