Date: Fri, 14 Mar 2008 05:45:40 GMT From: Scot Hetzel <swhetzel@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/121689: [patch] ftp/wzdftpd: Avahi depencancy fix Message-ID: <200803140545.m2E5je9H042543@www.freebsd.org> Resent-Message-ID: <200803140550.m2E5o2Jn073963@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803140545.m2E5je9H042543>