From owner-freebsd-gnome@FreeBSD.ORG Mon Sep 17 10:33:17 2012 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC59A106566B for ; Mon, 17 Sep 2012 10:33:17 +0000 (UTC) (envelope-from darren@bluerosetech.com) Received: from yoshi.bluerosetech.com (yoshi.bluerosetech.com [174.136.100.66]) by mx1.freebsd.org (Postfix) with ESMTP id 938E68FC0C for ; Mon, 17 Sep 2012 10:33:17 +0000 (UTC) Received: from vivi.cat.pdx.edu (vivi.cat.pdx.edu [131.252.214.6]) by yoshi.bluerosetech.com (Postfix) with ESMTPSA id BF683E603D for ; Mon, 17 Sep 2012 03:33:11 -0700 (PDT) Received: from [127.0.0.1] (c-76-27-220-79.hsd1.wa.comcast.net [76.27.220.79]) by vivi.cat.pdx.edu (Postfix) with ESMTPSA id 1166024CE5 for ; Mon, 17 Sep 2012 03:33:11 -0700 (PDT) Message-ID: <5056FC66.5020008@bluerosetech.com> Date: Mon, 17 Sep 2012 03:33:10 -0700 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:10.0.6esrpre) Gecko/20120713 Thunderbird/10.0.6 MIME-Version: 1.0 To: gnome@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: net/avahi-app: I just need the daemon, how do I install that? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2012 10:33:17 -0000 I've been going over the avahi-app Makefile and can't see a way to build and install just the daemon and there isn't a net/avahi-daemon port. Most Linux distros have an avahi-daemon package which correctly only requires expat, libdaemon and dbus. I avoid dbus at all costs, so all I need is a way to build the daemon without dbus support. I found this forum thread from 13 months ago: http://forums.freebsd.org/showthread.php?t=22944 Where is the daemon-only subport? Do you have a patch or a subport PR I could look at?