From owner-freebsd-bluetooth@FreeBSD.ORG Wed Nov 3 18:59:21 2010 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C877D1065673 for ; Wed, 3 Nov 2010 18:59:21 +0000 (UTC) (envelope-from plunky@rya-online.net) Received: from mail.ukfsn.org (mail.ukfsn.org [77.75.108.10]) by mx1.freebsd.org (Postfix) with ESMTP id 8B9DD8FC26 for ; Wed, 3 Nov 2010 18:59:21 +0000 (UTC) Received: from localhost (smtp-filter.ukfsn.org [192.168.54.205]) by mail.ukfsn.org (Postfix) with ESMTP id E0640DEC36; Wed, 3 Nov 2010 18:59:19 +0000 (GMT) Received: from mail.ukfsn.org ([192.168.54.25]) by localhost (smtp-filter.ukfsn.org [192.168.54.205]) (amavisd-new, port 10024) with ESMTP id Fi+UX9NlmqGj; Wed, 3 Nov 2010 18:59:19 +0000 (GMT) Received: from galant.ukfsn.org (unknown [89.194.39.203]) by mail.ukfsn.org (Postfix) with ESMTP id 67A82DEC33; Wed, 3 Nov 2010 18:59:19 +0000 (GMT) Received: by galant.ukfsn.org (Postfix, from userid 1000) id E088C260261; Wed, 3 Nov 2010 18:58:50 +0000 (GMT) Date: Wed, 3 Nov 2010 18:58:50 +0000 (GMT) From: Iain Hibbert To: Maksim Yevmenkin In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (NEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-bluetooth@freebsd.org Subject: Re: obexapp should not use libbsdxml X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2010 18:59:21 -0000 On Wed, 3 Nov 2010, Maksim Yevmenkin wrote: > i'm not entirely sure about this one. i usually really dislike adding > extra dependencies. because you never know what else it would drag. > especially in case where everything is built from sources. i think, in > this case, i could probably make an exception. these days libexpat is > pulled with pretty much anything. so i guess it really probably not that > big of a deal. ideally, i'd really want to get rid of openobex library > and just put obexapp into base system (where it belongs imo). NetBSD now actually includes libexpat as its part of X11R7 (Xorg), does FreeBSD not have the same? I wonder if not, if there is a softlink? the patch itself is not a big deal in fact, I just thought I'd send it as I was sending others :) iain (I think openobex might suck but I don't plan to write a replacement just yet :)