ports/91097: [patch] comms/gammu: update to new release version 1.04.0
Boris B. Samorodov
bsam at ipt.ru
Fri Dec 30 16:20:04 UTC 2005
>Number: 91097
>Category: ports
>Synopsis: [patch] comms/gammu: update to new release version 1.04.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Dec 30 16:20:00 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Boris B. Samorodov
>Release: FreeBSD 6.0-STABLE i386
>Organization:
InPharmTech, Co. http://www.ipt.ru
>Environment:
System: FreeBSD mi.ipt.ru 6.0-STABLE FreeBSD 6.0-STABLE #0: Wed Nov 2 17:58:38 MSK 2005 bsam at mi.ipt.ru:/usr/obj/usr/src/sys/PROBA1 i386
>Description:
A new version of comms/gammu is released at 29.12.2005. Updates since
1.03.0 release:
20051229 - 1.04.00
* new functionality:
* support for specyfing port for MySQL server port (Ehsan Akhgari)
* Gammu can take firmware versions from gammu.net phone database
and inform user, if there is any update available
* Gammu can fix/add JAR file size in JAD file during (Andreas Leitgeb)
uploading it with --nokiaaddfile
* new -overwrite option for --nokiaaddfile (Vlad Skarzhevskyy)
application|game. it deletes existing aplet with the same name
before uploading new. for testing.
* fixes and improvements:
* network names updates (Nelson Murilo, Michal Cihar, others)
* increased buffers (Roland Wundrig)
* we can set coding for sms status report texts in gsmsms.c (Jorgen Thomsen)
* fixed bug in msvc2005 for getting online files
>How-To-Repeat:
>Fix:
The patch is relative to the port:
# cd /usr/ports/comms
# patch -p0 < _the_patch_
<delete gammu/*.orig and gammu/files/*.orig files>
Note: There are two new patches to include <sys/socket.h> files
into the source tree.
--- gammu.patch begins here ---
diff -ruN gammu.orig/Makefile gammu/Makefile
--- gammu.orig/Makefile Fri Dec 30 18:00:47 2005
+++ gammu/Makefile Fri Dec 30 18:04:25 2005
@@ -6,7 +6,7 @@
#
PORTNAME= gammu
-PORTVERSION= 1.03.0
+PORTVERSION= 1.04.0
CATEGORIES= comms
MASTER_SITES= http://www.mwiacek.com/zips/gsm/gammu/stable/1_0x/
diff -ruN gammu.orig/distinfo gammu/distinfo
--- gammu.orig/distinfo Fri Dec 30 18:00:47 2005
+++ gammu/distinfo Fri Dec 30 18:05:37 2005
@@ -1,3 +1,3 @@
-MD5 (gammu-1.03.0.tar.gz) = 1e9175547c27bf883f899ef8f4db1651
-SHA256 (gammu-1.03.0.tar.gz) = 524eba093fef653043081558b94c7ec38b26b9231e37178ca76b55d3bff6754c
-SIZE (gammu-1.03.0.tar.gz) = 915678
+MD5 (gammu-1.04.0.tar.gz) = 6c9b4428961eedc983e2925e364321d3
+SHA256 (gammu-1.04.0.tar.gz) = 383caa0633d32b28b7531856ace64e24d03ca217d41e606cf67f9c1432787067
+SIZE (gammu-1.04.0.tar.gz) = 929495
diff -ruN gammu.orig/files/patch-common.device.devfunc.c gammu/files/patch-common.device.devfunc.c
--- /dev/null Thu Jan 1 03:00:00 1970
+++ gammu/files/patch-common.device.devfunc.c Fri Dec 30 18:25:58 2005
@@ -0,0 +1,10 @@
+--- common/device/devfunc.c.orig Fri Dec 30 18:23:20 2005
++++ common/device/devfunc.c Fri Dec 30 18:23:43 2005
+@@ -17,6 +17,7 @@
+ */
+
+ #include <string.h>
++#include <sys/socket.h>
+ #ifdef WIN32
+ # include <io.h>
+ #else
diff -ruN gammu.orig/files/patch-common.service.gsmmisc.c gammu/files/patch-common.service.gsmmisc.c
--- /dev/null Thu Jan 1 03:00:00 1970
+++ gammu/files/patch-common.service.gsmmisc.c Fri Dec 30 18:30:06 2005
@@ -0,0 +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
+@@ -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>
--- gammu.patch ends here ---
WBR
--
bsam
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list