SOURCES: crossmingw32-gettext.patch - updated for 0.16

qboosh qboosh at pld-linux.org
Mon Oct 30 18:01:18 CET 2006


Author: qboosh                       Date: Mon Oct 30 17:01:18 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 0.16

---- Files affected:
SOURCES:
   crossmingw32-gettext.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/crossmingw32-gettext.patch
diff -u SOURCES/crossmingw32-gettext.patch:1.5 SOURCES/crossmingw32-gettext.patch:1.6
--- SOURCES/crossmingw32-gettext.patch:1.5	Fri Jul 28 09:41:42 2006
+++ SOURCES/crossmingw32-gettext.patch	Mon Oct 30 18:01:12 2006
@@ -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 @@
  
  #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 @@
  
  #include <errno.h>
  #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 @@
  
        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 <stdio.h>
  #include <stdlib.h>
@@ -46,9 +42,8 @@
  
  #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 @@
  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 \
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/crossmingw32-gettext.patch?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list