From nobody@FreeBSD.org  Fri Mar 14 05:49:00 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 210D11065679
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Mar 2008 05:49:00 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 11E448FC25
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Mar 2008 05:49:00 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m2E5je75042552
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 14 Mar 2008 05:45:40 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m2E5je9H042543;
	Fri, 14 Mar 2008 05:45:40 GMT
	(envelope-from nobody)
Message-Id: <200803140545.m2E5je9H042543@www.freebsd.org>
Date: Fri, 14 Mar 2008 05:45:40 GMT
From: Scot Hetzel <swhetzel@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] ftp/wzdftpd: Avahi depencancy fix
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         121689
>Category:       ports
>Synopsis:       [patch] ftp/wzdftpd: Avahi depencancy fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    novel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 14 05:50:02 UTC 2008
>Closed-Date:    Sat Mar 15 07:38:46 UTC 2008
>Last-Modified:  Sat Mar 15 07:40:00 UTC 2008
>Originator:     Scot Hetzel
>Release:        FreeBSD 8.0-CURRENT
>Organization:
>Environment:
FreeBSD hp010 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sat Feb 16 06:42:46 CST 2008     root@hp010:/usr/src/sys/amd64/compile/DV8135NR  amd64

>Description:
After the reorganization of Avahi port into several ports, this port had been missed in the change.


>How-To-Repeat:
Build the port with AVAHI selected.
>Fix:
The attached patch fixes the dependency problems.

Patch attached with submission follows:

Index: ftp/wzdftpd/Makefile
===================================================================
RCS file: /home/ncvs/ports/ftp/wzdftpd/Makefile,v
retrieving revision 1.53
diff -u -r1.53 Makefile
--- ftp/wzdftpd/Makefile	3 Mar 2008 11:57:08 -0000	1.53
+++ ftp/wzdftpd/Makefile	5 Mar 2008 22:08:06 -0000
@@ -101,7 +101,7 @@
 
 .if defined(WITH_AVAHI) && !defined(WITH_HOWL)
 LIB_DEPENDS+=	dbus-1.3:${PORTSDIR}/devel/dbus \
-		avahi-core.5:${PORTSDIR}/net/avahi
+		avahi-core.5:${PORTSDIR}/net/avahi-app
 CONFIGURE_ARGS+=	--with-zeroconf --enable-avahi
 .endif
 


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->novel 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Mar 14 05:50:12 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121689 
State-Changed-From-To: open->closed 
State-Changed-By: novel 
State-Changed-When: Sat Mar 15 07:38:45 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121689 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/121689: commit references a PR
Date: Sat, 15 Mar 2008 07:37:55 +0000 (UTC)

 novel       2008-03-15 07:37:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
     ftp/wzdftpd          Makefile 
   Log:
   Fix avahi dependency.
   
   PR:             121689
   Submitted by:   Scot Hetzel <swhetzel@gmail.com>
   
   Revision  Changes    Path
   1.54      +1 -1      ports/ftp/wzdftpd/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
