From owner-freebsd-bluetooth@FreeBSD.ORG Wed Feb 18 21:09:18 2009 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 34DD81065670 for ; Wed, 18 Feb 2009 21:09:18 +0000 (UTC) (envelope-from plunky@rya-online.net) Received: from smtp02.one2one.net (smtp02.one2one.net [149.254.192.174]) by mx1.freebsd.org (Postfix) with ESMTP id E48888FC13 for ; Wed, 18 Feb 2009 21:09:17 +0000 (UTC) (envelope-from plunky@rya-online.net) Received: from [127.0.0.1] (helo=localhost) by localhost.localdomain with esmtp (Exim 4.50) id 1LZtfM-0004i6-54; Wed, 18 Feb 2009 21:09:12 +0000 Received: from localhost.t-mobile.co.uk ([127.0.0.1]) by localhost (smtpbeckt01 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17807-08; Wed, 18 Feb 2009 21:09:11 +0000 (GMT) Received: from [10.32.43.103] (helo=rya-online.net) by localhost.localdomain with smtp (Exim 4.50) id 1LZtfK-0004i1-Cn; Wed, 18 Feb 2009 21:09:11 +0000 Received: (nullmailer pid 3268 invoked by uid 1000); Wed, 18 Feb 2009 21:08:56 -0000 Date: Wed, 18 Feb 2009 21:08:55 +0000 (GMT) To: Guido Falsi In-Reply-To: <499C703A.7020606@madpilot.net> References: <20090218141028.GB48065@megatron.madpilot.net> <499C703A.7020606@madpilot.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Message-Id: <1234991336.235532.1915.nullmailer@galant.ukfsn.org> From: Iain Hibbert X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at example.com X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: plunky@rya-online.net X-SA-Exim-Scanned: No (on localhost.localdomain); SAEximRunCond expanded to false Cc: freebsd-bluetooth@freebsd.org, freebsd-ports@freebsd.org Subject: Re: ports using sdp when mpeg4ip is installed 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, 18 Feb 2009 21:09:18 -0000 On Wed, 18 Feb 2009, Guido Falsi wrote: > Maksim Yevmenkin wrote: > > > i think the only reasonable solution is to move sdp.h (and bluetooth.h > > while we at it) into /usr/include/bluetooth/ > > > > i will see what can be done here. it should be much easier to move > > files now when we have svn :) btw don't get too excited, you probably only need to change the Makefile to get it installed to a different place :) > I second this idea and it sure will solve the includes problem. > > It will not solve the problem with libsdp.so though. would it make sense to merge the sdp functions into libbluetooth? IIRC with BlueZ only one library is required.. iain (I have a massive update to libsdp in the works anyway, perhaps it would make sense to do that at the same time)