ports/121689: [patch] ftp/wzdftpd: Avahi depencancy fix

Scot Hetzel swhetzel at gmail.com
Fri Mar 14 05:50:02 UTC 2008


>Number:         121689
>Category:       ports
>Synopsis:       [patch] ftp/wzdftpd: Avahi depencancy fix
>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:   Fri Mar 14 05:50:02 UTC 2008
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list