ports/69443: maintainer update: comms/scmxx to version 0.7.2

Janos Mohacsi mohacsi at niif.hu
Thu Jul 22 16:30:20 UTC 2004


>Number:         69443
>Category:       ports
>Synopsis:       maintainer update: comms/scmxx to version 0.7.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 22 16:30:19 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 4.10-PRERELEASE i386
>Organization:
NIIF
>Environment:
System: FreeBSD skye.ki.iif.hu 4.10-PRERELEASE FreeBSD 4.10-PRERELEASE #7: Thu May 20 13:27:41 CEST 2004 root at skye.ki.iif.hu:/usr/obj/mirror/src/sys/SKYE i386

>Description:
	maintainer update: comms/scmxx to version 0.7.2
	changes: 
	- multipart sms decoding
	- internal unicode cleanup

>How-To-Repeat:
	Apply this diff.
>Fix:


diff -ruN scmxx.bak/Makefile scmxx/Makefile
--- scmxx.bak/Makefile	Wed May 26 12:52:59 2004
+++ scmxx/Makefile	Thu Jul 22 18:06:52 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	scmxx
-PORTVERSION=	0.7.1
+PORTVERSION=	0.7.2
 CATEGORIES=	comms
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	scmxx
diff -ruN scmxx.bak/distinfo scmxx/distinfo
--- scmxx.bak/distinfo	Wed May 26 12:52:59 2004
+++ scmxx/distinfo	Thu Jul 22 18:07:18 2004
@@ -1,2 +1,2 @@
-MD5 (scmxx-0.7.1.tar.bz2) = e2147adbeeeeea806c6cc30a7b35c099
-SIZE (scmxx-0.7.1.tar.bz2) = 92605
+MD5 (scmxx-0.7.2.tar.bz2) = a3b7fe5c95a70997d24d3a2798f86b45
+SIZE (scmxx-0.7.2.tar.bz2) = 100818
diff -ruN scmxx.bak/files/patch-src-unicode.c scmxx/files/patch-src-unicode.c
--- scmxx.bak/files/patch-src-unicode.c	Wed Apr 28 18:39:31 2004
+++ scmxx/files/patch-src-unicode.c	Thu Jan  1 01:00:00 1970
@@ -1,15 +0,0 @@
---- src/unicode.c.orig	Wed Feb 25 16:44:19 2004
-+++ src/unicode.c	Wed Apr 21 00:00:39 2004
-@@ -36,6 +36,12 @@
- #  define INTERNAL_CHARSET "UCS-4LE"
- #endif
- 
-+#include <sys/param.h>
-+#if __FreeBSD_version < 500000
-+#include <limits.h>
-+#define UINT16_MAX USHRT_MAX
-+#endif
-+
- ucs4char_t* convert_to_internal (char* from_code,
- 				 char* input,
- 				 size_t insize)
diff -ruN scmxx.bak/files/patch-src_charsets_ucs4__dec.c scmxx/files/patch-src_charsets_ucs4__dec.c
--- scmxx.bak/files/patch-src_charsets_ucs4__dec.c	Thu Jan  1 01:00:00 1970
+++ scmxx/files/patch-src_charsets_ucs4__dec.c	Thu Jul 22 18:21:12 2004
@@ -0,0 +1,18 @@
+
+$FreeBSD$
+
+--- src/charsets/ucs4_dec.c.orig	Thu Jul 22 18:16:40 2004
++++ src/charsets/ucs4_dec.c	Thu Jul 22 18:20:04 2004
+@@ -19,6 +19,12 @@
+ #include <errno.h>
+ #include <iconv.h>
+ 
++#include <sys/param.h>
++#if __FreeBSD_version < 500000
++#include <limits.h>
++#define UINT16_MAX USHRT_MAX
++#endif
++
+ #include <config.h>
+ #ifndef ICONV_CAST
+ #  define ICONV_CAST char**
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list