Nokia Bluetooth Sync
Kirill Bezzubets
kirill at solaris.ru
Wed Jul 6 07:34:53 GMT 2005
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 at solaris.ru
Solaris ISP & Telecommunications Co. Ltd http://www.solaris.ru
-------------- next part --------------
--- 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
---------------
More information about the freebsd-bluetooth
mailing list