Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jul 2005 11:34:49 +0400
From:      Kirill Bezzubets <kirill@solaris.ru>
To:        Vladimir Grebenschikov <vova@fbsd.ru>
Cc:        freebsd-bluetooth@freebsd.org
Subject:   Re: Nokia Bluetooth Sync
Message-ID:  <20050706073449.GB51960@solaris.ru>
In-Reply-To: <1120634041.1165.2.camel@localhost>
References:  <20050705224652.GA415@alzatex.com> <42CB1633.7050902@savvis.net> <1120628357.13100.11.camel@localhost> <20050706065500.GA51960@solaris.ru> <1120634041.1165.2.camel@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help

--pf9I7BMVVzbSWLtt
Content-Type: text/plain; charset=koi8-r
Content-Disposition: inline

On Wed, Jul 06, 2005 at 11:14:01AM +0400, Vladimir Grebenschikov wrote:
> > > 
> > > Any hints how to build gammu with support of FreeBSD Bluetooth stack ? 
> > > ports make just disables all this options:
> > > 
> > Hmmm... Looks strange to me. 
> > Could you send me the whole "make configure" output?
> 
> log-file attached
> It is 6-CURRENT, with fresh ports tree.
> 

Ooops, looks like there's an uncommited patch. Attached.
Put patch-configure.in into /usr/ports/comms/gammu/files
and try again - checked just now on -CURRENT from yesterday.

PS: Update of the port coming soon.

-- 
BR,
Kirill Bezzubets                                CASE-RIPE CASE-RIPN
CTO / Head Of N.O.C.                            mailto:kirill@solaris.ru
Solaris ISP & Telecommunications Co. Ltd        http://www.solaris.ru

--pf9I7BMVVzbSWLtt
Content-Type: text/plain; charset=koi8-r
Content-Disposition: attachment; filename="patch-configure.in"

--- cfg/autoconf/configure.in.orig	Thu Nov 25 13:02:35 2004
+++ cfg/autoconf/configure.in	Thu Nov 25 13:01:56 2004
@@ -184,8 +184,8 @@
          fi
      fi
      if test "$gsm_blue_stack" = unknown ; then
-         AC_CHECK_HEADERS(bluetooth/bluetooth.h, 
-                 [gsm_blue_stack=Bluez
+         AC_CHECK_HEADERS(bluetooth.h, 
+                 [gsm_blue_stack=FreeBSD
                  LDLIBS="$LDLIBS -lbluetooth"
                  AC_CHECK_LIB(sdp, sdp_list_append, LDLIBS="$LDLIBS -lsdp")
                  AC_DEFINE(GSM_ENABLE_BLUEZ)
@@ -261,7 +261,7 @@
         [  --disable-bluefbus      Disable Nokia FBUS2 over Bluetooth stack
                           (Nokia 6210)],
         [gsm_enable_bluefbus2="no"],
-        [if test $gsm_blue_stack = Bluez; then
+        [if test $gsm_blue_stack = FreeBSD; then
                 AC_DEFINE(GSM_ENABLE_BLUEFBUS2)
                 gsm_enable_bluefbus2="yes"
           else
@@ -271,7 +271,7 @@
         [  --disable-bluephonet    Disable Nokia PHONET FBUS over Bluetooth
                           stack (all new Nokias)],
         [gsm_enable_bluephonet="no"],
-        [if test $gsm_blue_stack = Bluez; then
+        [if test $gsm_blue_stack = FreeBSD; then
                 AC_DEFINE(GSM_ENABLE_BLUEPHONET)
                 gsm_enable_bluephonet="yes"
           else
@@ -280,7 +280,7 @@
 AC_ARG_ENABLE(blueat,
         [  --disable-blueat        Disable AT commands over Bluetooth stack],
         [gsm_enable_blueat="no"],
-        [if test $gsm_blue_stack = Bluez; then
+        [if test $gsm_blue_stack = FreeBSD; then
                 AC_DEFINE(GSM_ENABLE_BLUEAT)
                 gsm_enable_blueat="yes"
           else
@@ -289,7 +289,7 @@
 AC_ARG_ENABLE(blueobex,
         [  --disable-blueobex      Disable OBEX over Bluetooth stack],
         [gsm_enable_blueobex="no"],
-        [if test $gsm_blue_stack = Bluez; then
+        [if test $gsm_blue_stack = FreeBSD; then
                 AC_DEFINE(GSM_ENABLE_BLUEOBEX)
                 gsm_enable_blueobex="yes"
           else
@@ -408,7 +408,7 @@
   Binaries                                      - $bindir
   RPM making directory                          - $RPM_DIR
   Temporary directory                           - $TEMP_DIR
-  Bluez library path                            - $gsm_bt_dir
+  FreeBSD Bluetooth library path                - $gsm_bt_dir
   
   General options
   ---------------

--pf9I7BMVVzbSWLtt--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050706073449.GB51960>