From f05a745c5a5547a0439bd88665a4a970c5642c8e Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 30 Oct 2006 17:01:12 +0000 Subject: [PATCH] - updated for 0.16 Changed files: crossmingw32-gettext.patch -> 1.6 --- crossmingw32-gettext.patch | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/crossmingw32-gettext.patch b/crossmingw32-gettext.patch index c5c8959..e506589 100644 --- a/crossmingw32-gettext.patch +++ b/crossmingw32-gettext.patch @@ -1,4 +1,3 @@ -diff -uNr gettext-0.12.1/gettext-runtime/intl/relocatable.c gettext-0.12.1.good/gettext-runtime/intl/relocatable.c --- gettext-0.12.1/gettext-runtime/intl/relocatable.c 2003-04-07 12:42:24.000000000 +0200 +++ gettext-0.12.1.good/gettext-runtime/intl/relocatable.c 2003-08-26 14:32:46.000000000 +0200 @@ -38,6 +38,9 @@ @@ -11,9 +10,8 @@ diff -uNr gettext-0.12.1/gettext-runtime/intl/relocatable.c gettext-0.12.1.good/ #ifdef NO_XMALLOC # define xmalloc malloc -diff -uNr gettext-0.12.1/gettext-tools/lib/canonicalize.c gettext-0.12.1.good/gettext-tools/lib/canonicalize.c ---- gettext-0.12.1/gettext-tools/lib/canonicalize.c 2003-05-09 12:12:06.000000000 +0200 -+++ gettext-0.12.1.good/gettext-tools/lib/canonicalize.c 2003-08-26 15:22:31.000000000 +0200 +--- gettext-0.16/gettext-tools/gnulib-lib/canonicalize.c 2003-05-09 12:12:06.000000000 +0200 ++++ gettext-0.16.good/gettext-tools/gnulib-lib/canonicalize.c 2003-08-26 15:22:31.000000000 +0200 @@ -46,6 +46,7 @@ #endif @@ -22,9 +20,8 @@ diff -uNr gettext-0.12.1/gettext-tools/lib/canonicalize.c gettext-0.12.1.good/ge #include #ifndef _LIBC -diff -uNr gettext-0.12.1/gettext-tools/lib/mkdtemp.c gettext-0.12.1.good/gettext-tools/lib/mkdtemp.c ---- gettext-0.12.1/gettext-tools/lib/mkdtemp.c 2003-01-14 14:36:07.000000000 +0100 -+++ gettext-0.12.1.good/gettext-tools/lib/mkdtemp.c 2003-08-26 15:08:12.000000000 +0200 +--- gettext-0.16/gettext-tools/gnulib-lib/mkdtemp.c 2003-01-14 14:36:07.000000000 +0100 ++++ gettext-0.16.good/gettext-tools/gnulib-lib/mkdtemp.c 2003-08-26 15:08:12.000000000 +0200 @@ -167,7 +167,7 @@ v /= 62; XXXXXX[5] = letters[v % 62]; @@ -34,9 +31,8 @@ diff -uNr gettext-0.12.1/gettext-tools/lib/mkdtemp.c gettext-0.12.1.good/gettext if (fd >= 0) { -diff -uNr gettext-0.12.1/gettext-tools/lib/relocatable.c gettext-0.12.1.good/gettext-tools/lib/relocatable.c ---- gettext-0.12.1/gettext-tools/lib/relocatable.c 2003-04-07 12:42:24.000000000 +0200 -+++ gettext-0.12.1.good/gettext-tools/lib/relocatable.c 2003-08-26 14:08:11.000000000 +0200 +--- gettext-0.16/gettext-tools/gnulib-lib/relocatable.c 2003-04-07 12:42:24.000000000 +0200 ++++ gettext-0.16.good/gettext-tools/gnulib-lib/relocatable.c 2003-08-26 14:08:11.000000000 +0200 @@ -38,6 +38,8 @@ #include #include @@ -46,9 +42,8 @@ diff -uNr gettext-0.12.1/gettext-tools/lib/relocatable.c gettext-0.12.1.good/get #ifdef NO_XMALLOC # define xmalloc malloc -diff -uNr gettext-0.12.1/gettext-tools/lib/xreadlink.c gettext-0.12.1.good/gettext-tools/lib/xreadlink.c ---- gettext-0.12.1/gettext-tools/lib/xreadlink.c 2003-02-28 13:19:46.000000000 +0100 -+++ gettext-0.12.1.good/gettext-tools/lib/xreadlink.c 2003-08-26 15:14:40.000000000 +0200 +--- gettext-0.16/gettext-tools/gnulib-lib/xreadlink.c 2003-02-28 13:19:46.000000000 +0100 ++++ gettext-0.16.good/gettext-tools/gnulib-lib/xreadlink.c 2003-08-26 15:14:40.000000000 +0200 @@ -66,6 +68,11 @@ If realloc fails, or if the link value is longer than SIZE_MAX :-), give a diagnostic and exit. */ @@ -61,14 +56,14 @@ diff -uNr gettext-0.12.1/gettext-tools/lib/xreadlink.c gettext-0.12.1.good/gette char * xreadlink (char const *filename) { ---- gettext-0.15/Makefile.am.orig 2006-07-13 21:38:57.000000000 +0200 -+++ gettext-0.15/Makefile.am 2006-07-28 09:20:23.757611000 +0200 +--- gettext-0.16/Makefile.am.orig 2006-10-09 13:55:41.000000000 +0200 ++++ gettext-0.16/Makefile.am 2006-10-30 07:48:28.900392000 +0100 @@ -19,7 +19,7 @@ AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies --SUBDIRS = gettext-runtime gettext-tools autoconf-lib-link -+SUBDIRS = gettext-runtime autoconf-lib-link +-SUBDIRS = gnulib-local gettext-runtime gettext-tools autoconf-lib-link ++SUBDIRS = gnulib-local gettext-runtime autoconf-lib-link EXTRA_DIST = \ version.sh PACKAGING ChangeLog.0 autogen.sh \ -- 2.43.0