summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2011-01-28 11:29:01 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2011-01-28 11:29:01 +0000
commit2444ab5c2f681147240f940a922a39baa2d7006f (patch)
treed657b743cc45aff3486b385814cc8f3c279a6241 /comms
parentRemove nss_ldap compatibility (diff)
Update to version 1.29.0. Changes:
http://wammu.eu/download/gammu/1.29.0/ Feature safe: yes
Notes
Notes: svn path=/head/; revision=268326
Diffstat (limited to 'comms')
-rw-r--r--comms/gammu/Makefile8
-rw-r--r--comms/gammu/distinfo5
-rw-r--r--comms/gammu/files/patch-CMakeLists.txt6
-rw-r--r--comms/gammu/files/patch-include_gammu-datetime.h17
4 files changed, 26 insertions, 10 deletions
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile
index c6a52ffeac14..707d40a83a9c 100644
--- a/comms/gammu/Makefile
+++ b/comms/gammu/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gammu
-PORTVERSION= 1.28.0
+PORTVERSION= 1.29.0
CATEGORIES= comms
MASTER_SITES= http://dl.cihar.com/gammu/releases/ \
http://dl.cihar.com.nyud.net/gammu/releases/
@@ -37,11 +37,11 @@ CMAKE_ARGS+= -DINSTALL_DOC=OFF -DINSTALL_PHP_EXAMPLES=OFF -DINSTALL_MEDIA=OFF \
-DINSTALL_GNAPPLET=OFF
.else
MAN1= gammu.1 gammu-config.1 jadmaker.1 gammu-smsd.1 gammu-smsd-inject.1 \
- gammu-smsd-monitor.1
-MAN5= gammu-smsdrc.5 gammurc.5
+ gammu-smsd-monitor.1 gammu-detect.1
+MAN5= gammu-backup.5 gammu-smsbackup.5 gammu-smsdrc.5 gammurc.5
MAN7= gammu-smsd-files.7 gammu-smsd-mysql.7 gammu-smsd-pgsql.7 \
gammu-smsd-dbi.7 gammu-smsd-tables.7 gammu-smsd-null.7 \
- gammu-smsd-run.7
+ gammu-smsd-run.7 gammu-smsd-sql.7
.endif
diff --git a/comms/gammu/distinfo b/comms/gammu/distinfo
index 338c7cb1039c..58109b468405 100644
--- a/comms/gammu/distinfo
+++ b/comms/gammu/distinfo
@@ -1,3 +1,2 @@
-MD5 (gammu-1.28.0.tar.gz) = f907c9785c3cff73c43e41abc8cd0422
-SHA256 (gammu-1.28.0.tar.gz) = 84e0489c4cdb62e6dece61d4fa4f3a37ffcf61092cbf3715b82084f3f084cbe4
-SIZE (gammu-1.28.0.tar.gz) = 3835529
+SHA256 (gammu-1.29.0.tar.gz) = 6bb301003945a0c299fb7233a6f4e311a714683f0ffca2d7cbf8948d6ff61d5a
+SIZE (gammu-1.29.0.tar.gz) = 7730598
diff --git a/comms/gammu/files/patch-CMakeLists.txt b/comms/gammu/files/patch-CMakeLists.txt
index 69272e75ded4..975c3377796d 100644
--- a/comms/gammu/files/patch-CMakeLists.txt
+++ b/comms/gammu/files/patch-CMakeLists.txt
@@ -1,6 +1,6 @@
---- CMakeLists.txt.orig 2010-07-12 15:51:05.000000000 +0400
-+++ CMakeLists.txt 2011-01-28 13:21:17.923548597 +0300
-@@ -593,7 +593,7 @@ mark_as_advanced (INSTALL_LOC_DIR)
+--- CMakeLists.txt.orig 2011-01-19 10:33:05.000000000 +0300
++++ CMakeLists.txt 2011-01-28 13:57:29.069544083 +0300
+@@ -622,7 +622,7 @@ mark_as_advanced (INSTALL_LOC_DIR)
set (INSTALL_DOC_DIR "share/doc/gammu" CACHE STRING "Path for documentation installation")
mark_as_advanced (INSTALL_DOC_DIR)
diff --git a/comms/gammu/files/patch-include_gammu-datetime.h b/comms/gammu/files/patch-include_gammu-datetime.h
new file mode 100644
index 000000000000..04ebe69ce8b5
--- /dev/null
+++ b/comms/gammu/files/patch-include_gammu-datetime.h
@@ -0,0 +1,17 @@
+--- include/gammu-datetime.h.orig 2011-01-19 10:33:05.000000000 +0300
++++ include/gammu-datetime.h 2011-01-28 14:00:45.206537651 +0300
+@@ -17,6 +17,14 @@
+ #include <gammu-statemachine.h>
+
+ /**
++ * Checkup if the XSI POSIX extension, daylight, is not
++ * declared in <time.h>
++ */
++#ifndef daylight
++#define daylight 0
++#endif
++
++/**
+ * Structure used for saving date and time
+ *
+ * \ingroup DateTime