summaryrefslogtreecommitdiff
path: root/comms/gammu-devel/files
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2009-03-02 10:08:21 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2009-03-02 10:08:21 +0000
commit1230d3ab8ef8e23a35908ff7858893377ce19bc6 (patch)
tree2dd41757657147051c340d2bf8c46b8f3d16f617 /comms/gammu-devel/files
parentUpdate maildir patch signature. I verified that the change is valid. (diff)
Update to version 1.23.0.
Notes
Notes: svn path=/head/; revision=229320
Diffstat (limited to 'comms/gammu-devel/files')
-rw-r--r--comms/gammu-devel/files/patch-bluetooth6
-rw-r--r--comms/gammu-devel/files/patch-common.device.devfunc.c8
-rw-r--r--comms/gammu-devel/files/patch-common.service.gsmmisc.c10
3 files changed, 12 insertions, 12 deletions
diff --git a/comms/gammu-devel/files/patch-bluetooth b/comms/gammu-devel/files/patch-bluetooth
index c7629e4612e7..d1a3f820c11b 100644
--- a/comms/gammu-devel/files/patch-bluetooth
+++ b/comms/gammu-devel/files/patch-bluetooth
@@ -1,5 +1,5 @@
---- common/device/bluetoth/bluez.c.orig 2007-03-10 19:47:59.000000000 +0300
-+++ common/device/bluetoth/bluez.c 2007-06-29 20:00:48.000000000 +0400
+--- libgammu/device/bluetoth/bluez.c.orig 2007-03-10 19:47:59.000000000 +0300
++++ libgammu/device/bluetoth/bluez.c 2007-06-29 20:00:48.000000000 +0400
@@ -23,6 +23,8 @@
#ifdef GSM_ENABLE_BLUETOOTHDEVICE
#ifdef GSM_ENABLE_BLUEZ
@@ -38,7 +38,7 @@
- fd = socket(PF_BLUETOOTH, SOCK_STREAM, BTPROTO_RFCOMM);
+ fd = socket(PF_BLUETOOTH, SOCK_STREAM, BLUETOOTH_PROTO_RFCOMM);
if (fd < 0) {
- dbgprintf("Can't create socket\n");
+ smprintf(s, "Can't create socket\n");
return ERR_DEVICENODRIVER;
}
diff --git a/comms/gammu-devel/files/patch-common.device.devfunc.c b/comms/gammu-devel/files/patch-common.device.devfunc.c
index 6dea7c02c241..cb474f2af445 100644
--- a/comms/gammu-devel/files/patch-common.device.devfunc.c
+++ b/comms/gammu-devel/files/patch-common.device.devfunc.c
@@ -1,9 +1,9 @@
---- common/device/devfunc.c.orig Fri Feb 23 23:50:01 2007
-+++ common/device/devfunc.c Tue Apr 10 23:46:39 2007
-@@ -18,6 +18,8 @@
-
+--- libgammu/device/devfunc.c.orig Fri Feb 23 23:50:01 2007
++++ libgammu/device/devfunc.c Tue Apr 10 23:46:39 2007
+@@ -19,6 +19,8 @@
#include <string.h>
#include <fcntl.h>
+ #include <stdlib.h>
+#include <sys/stat.h>
+#include <sys/socket.h>
#ifdef WIN32
diff --git a/comms/gammu-devel/files/patch-common.service.gsmmisc.c b/comms/gammu-devel/files/patch-common.service.gsmmisc.c
index 4fd010de5d40..8e9d933cdfc2 100644
--- a/comms/gammu-devel/files/patch-common.service.gsmmisc.c
+++ b/comms/gammu-devel/files/patch-common.service.gsmmisc.c
@@ -1,10 +1,10 @@
---- common/service/gsmmisc.c.orig Fri Dec 30 18:18:47 2005
-+++ common/service/gsmmisc.c Fri Dec 30 18:19:07 2005
+--- libgammu/service/gsmmisc.c.orig Fri Dec 30 18:18:47 2005
++++ libgammu/service/gsmmisc.c Fri Dec 30 18:19:07 2005
@@ -3,6 +3,7 @@
#include <string.h>
#include <stdlib.h>
#include <sys/stat.h>
+#include <sys/socket.h>
- #ifdef WIN32
- # include <io.h>
- # include <fcntl.h>
+
+ #include <gammu-keys.h>
+ #include <gammu-debug.h>