summaryrefslogtreecommitdiff
path: root/converters/libiconv/patches
diff options
context:
space:
mode:
authorrh <rh>2001-05-14 12:14:47 +0000
committerrh <rh>2001-05-14 12:14:47 +0000
commit7e75cc7f8cc2448ad75a000ea0355b54ccce75f6 (patch)
tree3a21717e4ce4e4489ce3a0e3fc76f939ffa2cf02 /converters/libiconv/patches
parent22276e1db5301921aa786985e60c6b8078e6a01e (diff)
downloadpkgsrc-7e75cc7f8cc2448ad75a000ea0355b54ccce75f6.tar.gz
Update libiconv to 1.6.1. Notable changes include:
* Bugfixes * The iconv program's -f and -t options are now optional. * Many more transliterations. * Added CP862 converter. * Changed the GB18030 converter. * Portability to DOS with DJGPP.
Diffstat (limited to 'converters/libiconv/patches')
-rw-r--r--converters/libiconv/patches/patch-aa8
-rw-r--r--converters/libiconv/patches/patch-ab16
2 files changed, 12 insertions, 12 deletions
diff --git a/converters/libiconv/patches/patch-aa b/converters/libiconv/patches/patch-aa
index 7082f1f77b2..7d381d50761 100644
--- a/converters/libiconv/patches/patch-aa
+++ b/converters/libiconv/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/01/01 17:29:20 rh Exp $
+$NetBSD: patch-aa,v 1.2 2001/05/14 12:14:47 rh Exp $
---- libcharset/lib/config.charset.orig Sun Dec 10 18:07:10 2000
+--- libcharset/lib/config.charset.orig Sun Mar 11 15:37:53 2001
+++ libcharset/lib/config.charset
-@@ -204,7 +204,7 @@
+@@ -235,7 +235,7 @@
#echo "sun_eu_greek ?" # what is this?
echo "UTF-8 UTF-8"
;;
- freebsd*)
+ *bsd*)
- # FreeBSD 3.3 doesn't have nl_langinfo(CODESET); therefore
+ # FreeBSD 4.2 doesn't have nl_langinfo(CODESET); therefore
# localcharset.c falls back to using the full locale name
# from the environment variables.
diff --git a/converters/libiconv/patches/patch-ab b/converters/libiconv/patches/patch-ab
index 798192f849c..6f06e7c8ac0 100644
--- a/converters/libiconv/patches/patch-ab
+++ b/converters/libiconv/patches/patch-ab
@@ -1,15 +1,15 @@
-$NetBSD: patch-ab,v 1.1 2001/01/11 10:56:34 rh Exp $
+$NetBSD: patch-ab,v 1.2 2001/05/14 12:14:48 rh Exp $
---- Makefile.in.orig Sat Dec 2 04:00:57 2000
+--- Makefile.in.orig Mon Apr 16 13:58:39 2001
+++ Makefile.in
@@ -27,7 +27,9 @@
SHELL = /bin/sh
all : force
-- builddir="`pwd`"; cd libcharset && $(MAKE) -r all && $(MAKE) -r install-lib libdir="$$builddir/lib" includedir="$$builddir/lib"
-+ builddir="`pwd`"; cd libcharset && $(MAKE) -r all && \
-+ cp -pR lib/libcharset.la lib/.libs "$$builddir/lib" && \
+- builddir="`pwd`"; cd libcharset && $(MAKE) all && $(MAKE) install-lib libdir="$$builddir/lib" includedir="$$builddir/lib"
++ builddir="`pwd`"; cd libcharset && $(MAKE) all && \
++ cp -pR lib/libcharset.la lib/.libs "$$builddir/lib" && \
+ cp -pR include/*.h "$$builddir/include"
- cd lib && $(MAKE) -r all
- cd src && $(MAKE) -r all
- cd man && $(MAKE) -r all
+ cd lib && $(MAKE) all
+ cd src && $(MAKE) all
+ cd man && $(MAKE) all