ports/60297: comms/gnokii upgrade to 0.5.7

Guido Falsi mad at madpilot.net
Tue Dec 16 12:10:21 UTC 2003


>Number:         60297
>Category:       ports
>Synopsis:       comms/gnokii upgrade to 0.5.7
>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:   Tue Dec 16 04:10:17 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Guido Falsi
>Release:        FreeBSD 5.2-RC i386
>Organization:
none
>Environment:
System: FreeBSD wedge.madpilot.net 5.2-RC FreeBSD 5.2-RC #0: Mon Dec 8 22:24:24 CET 2003 root at wedge.madpilot.net:/usr/obj/usr/src/sys/WEDGE i386

>Description:
upgrade to 0.5.7, most notable news is blutooth support for FreeBSD.

little note: tested bluetooth with an ericcson T68i, while it
connects and talks with the phone support for this brand is not
very functional, should work very well with nokias instead.

Removed file: files/patch-common-gsm-encoding.c (not needed anymore)

>How-To-Repeat:
>Fix:

diff -ruN gnokii.old/Makefile gnokii/Makefile
--- gnokii.old/Makefile	Tue Dec 16 13:00:07 2003
+++ gnokii/Makefile	Tue Dec 16 13:07:00 2003
@@ -6,10 +6,11 @@
 #
 
 PORTNAME=	gnokii
-PORTVERSION=	0.5.6
+PORTVERSION=	0.5.7
 PORTEPOCH=	1
 CATEGORIES=	comms
 MASTER_SITES=	${MASTER_SITE_SAVANNAH} \
+		ftp://ftp.pl.gnokii.org/pub/gnokii/ \
 		ftp://ftp.gnokii.org/pub/gnokii/
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
diff -ruN gnokii.old/distinfo gnokii/distinfo
--- gnokii.old/distinfo	Tue Dec 16 13:00:07 2003
+++ gnokii/distinfo	Tue Dec 16 12:22:44 2003
@@ -1 +1 @@
-MD5 (gnokii-0.5.6.tar.bz2) = 98b3cd228aa2843f5e29af39887ec419
+MD5 (gnokii-0.5.7.tar.bz2) = e4a01db48cd05bf673e33377f145f8cf
diff -ruN gnokii.old/files/patch-common-gsm-encoding.c gnokii/files/patch-common-gsm-encoding.c
--- gnokii.old/files/patch-common-gsm-encoding.c	Tue Dec 16 13:00:07 2003
+++ gnokii/files/patch-common-gsm-encoding.c	Thu Jan  1 01:00:00 1970
@@ -1,21 +0,0 @@
---- common/gsm-encoding.c.orig	Sat Nov  8 12:15:34 2003
-+++ common/gsm-encoding.c	Wed Dec  3 22:09:31 2003
-@@ -591,14 +591,16 @@
- 	size_t outleft, inleft, nconv;
- 	char *pin, *pout;
- 
-+#if defined(HAVE_ICONV) && defined(HAVE_LANGINFO_CODESET)
-+	iconv_t cd;
-+#endif
-+
- 	outleft = outlen;
- 	inleft = inlen;
- 	pin = (char *)instring;
- 	pout = outstring;
- 
- #if defined(HAVE_ICONV) && defined(HAVE_LANGINFO_CODESET)
--	iconv_t cd;
--
- 	cd = iconv_open("UTF-8", nl_langinfo(CODESET));
- 
- 	nconv = iconv(cd, &pin, &inleft, &pout, &outleft);
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list