aboutsummaryrefslogtreecommitdiff
path: root/converters/iconv
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-09-24 21:48:04 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-09-24 21:48:04 +0000
commitf91cce3dfd467a268e035cde2f6c3294d0d94c75 (patch)
tree750f203d96dabb0e887e98b2e486a8cec2d3b169 /converters/iconv
parent3b0128bba5bb55f0cdce844d278139b283815d28 (diff)
downloadports-f91cce3dfd467a268e035cde2f6c3294d0d94c75.tar.gz
ports-f91cce3dfd467a268e035cde2f6c3294d0d94c75.zip
Update iconv POSIX-compliant charset conversion library to 1.1.
Fixed problems: - All the modules are linked against libiconv. iconv() now can be called from other shared libraries (it could only be called from executables in iconv-1.0); - Case insensitive recognition of charset names. There was a bug in 1.0: the first letter of a charset name was case sensitive; - Modified behaviour of iconv() used with (inbytesleft == NULL) or (*inbytesleft = 0): now iconv silently returns 0; in 1.0 it returned (size_t)(-1) and set errno=EINVAL. According to POSIX specification both ways are correct; the new behaviour is just less restrictive. PR: ports/21521, ports/21522, ports/21523 Submitted by: Konstantin.Chuguev@dante.org.uk (MAINTAINER) (Problems reported by: knu)
Notes
Notes: svn path=/head/; revision=33075
Diffstat (limited to 'converters/iconv')
-rw-r--r--converters/iconv/Makefile2
-rw-r--r--converters/iconv/distinfo2
2 files changed, 2 insertions, 2 deletions
diff --git a/converters/iconv/Makefile b/converters/iconv/Makefile
index 1e241152382f..0088cd481422 100644
--- a/converters/iconv/Makefile
+++ b/converters/iconv/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= iconv
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= converters
MASTER_SITES= http://www.dante.net/staff/konstantin/FreeBSD/iconv/
diff --git a/converters/iconv/distinfo b/converters/iconv/distinfo
index b0f13d5e6efb..eacf2942372d 100644
--- a/converters/iconv/distinfo
+++ b/converters/iconv/distinfo
@@ -1 +1 @@
-MD5 (iconv-1.0.tar.gz) = 44da89d0e096cfa28caf249d7deb4dfc
+MD5 (iconv-1.1.tar.gz) = 0d942f816cccc881cb6f34e093f6a02c