Date: Wed, 2 May 2007 17:31:21 -0700 From: Brian Somers <brians@ca.sophos.com> To: gnome@FreeBSD.org Subject: Fix for net/avahi port Message-ID: <20070502173121.539597b0@conflict.ca.sophos.com>
next in thread | raw e-mail | index | archive | help
Hi, Could someone apply the attached patch for net/avahi or approve it for me to commit? TIA. -- Brian Somers Tel: +1 604 484 6434 Mob: +1 604 315 1343 Sophos - security and control Web: www.sophos.com Index: Makefile =================================================================== RCS file: /usr/home/ncvs/ports/net/avahi/Makefile,v retrieving revision 1.46 diff -u -r1.46 Makefile --- Makefile 21 Apr 2007 00:42:30 -0000 1.46 +++ Makefile 2 May 2007 17:33:56 -0000 @@ -47,12 +47,16 @@ .if !defined(AVAHI_SLAVE) CONFLICTS= howl-[0-9]* -MAN1= avahi-browse-domains.1 avahi-browse.1 avahi-publish-address.1 \ - avahi-publish-service.1 avahi-publish.1 avahi-resolve-address.1 \ - avahi-resolve-host-name.1 avahi-resolve.1 avahi-set-host-name.1 +MAN1= avahi-browse.1 avahi-publish.1 avahi-resolve.1 avahi-set-host-name.1 MAN5= avahi-daemon.conf.5 avahi.service.5 avahi.hosts.5 MAN8= avahi-daemon.8 avahi-dnsconfd.8 avahi-dnsconfd.action.8 +MLINKS= avahi-browse.1 avahi-browse-domains.1 \ + avahi-publish.1 avahi-publish-address.1 \ + avahi-publish.1 avahi-publish-service.1 \ + avahi-resolve.1 avahi-resolve-address.1 \ + avahi-resolve.1 avahi-resolve-host-name.1 + OPTIONS= GTK2 "Build a GTK+ 2 browser utility and other tools" off \ LIBDNS "Enable mDNSResponder compatibility" off .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070502173121.539597b0>