ports/88660: comms/gammu (1.02.0) looks for bluetooth.h in /usr/include/bluetooth/

Kirill Bezzubets kirill at solaris.ru
Tue Nov 8 12:50:30 UTC 2005


The following reply was made to PR ports/88660; it has been noted by GNATS.

From: Kirill Bezzubets <kirill at solaris.ru>
To: bug-followup at FreeBSD.org, Edwin Groothuis <edwin at FreeBSD.org>
Cc:  
Subject: Re: ports/88660: comms/gammu (1.02.0) looks for bluetooth.h in /usr/include/bluetooth/
Date: Tue, 8 Nov 2005 15:44:47 +0300

 --vtzGhvizbBRQ85DL
 Content-Type: text/plain; charset=koi8-r
 Content-Disposition: inline
 
 On Tue, Nov 08, 2005 at 12:33:17PM +0000, Edwin Groothuis wrote:
 > Maintainer of comms/gammu,
 > 
 > Please note that PR ports/88660 just has been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/88660
 
 Fix attached
 
 > 
 > -- 
 > Edwin Groothuis
 > edwin at FreeBSD.org
 
 -- 
 BR,
 Kirill Bezzubets                                CASE-RIPE CASE-RIPN
 CTO / Head Of N.O.C.                            mailto:kirill at solaris.ru
 Solaris ISP & Telecommunications Co. Ltd        http://www.solaris.ru
 
 --vtzGhvizbBRQ85DL
 Content-Type: text/plain; charset=koi8-r
 Content-Disposition: attachment; filename=header-patch
 
 --- gammu/files/patch-configure.in.orig	Tue Nov  8 15:40:03 2005
 +++ gammu/files/patch-configure.in	Tue Nov  8 15:40:18 2005
 @@ -3,7 +3,7 @@
  @@ -185,17 +185,17 @@
        fi
        if test "$gsm_blue_stack" = unknown ; then
 -          AC_CHECK_HEADERS(bluetooth/bluetooth.h, 
 +          AC_CHECK_HEADERS(bluetooth.h, 
  -                 [gsm_blue_stack=Bluez
  +                 [gsm_blue_stack=FreeBSD
                    LDLIBS="$LDLIBS -lbluetooth"
 
 --vtzGhvizbBRQ85DL--



More information about the freebsd-ports-bugs mailing list