diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-18 11:13:33 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-18 11:13:33 +0000 |
commit | dc2cf7c4bcbf813c9744705b37346b1c0da6f0a3 (patch) | |
tree | f052a2b041d3bc1eefed9d99430085d5d83f04c6 /converters/iconv/Makefile | |
parent | Bump PORTREVISION to reflect the (lib)iconv upgrade. (diff) |
Add a patch to fix a bug where iconv() did not return -1 properly on
conversion error. This fixes null conversion and all the case where
errno is set.
Bump PORTREVISION.
Approved by: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
(MAINTAINER, Author)
Reported by: Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
Diffstat (limited to 'converters/iconv/Makefile')
-rw-r--r-- | converters/iconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/iconv/Makefile b/converters/iconv/Makefile index f1840e47df97..f44986254571 100644 --- a/converters/iconv/Makefile +++ b/converters/iconv/Makefile @@ -7,7 +7,7 @@ PORTNAME= iconv PORTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= converters MASTER_SITES= http://www.dante.net/staff/konstantin/FreeBSD/iconv/ |