summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-28 21:54:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-29 21:22:53 +0000
commit36aef08dcd5e45c4138ccd72e8de01157f7213c4 (patch)
tree3fe0c8d687dd511b6e4f7e70211119c1ab349151 /meta
parent4ef8f9920ac41ba8823ebe9a9e23e23be3f49f0a (diff)
downloadpoky-36aef08dcd5e45c4138ccd72e8de01157f7213c4.tar.gz
lrzsz: Fix to work with autoconf 2.70
Add the missing gettext version needed for autoconf 2.70. (From OE-Core rev: 6926b690fea5d0737634e39ade1a3555ab603e81) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-bsp/lrzsz/lrzsz-0.12.20/autotools-update.patch249
1 files changed, 142 insertions, 107 deletions
diff --git a/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/autotools-update.patch b/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/autotools-update.patch
index 33af38b4a8..4a50f7410a 100644
--- a/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/autotools-update.patch
+++ b/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/autotools-update.patch
@@ -3,9 +3,10 @@ Update autotools infrastructure (including gettext) to modern versions.
3Upstream-Status: Pending 3Upstream-Status: Pending
4Signed-off-by: Phil Blundell <pb@pbcl.net> 4Signed-off-by: Phil Blundell <pb@pbcl.net>
5 5
6diff -uprN clean/lrzsz-0.12.20/configure.in lrzsz-0.12.20/configure.in 6Index: lrzsz-0.12.20/configure.in
7--- clean/lrzsz-0.12.20/configure.in 1998-12-30 07:50:07.000000000 +0000 7===================================================================
8+++ lrzsz-0.12.20/configure.in 2019-11-25 16:22:37.000000000 +0000 8--- lrzsz-0.12.20.orig/configure.in
9+++ lrzsz-0.12.20/configure.in
9@@ -92,7 +92,6 @@ AC_PROG_RANLIB 10@@ -92,7 +92,6 @@ AC_PROG_RANLIB
10 AC_ISC_POSIX 11 AC_ISC_POSIX
11 AC_AIX 12 AC_AIX
@@ -14,7 +15,7 @@ diff -uprN clean/lrzsz-0.12.20/configure.in lrzsz-0.12.20/configure.in
14 AC_C_CONST 15 AC_C_CONST
15 AC_C_INLINE 16 AC_C_INLINE
16 17
17@@ -253,18 +252,13 @@ ihave$lookup_facility 18@@ -253,18 +252,14 @@ ihave$lookup_facility
18 fi 19 fi
19 20
20 21
@@ -24,6 +25,7 @@ diff -uprN clean/lrzsz-0.12.20/configure.in lrzsz-0.12.20/configure.in
24 25
25-AM_GNU_GETTEXT 26-AM_GNU_GETTEXT
26+AM_GNU_GETTEXT([external]) 27+AM_GNU_GETTEXT([external])
28+AM_GNU_GETTEXT_VERSION([0.21])
27 29
28-AC_DEFINE_UNQUOTED(LOCALEDIR,"$prefix/$DATADIRNAME") 30-AC_DEFINE_UNQUOTED(LOCALEDIR,"$prefix/$DATADIRNAME")
29-AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl) 31-AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl)
@@ -36,9 +38,10 @@ diff -uprN clean/lrzsz-0.12.20/configure.in lrzsz-0.12.20/configure.in
36+[ 38+[
37 chmod +x debian/rules; 39 chmod +x debian/rules;
38 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h]) 40 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h])
39diff -uprN clean/lrzsz-0.12.20/intl/bindtextdom.c lrzsz-0.12.20/intl/bindtextdom.c 41Index: lrzsz-0.12.20/intl/bindtextdom.c
40--- clean/lrzsz-0.12.20/intl/bindtextdom.c 1998-04-26 14:22:36.000000000 +0100 42===================================================================
41+++ lrzsz-0.12.20/intl/bindtextdom.c 1970-01-01 01:00:00.000000000 +0100 43--- lrzsz-0.12.20.orig/intl/bindtextdom.c
44+++ /dev/null
42@@ -1,199 +0,0 @@ 45@@ -1,199 +0,0 @@
43-/* Implementation of the bindtextdomain(3) function 46-/* Implementation of the bindtextdomain(3) function
44- Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. 47- Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
@@ -239,9 +242,10 @@ diff -uprN clean/lrzsz-0.12.20/intl/bindtextdom.c lrzsz-0.12.20/intl/bindtextdom
239-/* Alias for function name in GNU C Library. */ 242-/* Alias for function name in GNU C Library. */
240-weak_alias (__bindtextdomain, bindtextdomain); 243-weak_alias (__bindtextdomain, bindtextdomain);
241-#endif 244-#endif
242diff -uprN clean/lrzsz-0.12.20/intl/cat-compat.c lrzsz-0.12.20/intl/cat-compat.c 245Index: lrzsz-0.12.20/intl/cat-compat.c
243--- clean/lrzsz-0.12.20/intl/cat-compat.c 1998-04-26 14:22:37.000000000 +0100 246===================================================================
244+++ lrzsz-0.12.20/intl/cat-compat.c 1970-01-01 01:00:00.000000000 +0100 247--- lrzsz-0.12.20.orig/intl/cat-compat.c
248+++ /dev/null
245@@ -1,262 +0,0 @@ 249@@ -1,262 +0,0 @@
246-/* Compatibility code for gettext-using-catgets interface. 250-/* Compatibility code for gettext-using-catgets interface.
247- Copyright (C) 1995, 1997 Free Software Foundation, Inc. 251- Copyright (C) 1995, 1997 Free Software Foundation, Inc.
@@ -505,9 +509,10 @@ diff -uprN clean/lrzsz-0.12.20/intl/cat-compat.c lrzsz-0.12.20/intl/cat-compat.c
505- return dest - 1; 509- return dest - 1;
506-} 510-}
507-#endif 511-#endif
508diff -uprN clean/lrzsz-0.12.20/intl/ChangeLog lrzsz-0.12.20/intl/ChangeLog 512Index: lrzsz-0.12.20/intl/ChangeLog
509--- clean/lrzsz-0.12.20/intl/ChangeLog 1998-04-26 14:22:35.000000000 +0100 513===================================================================
510+++ lrzsz-0.12.20/intl/ChangeLog 1970-01-01 01:00:00.000000000 +0100 514--- lrzsz-0.12.20.orig/intl/ChangeLog
515+++ /dev/null
511@@ -1,1022 +0,0 @@ 516@@ -1,1022 +0,0 @@
512-1997-09-06 02:10 Ulrich Drepper <drepper@cygnus.com> 517-1997-09-06 02:10 Ulrich Drepper <drepper@cygnus.com>
513- 518-
@@ -1531,9 +1536,10 @@ diff -uprN clean/lrzsz-0.12.20/intl/ChangeLog lrzsz-0.12.20/intl/ChangeLog
1531- which allow to use the X/Open catgets function with an interface 1536- which allow to use the X/Open catgets function with an interface
1532- like the Uniforum gettext function. For system which does not 1537- like the Uniforum gettext function. For system which does not
1533- have neither of those a complete implementation is provided. 1538- have neither of those a complete implementation is provided.
1534diff -uprN clean/lrzsz-0.12.20/intl/dcgettext.c lrzsz-0.12.20/intl/dcgettext.c 1539Index: lrzsz-0.12.20/intl/dcgettext.c
1535--- clean/lrzsz-0.12.20/intl/dcgettext.c 1998-04-26 14:22:36.000000000 +0100 1540===================================================================
1536+++ lrzsz-0.12.20/intl/dcgettext.c 1970-01-01 01:00:00.000000000 +0100 1541--- lrzsz-0.12.20.orig/intl/dcgettext.c
1542+++ /dev/null
1537@@ -1,593 +0,0 @@ 1543@@ -1,593 +0,0 @@
1538-/* Implementation of the dcgettext(3) function 1544-/* Implementation of the dcgettext(3) function
1539- Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. 1545- Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
@@ -2128,9 +2134,10 @@ diff -uprN clean/lrzsz-0.12.20/intl/dcgettext.c lrzsz-0.12.20/intl/dcgettext.c
2128- return dest - 1; 2134- return dest - 1;
2129-} 2135-}
2130-#endif 2136-#endif
2131diff -uprN clean/lrzsz-0.12.20/intl/dgettext.c lrzsz-0.12.20/intl/dgettext.c 2137Index: lrzsz-0.12.20/intl/dgettext.c
2132--- clean/lrzsz-0.12.20/intl/dgettext.c 1998-04-26 14:20:52.000000000 +0100 2138===================================================================
2133+++ lrzsz-0.12.20/intl/dgettext.c 1970-01-01 01:00:00.000000000 +0100 2139--- lrzsz-0.12.20.orig/intl/dgettext.c
2140+++ /dev/null
2134@@ -1,59 +0,0 @@ 2141@@ -1,59 +0,0 @@
2135-/* dgettext.c -- implementation of the dgettext(3) function 2142-/* dgettext.c -- implementation of the dgettext(3) function
2136- Copyright (C) 1995 Software Foundation, Inc. 2143- Copyright (C) 1995 Software Foundation, Inc.
@@ -2191,9 +2198,10 @@ diff -uprN clean/lrzsz-0.12.20/intl/dgettext.c lrzsz-0.12.20/intl/dgettext.c
2191-/* Alias for function name in GNU C Library. */ 2198-/* Alias for function name in GNU C Library. */
2192-weak_alias (__dgettext, dgettext); 2199-weak_alias (__dgettext, dgettext);
2193-#endif 2200-#endif
2194diff -uprN clean/lrzsz-0.12.20/intl/explodename.c lrzsz-0.12.20/intl/explodename.c 2201Index: lrzsz-0.12.20/intl/explodename.c
2195--- clean/lrzsz-0.12.20/intl/explodename.c 1998-04-26 14:22:37.000000000 +0100 2202===================================================================
2196+++ lrzsz-0.12.20/intl/explodename.c 1970-01-01 01:00:00.000000000 +0100 2203--- lrzsz-0.12.20.orig/intl/explodename.c
2204+++ /dev/null
2197@@ -1,181 +0,0 @@ 2205@@ -1,181 +0,0 @@
2198-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. 2206-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
2199- Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 2207- Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
@@ -2376,9 +2384,10 @@ diff -uprN clean/lrzsz-0.12.20/intl/explodename.c lrzsz-0.12.20/intl/explodename
2376- 2384-
2377- return mask; 2385- return mask;
2378-} 2386-}
2379diff -uprN clean/lrzsz-0.12.20/intl/finddomain.c lrzsz-0.12.20/intl/finddomain.c 2387Index: lrzsz-0.12.20/intl/finddomain.c
2380--- clean/lrzsz-0.12.20/intl/finddomain.c 1998-04-26 14:22:36.000000000 +0100 2388===================================================================
2381+++ lrzsz-0.12.20/intl/finddomain.c 1970-01-01 01:00:00.000000000 +0100 2389--- lrzsz-0.12.20.orig/intl/finddomain.c
2390+++ /dev/null
2382@@ -1,189 +0,0 @@ 2391@@ -1,189 +0,0 @@
2383-/* Handle list of needed message catalogs 2392-/* Handle list of needed message catalogs
2384- Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. 2393- Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
@@ -2569,9 +2578,10 @@ diff -uprN clean/lrzsz-0.12.20/intl/finddomain.c lrzsz-0.12.20/intl/finddomain.c
2569- 2578-
2570- return retval; 2579- return retval;
2571-} 2580-}
2572diff -uprN clean/lrzsz-0.12.20/intl/gettext.c lrzsz-0.12.20/intl/gettext.c 2581Index: lrzsz-0.12.20/intl/gettext.c
2573--- clean/lrzsz-0.12.20/intl/gettext.c 1998-04-26 14:22:36.000000000 +0100 2582===================================================================
2574+++ lrzsz-0.12.20/intl/gettext.c 1970-01-01 01:00:00.000000000 +0100 2583--- lrzsz-0.12.20.orig/intl/gettext.c
2584+++ /dev/null
2575@@ -1,70 +0,0 @@ 2585@@ -1,70 +0,0 @@
2576-/* Implementation of gettext(3) function 2586-/* Implementation of gettext(3) function
2577- Copyright (C) 1995, 1997 Free Software Foundation, Inc. 2587- Copyright (C) 1995, 1997 Free Software Foundation, Inc.
@@ -2643,9 +2653,10 @@ diff -uprN clean/lrzsz-0.12.20/intl/gettext.c lrzsz-0.12.20/intl/gettext.c
2643-/* Alias for function name in GNU C Library. */ 2653-/* Alias for function name in GNU C Library. */
2644-weak_alias (__gettext, gettext); 2654-weak_alias (__gettext, gettext);
2645-#endif 2655-#endif
2646diff -uprN clean/lrzsz-0.12.20/intl/gettext.h lrzsz-0.12.20/intl/gettext.h 2656Index: lrzsz-0.12.20/intl/gettext.h
2647--- clean/lrzsz-0.12.20/intl/gettext.h 1998-04-26 14:22:35.000000000 +0100 2657===================================================================
2648+++ lrzsz-0.12.20/intl/gettext.h 1970-01-01 01:00:00.000000000 +0100 2658--- lrzsz-0.12.20.orig/intl/gettext.h
2659+++ /dev/null
2649@@ -1,105 +0,0 @@ 2660@@ -1,105 +0,0 @@
2650-/* Internal header for GNU gettext internationalization functions 2661-/* Internal header for GNU gettext internationalization functions
2651- Copyright (C) 1995, 1997 Free Software Foundation, Inc. 2662- Copyright (C) 1995, 1997 Free Software Foundation, Inc.
@@ -2752,9 +2763,10 @@ diff -uprN clean/lrzsz-0.12.20/intl/gettext.h lrzsz-0.12.20/intl/gettext.h
2752-/* @@ begin of epilog @@ */ 2763-/* @@ begin of epilog @@ */
2753- 2764-
2754-#endif /* gettext.h */ 2765-#endif /* gettext.h */
2755diff -uprN clean/lrzsz-0.12.20/intl/gettextP.h lrzsz-0.12.20/intl/gettextP.h 2766Index: lrzsz-0.12.20/intl/gettextP.h
2756--- clean/lrzsz-0.12.20/intl/gettextP.h 1998-04-26 14:22:35.000000000 +0100 2767===================================================================
2757+++ lrzsz-0.12.20/intl/gettextP.h 1970-01-01 01:00:00.000000000 +0100 2768--- lrzsz-0.12.20.orig/intl/gettextP.h
2769+++ /dev/null
2758@@ -1,73 +0,0 @@ 2770@@ -1,73 +0,0 @@
2759-/* Header describing internals of gettext library 2771-/* Header describing internals of gettext library
2760- Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. 2772- Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
@@ -2829,9 +2841,10 @@ diff -uprN clean/lrzsz-0.12.20/intl/gettextP.h lrzsz-0.12.20/intl/gettextP.h
2829-/* @@ begin of epilog @@ */ 2841-/* @@ begin of epilog @@ */
2830- 2842-
2831-#endif /* gettextP.h */ 2843-#endif /* gettextP.h */
2832diff -uprN clean/lrzsz-0.12.20/intl/hash-string.h lrzsz-0.12.20/intl/hash-string.h 2844Index: lrzsz-0.12.20/intl/hash-string.h
2833--- clean/lrzsz-0.12.20/intl/hash-string.h 1998-04-26 14:22:36.000000000 +0100 2845===================================================================
2834+++ lrzsz-0.12.20/intl/hash-string.h 1970-01-01 01:00:00.000000000 +0100 2846--- lrzsz-0.12.20.orig/intl/hash-string.h
2847+++ /dev/null
2835@@ -1,63 +0,0 @@ 2848@@ -1,63 +0,0 @@
2836-/* Implements a string hashing function. 2849-/* Implements a string hashing function.
2837- Copyright (C) 1995, 1997 Free Software Foundation, Inc. 2850- Copyright (C) 1995, 1997 Free Software Foundation, Inc.
@@ -2896,9 +2909,10 @@ diff -uprN clean/lrzsz-0.12.20/intl/hash-string.h lrzsz-0.12.20/intl/hash-string
2896- } 2909- }
2897- return hval; 2910- return hval;
2898-} 2911-}
2899diff -uprN clean/lrzsz-0.12.20/intl/intl-compat.c lrzsz-0.12.20/intl/intl-compat.c 2912Index: lrzsz-0.12.20/intl/intl-compat.c
2900--- clean/lrzsz-0.12.20/intl/intl-compat.c 1998-04-26 14:20:52.000000000 +0100 2913===================================================================
2901+++ lrzsz-0.12.20/intl/intl-compat.c 1970-01-01 01:00:00.000000000 +0100 2914--- lrzsz-0.12.20.orig/intl/intl-compat.c
2915+++ /dev/null
2902@@ -1,76 +0,0 @@ 2916@@ -1,76 +0,0 @@
2903-/* intl-compat.c - Stub functions to call gettext functions from GNU gettext 2917-/* intl-compat.c - Stub functions to call gettext functions from GNU gettext
2904- Library. 2918- Library.
@@ -2976,9 +2990,10 @@ diff -uprN clean/lrzsz-0.12.20/intl/intl-compat.c lrzsz-0.12.20/intl/intl-compat
2976-{ 2990-{
2977- return textdomain__ (domainname); 2991- return textdomain__ (domainname);
2978-} 2992-}
2979diff -uprN clean/lrzsz-0.12.20/intl/l10nflist.c lrzsz-0.12.20/intl/l10nflist.c 2993Index: lrzsz-0.12.20/intl/l10nflist.c
2980--- clean/lrzsz-0.12.20/intl/l10nflist.c 1998-04-26 14:22:37.000000000 +0100 2994===================================================================
2981+++ lrzsz-0.12.20/intl/l10nflist.c 1970-01-01 01:00:00.000000000 +0100 2995--- lrzsz-0.12.20.orig/intl/l10nflist.c
2996+++ /dev/null
2982@@ -1,409 +0,0 @@ 2997@@ -1,409 +0,0 @@
2983-/* Handle list of needed message catalogs 2998-/* Handle list of needed message catalogs
2984- Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. 2999- Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
@@ -3389,9 +3404,10 @@ diff -uprN clean/lrzsz-0.12.20/intl/l10nflist.c lrzsz-0.12.20/intl/l10nflist.c
3389- return dest - 1; 3404- return dest - 1;
3390-} 3405-}
3391-#endif 3406-#endif
3392diff -uprN clean/lrzsz-0.12.20/intl/libgettext.h lrzsz-0.12.20/intl/libgettext.h 3407Index: lrzsz-0.12.20/intl/libgettext.h
3393--- clean/lrzsz-0.12.20/intl/libgettext.h 1998-04-26 14:22:36.000000000 +0100 3408===================================================================
3394+++ lrzsz-0.12.20/intl/libgettext.h 1970-01-01 01:00:00.000000000 +0100 3409--- lrzsz-0.12.20.orig/intl/libgettext.h
3410+++ /dev/null
3395@@ -1,182 +0,0 @@ 3411@@ -1,182 +0,0 @@
3396-/* Message catalogs for internationalization. 3412-/* Message catalogs for internationalization.
3397- Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. 3413- Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
@@ -3575,9 +3591,10 @@ diff -uprN clean/lrzsz-0.12.20/intl/libgettext.h lrzsz-0.12.20/intl/libgettext.h
3575-#endif 3591-#endif
3576- 3592-
3577-#endif 3593-#endif
3578diff -uprN clean/lrzsz-0.12.20/intl/linux-msg.sed lrzsz-0.12.20/intl/linux-msg.sed 3594Index: lrzsz-0.12.20/intl/linux-msg.sed
3579--- clean/lrzsz-0.12.20/intl/linux-msg.sed 1998-04-26 14:20:52.000000000 +0100 3595===================================================================
3580+++ lrzsz-0.12.20/intl/linux-msg.sed 1970-01-01 01:00:00.000000000 +0100 3596--- lrzsz-0.12.20.orig/intl/linux-msg.sed
3597+++ /dev/null
3581@@ -1,100 +0,0 @@ 3598@@ -1,100 +0,0 @@
3582-# po2msg.sed - Convert Uniforum style .po file to Linux style .msg file 3599-# po2msg.sed - Convert Uniforum style .po file to Linux style .msg file
3583-# Copyright (C) 1995 Free Software Foundation, Inc. 3600-# Copyright (C) 1995 Free Software Foundation, Inc.
@@ -3679,9 +3696,10 @@ diff -uprN clean/lrzsz-0.12.20/intl/linux-msg.sed lrzsz-0.12.20/intl/linux-msg.s
3679- tb 3696- tb
3680-} 3697-}
3681-d 3698-d
3682diff -uprN clean/lrzsz-0.12.20/intl/loadinfo.h lrzsz-0.12.20/intl/loadinfo.h 3699Index: lrzsz-0.12.20/intl/loadinfo.h
3683--- clean/lrzsz-0.12.20/intl/loadinfo.h 1998-04-26 14:20:52.000000000 +0100 3700===================================================================
3684+++ lrzsz-0.12.20/intl/loadinfo.h 1970-01-01 01:00:00.000000000 +0100 3701--- lrzsz-0.12.20.orig/intl/loadinfo.h
3702+++ /dev/null
3685@@ -1,58 +0,0 @@ 3703@@ -1,58 +0,0 @@
3686-#ifndef PARAMS 3704-#ifndef PARAMS
3687-# if __STDC__ 3705-# if __STDC__
@@ -3741,9 +3759,10 @@ diff -uprN clean/lrzsz-0.12.20/intl/loadinfo.h lrzsz-0.12.20/intl/loadinfo.h
3741- const char **special, 3759- const char **special,
3742- const char **sponsor, 3760- const char **sponsor,
3743- const char **revision)); 3761- const char **revision));
3744diff -uprN clean/lrzsz-0.12.20/intl/loadmsgcat.c lrzsz-0.12.20/intl/loadmsgcat.c 3762Index: lrzsz-0.12.20/intl/loadmsgcat.c
3745--- clean/lrzsz-0.12.20/intl/loadmsgcat.c 1998-04-26 14:22:37.000000000 +0100 3763===================================================================
3746+++ lrzsz-0.12.20/intl/loadmsgcat.c 1970-01-01 01:00:00.000000000 +0100 3764--- lrzsz-0.12.20.orig/intl/loadmsgcat.c
3765+++ /dev/null
3747@@ -1,199 +0,0 @@ 3766@@ -1,199 +0,0 @@
3748-/* Load needed message catalogs 3767-/* Load needed message catalogs
3749- Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. 3768- Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
@@ -3944,9 +3963,10 @@ diff -uprN clean/lrzsz-0.12.20/intl/loadmsgcat.c lrzsz-0.12.20/intl/loadmsgcat.c
3944- translations invalid. */ 3963- translations invalid. */
3945- ++_nl_msg_cat_cntr; 3964- ++_nl_msg_cat_cntr;
3946-} 3965-}
3947diff -uprN clean/lrzsz-0.12.20/intl/localealias.c lrzsz-0.12.20/intl/localealias.c 3966Index: lrzsz-0.12.20/intl/localealias.c
3948--- clean/lrzsz-0.12.20/intl/localealias.c 1998-04-26 14:22:37.000000000 +0100 3967===================================================================
3949+++ lrzsz-0.12.20/intl/localealias.c 1970-01-01 01:00:00.000000000 +0100 3968--- lrzsz-0.12.20.orig/intl/localealias.c
3969+++ /dev/null
3950@@ -1,378 +0,0 @@ 3970@@ -1,378 +0,0 @@
3951-/* Handle aliases for locale names 3971-/* Handle aliases for locale names
3952- Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. 3972- Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
@@ -4326,9 +4346,10 @@ diff -uprN clean/lrzsz-0.12.20/intl/localealias.c lrzsz-0.12.20/intl/localealias
4326- return c1 - c2; 4346- return c1 - c2;
4327-#endif 4347-#endif
4328-} 4348-}
4329diff -uprN clean/lrzsz-0.12.20/intl/Makefile.in lrzsz-0.12.20/intl/Makefile.in 4349Index: lrzsz-0.12.20/intl/Makefile.in
4330--- clean/lrzsz-0.12.20/intl/Makefile.in 1998-04-26 14:22:35.000000000 +0100 4350===================================================================
4331+++ lrzsz-0.12.20/intl/Makefile.in 1970-01-01 01:00:00.000000000 +0100 4351--- lrzsz-0.12.20.orig/intl/Makefile.in
4352+++ /dev/null
4332@@ -1,214 +0,0 @@ 4353@@ -1,214 +0,0 @@
4333-# Makefile for directory with message catalog handling in GNU NLS Utilities. 4354-# Makefile for directory with message catalog handling in GNU NLS Utilities.
4334-# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. 4355-# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
@@ -4544,9 +4565,10 @@ diff -uprN clean/lrzsz-0.12.20/intl/Makefile.in lrzsz-0.12.20/intl/Makefile.in
4544-# Tell versions [3.59,3.63) of GNU make not to export all variables. 4565-# Tell versions [3.59,3.63) of GNU make not to export all variables.
4545-# Otherwise a system limit (for SysV at least) may be exceeded. 4566-# Otherwise a system limit (for SysV at least) may be exceeded.
4546-.NOEXPORT: 4567-.NOEXPORT:
4547diff -uprN clean/lrzsz-0.12.20/intl/po2tbl.sed.in lrzsz-0.12.20/intl/po2tbl.sed.in 4568Index: lrzsz-0.12.20/intl/po2tbl.sed.in
4548--- clean/lrzsz-0.12.20/intl/po2tbl.sed.in 1998-04-26 14:20:52.000000000 +0100 4569===================================================================
4549+++ lrzsz-0.12.20/intl/po2tbl.sed.in 1970-01-01 01:00:00.000000000 +0100 4570--- lrzsz-0.12.20.orig/intl/po2tbl.sed.in
4571+++ /dev/null
4550@@ -1,102 +0,0 @@ 4572@@ -1,102 +0,0 @@
4551-# po2tbl.sed - Convert Uniforum style .po file to lookup table for catgets 4573-# po2tbl.sed - Convert Uniforum style .po file to lookup table for catgets
4552-# Copyright (C) 1995 Free Software Foundation, Inc. 4574-# Copyright (C) 1995 Free Software Foundation, Inc.
@@ -4650,9 +4672,10 @@ diff -uprN clean/lrzsz-0.12.20/intl/po2tbl.sed.in lrzsz-0.12.20/intl/po2tbl.sed.
4650- s/0*\(.*\)/int _msg_tbl_length = \1;/p 4672- s/0*\(.*\)/int _msg_tbl_length = \1;/p
4651-} 4673-}
4652-d 4674-d
4653diff -uprN clean/lrzsz-0.12.20/intl/textdomain.c lrzsz-0.12.20/intl/textdomain.c 4675Index: lrzsz-0.12.20/intl/textdomain.c
4654--- clean/lrzsz-0.12.20/intl/textdomain.c 1998-04-26 14:22:37.000000000 +0100 4676===================================================================
4655+++ lrzsz-0.12.20/intl/textdomain.c 1970-01-01 01:00:00.000000000 +0100 4677--- lrzsz-0.12.20.orig/intl/textdomain.c
4678+++ /dev/null
4656@@ -1,106 +0,0 @@ 4679@@ -1,106 +0,0 @@
4657-/* Implementation of the textdomain(3) function 4680-/* Implementation of the textdomain(3) function
4658- Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. 4681- Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
@@ -4760,14 +4783,16 @@ diff -uprN clean/lrzsz-0.12.20/intl/textdomain.c lrzsz-0.12.20/intl/textdomain.c
4760-/* Alias for function name in GNU C Library. */ 4783-/* Alias for function name in GNU C Library. */
4761-weak_alias (__textdomain, textdomain); 4784-weak_alias (__textdomain, textdomain);
4762-#endif 4785-#endif
4763diff -uprN clean/lrzsz-0.12.20/intl/VERSION lrzsz-0.12.20/intl/VERSION 4786Index: lrzsz-0.12.20/intl/VERSION
4764--- clean/lrzsz-0.12.20/intl/VERSION 1998-04-26 14:22:37.000000000 +0100 4787===================================================================
4765+++ lrzsz-0.12.20/intl/VERSION 1970-01-01 01:00:00.000000000 +0100 4788--- lrzsz-0.12.20.orig/intl/VERSION
4789+++ /dev/null
4766@@ -1 +0,0 @@ 4790@@ -1 +0,0 @@
4767-GNU gettext library from gettext-0.10.32 4791-GNU gettext library from gettext-0.10.32
4768diff -uprN clean/lrzsz-0.12.20/intl/xopen-msg.sed lrzsz-0.12.20/intl/xopen-msg.sed 4792Index: lrzsz-0.12.20/intl/xopen-msg.sed
4769--- clean/lrzsz-0.12.20/intl/xopen-msg.sed 1998-04-26 14:20:52.000000000 +0100 4793===================================================================
4770+++ lrzsz-0.12.20/intl/xopen-msg.sed 1970-01-01 01:00:00.000000000 +0100 4794--- lrzsz-0.12.20.orig/intl/xopen-msg.sed
4795+++ /dev/null
4771@@ -1,104 +0,0 @@ 4796@@ -1,104 +0,0 @@
4772-# po2msg.sed - Convert Uniforum style .po file to X/Open style .msg file 4797-# po2msg.sed - Convert Uniforum style .po file to X/Open style .msg file
4773-# Copyright (C) 1995 Free Software Foundation, Inc. 4798-# Copyright (C) 1995 Free Software Foundation, Inc.
@@ -4873,9 +4898,10 @@ diff -uprN clean/lrzsz-0.12.20/intl/xopen-msg.sed lrzsz-0.12.20/intl/xopen-msg.s
4873- tb 4898- tb
4874-} 4899-}
4875-d 4900-d
4876diff -uprN clean/lrzsz-0.12.20/lib/Makefile.am lrzsz-0.12.20/lib/Makefile.am 4901Index: lrzsz-0.12.20/lib/Makefile.am
4877--- clean/lrzsz-0.12.20/lib/Makefile.am 1998-12-27 16:25:26.000000000 +0000 4902===================================================================
4878+++ lrzsz-0.12.20/lib/Makefile.am 2019-11-25 16:22:34.000000000 +0000 4903--- lrzsz-0.12.20.orig/lib/Makefile.am
4904+++ lrzsz-0.12.20/lib/Makefile.am
4879@@ -1,6 +1,4 @@ 4905@@ -1,6 +1,4 @@
4880 noinst_LIBRARIES=libzmodem.a 4906 noinst_LIBRARIES=libzmodem.a
4881-CFLAGS=@CFLAGS@ 4907-CFLAGS=@CFLAGS@
@@ -4883,9 +4909,10 @@ diff -uprN clean/lrzsz-0.12.20/lib/Makefile.am lrzsz-0.12.20/lib/Makefile.am
4883 4909
4884 EXTRA_DIST = alloca.c ansi2knr.1 ansi2knr.c \ 4910 EXTRA_DIST = alloca.c ansi2knr.1 ansi2knr.c \
4885 getopt.c getopt1.c mkdir.c mktime.c \ 4911 getopt.c getopt1.c mkdir.c mktime.c \
4886diff -uprN clean/lrzsz-0.12.20/Makefile.am lrzsz-0.12.20/Makefile.am 4912Index: lrzsz-0.12.20/Makefile.am
4887--- clean/lrzsz-0.12.20/Makefile.am 1998-12-30 11:19:40.000000000 +0000 4913===================================================================
4888+++ lrzsz-0.12.20/Makefile.am 2019-11-26 11:47:29.000000000 +0000 4914--- lrzsz-0.12.20.orig/Makefile.am
4915+++ lrzsz-0.12.20/Makefile.am
4889@@ -1,5 +1,5 @@ 4916@@ -1,5 +1,5 @@
4890-SUBDIRS = lib intl src po man testsuite 4917-SUBDIRS = lib intl src po man testsuite
4891-EXTRA_DIST = check.lrzsz COMPATABILITY README.cvs README.isdn4linux \ 4918-EXTRA_DIST = check.lrzsz COMPATABILITY README.cvs README.isdn4linux \
@@ -4908,9 +4935,10 @@ diff -uprN clean/lrzsz-0.12.20/Makefile.am lrzsz-0.12.20/Makefile.am
4908 4935
4909+ 4936+
4910+ACLOCAL_AMFLAGS = -I m4 4937+ACLOCAL_AMFLAGS = -I m4
4911diff -uprN clean/lrzsz-0.12.20/po/cat-id-tbl.c lrzsz-0.12.20/po/cat-id-tbl.c 4938Index: lrzsz-0.12.20/po/cat-id-tbl.c
4912--- clean/lrzsz-0.12.20/po/cat-id-tbl.c 1998-12-29 09:24:24.000000000 +0000 4939===================================================================
4913+++ lrzsz-0.12.20/po/cat-id-tbl.c 1970-01-01 01:00:00.000000000 +0100 4940--- lrzsz-0.12.20.orig/po/cat-id-tbl.c
4941+++ /dev/null
4914@@ -1,234 +0,0 @@ 4942@@ -1,234 +0,0 @@
4915-/* Automatically generated by po2tbl.sed from lrzsz.pot. */ 4943-/* Automatically generated by po2tbl.sed from lrzsz.pot. */
4916- 4944-
@@ -5146,10 +5174,10 @@ diff -uprN clean/lrzsz-0.12.20/po/cat-id-tbl.c lrzsz-0.12.20/po/cat-id-tbl.c
5146-}; 5174-};
5147- 5175-
5148-int _msg_tbl_length = 136; 5176-int _msg_tbl_length = 136;
5149Binary files clean/lrzsz-0.12.20/po/de.gmo and lrzsz-0.12.20/po/de.gmo differ 5177Index: lrzsz-0.12.20/po/de.po
5150diff -uprN clean/lrzsz-0.12.20/po/de.po lrzsz-0.12.20/po/de.po 5178===================================================================
5151--- clean/lrzsz-0.12.20/po/de.po 1998-12-30 16:31:46.000000000 +0000 5179--- lrzsz-0.12.20.orig/po/de.po
5152+++ lrzsz-0.12.20/po/de.po 2019-11-26 11:42:07.000000000 +0000 5180+++ lrzsz-0.12.20/po/de.po
5153@@ -6,10 +6,12 @@ 5181@@ -6,10 +6,12 @@
5154 msgid "" 5182 msgid ""
5155 msgstr "" 5183 msgstr ""
@@ -5384,9 +5412,10 @@ diff -uprN clean/lrzsz-0.12.20/po/de.po lrzsz-0.12.20/po/de.po
5384 #: src/lrz.c:2079 5412 #: src/lrz.c:2079
5385 msgid "rzfile: reached stop time" 5413 msgid "rzfile: reached stop time"
5386 msgstr "rzfile: Abbruchzeit erreicht" 5414 msgstr "rzfile: Abbruchzeit erreicht"
5387diff -uprN clean/lrzsz-0.12.20/po/lrzsz.pot lrzsz-0.12.20/po/lrzsz.pot 5415Index: lrzsz-0.12.20/po/lrzsz.pot
5388--- clean/lrzsz-0.12.20/po/lrzsz.pot 1998-12-30 07:50:00.000000000 +0000 5416===================================================================
5389+++ lrzsz-0.12.20/po/lrzsz.pot 2019-11-26 11:39:12.000000000 +0000 5417--- lrzsz-0.12.20.orig/po/lrzsz.pot
5418+++ lrzsz-0.12.20/po/lrzsz.pot
5390@@ -1,24 +1,27 @@ 5419@@ -1,24 +1,27 @@
5391 # SOME DESCRIPTIVE TITLE. 5420 # SOME DESCRIPTIVE TITLE.
5392 # Copyright (C) YEAR Free Software Foundation, Inc. 5421 # Copyright (C) YEAR Free Software Foundation, Inc.
@@ -5618,9 +5647,10 @@ diff -uprN clean/lrzsz-0.12.20/po/lrzsz.pot lrzsz-0.12.20/po/lrzsz.pot
5618 #: src/lrz.c:2079 5647 #: src/lrz.c:2079
5619 msgid "rzfile: reached stop time" 5648 msgid "rzfile: reached stop time"
5620 msgstr "" 5649 msgstr ""
5621diff -uprN clean/lrzsz-0.12.20/po/Makevars lrzsz-0.12.20/po/Makevars 5650Index: lrzsz-0.12.20/po/Makevars
5622--- clean/lrzsz-0.12.20/po/Makevars 1970-01-01 01:00:00.000000000 +0100 5651===================================================================
5623+++ lrzsz-0.12.20/po/Makevars 2019-11-25 18:09:52.000000000 +0000 5652--- /dev/null
5653+++ lrzsz-0.12.20/po/Makevars
5624@@ -0,0 +1,78 @@ 5654@@ -0,0 +1,78 @@
5625+# Makefile variables for PO directory in any package using GNU gettext. 5655+# Makefile variables for PO directory in any package using GNU gettext.
5626+ 5656+
@@ -5700,19 +5730,22 @@ diff -uprN clean/lrzsz-0.12.20/po/Makevars lrzsz-0.12.20/po/Makevars
5700+# "no". Set this to no if the POT file and PO files are maintained 5730+# "no". Set this to no if the POT file and PO files are maintained
5701+# externally. 5731+# externally.
5702+DIST_DEPENDS_ON_UPDATE_PO = yes 5732+DIST_DEPENDS_ON_UPDATE_PO = yes
5703diff -uprN clean/lrzsz-0.12.20/po/stamp-cat-id lrzsz-0.12.20/po/stamp-cat-id 5733Index: lrzsz-0.12.20/po/stamp-cat-id
5704--- clean/lrzsz-0.12.20/po/stamp-cat-id 1998-12-30 07:50:01.000000000 +0000 5734===================================================================
5705+++ lrzsz-0.12.20/po/stamp-cat-id 1970-01-01 01:00:00.000000000 +0100 5735--- lrzsz-0.12.20.orig/po/stamp-cat-id
5736+++ /dev/null
5706@@ -1 +0,0 @@ 5737@@ -1 +0,0 @@
5707-timestamp 5738-timestamp
5708diff -uprN clean/lrzsz-0.12.20/po/stamp-po lrzsz-0.12.20/po/stamp-po 5739Index: lrzsz-0.12.20/po/stamp-po
5709--- clean/lrzsz-0.12.20/po/stamp-po 1970-01-01 01:00:00.000000000 +0100 5740===================================================================
5710+++ lrzsz-0.12.20/po/stamp-po 2019-11-26 11:42:09.000000000 +0000 5741--- /dev/null
5742+++ lrzsz-0.12.20/po/stamp-po
5711@@ -0,0 +1 @@ 5743@@ -0,0 +1 @@
5712+timestamp 5744+timestamp
5713diff -uprN clean/lrzsz-0.12.20/src/Makefile.am lrzsz-0.12.20/src/Makefile.am 5745Index: lrzsz-0.12.20/src/Makefile.am
5714--- clean/lrzsz-0.12.20/src/Makefile.am 1998-12-28 08:38:47.000000000 +0000 5746===================================================================
5715+++ lrzsz-0.12.20/src/Makefile.am 2019-11-25 16:22:49.000000000 +0000 5747--- lrzsz-0.12.20.orig/src/Makefile.am
5748+++ lrzsz-0.12.20/src/Makefile.am
5716@@ -2,13 +2,11 @@ bin_PROGRAMS=lrz lsz 5749@@ -2,13 +2,11 @@ bin_PROGRAMS=lrz lsz
5717 lrz_SOURCES=lrz.c timing.c zperr.c zreadline.c crctab.c rbsb.c zm.c protname.c tcp.c lsyslog.c canit.c 5750 lrz_SOURCES=lrz.c timing.c zperr.c zreadline.c crctab.c rbsb.c zm.c protname.c tcp.c lsyslog.c canit.c
5718 lsz_SOURCES=lsz.c timing.c zperr.c zreadline.c crctab.c rbsb.c zm.c protname.c tcp.c lsyslog.c canit.c 5751 lsz_SOURCES=lsz.c timing.c zperr.c zreadline.c crctab.c rbsb.c zm.c protname.c tcp.c lsyslog.c canit.c
@@ -5729,9 +5762,10 @@ diff -uprN clean/lrzsz-0.12.20/src/Makefile.am lrzsz-0.12.20/src/Makefile.am
5729 EXTRA_DIST = ansi2knr.1 ansi2knr.c lrzszbug.in 5762 EXTRA_DIST = ansi2knr.1 ansi2knr.c lrzszbug.in
5730 INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/src -I../intl -I$(top_srcdir)/lib 5763 INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/src -I../intl -I$(top_srcdir)/lib
5731 #DEFS = -DLOCALEDIR=\"$(localedir)\" -DOS=\"@host_os@\" -DCPU=\"@host_cpu@\" 5764 #DEFS = -DLOCALEDIR=\"$(localedir)\" -DOS=\"@host_os@\" -DCPU=\"@host_cpu@\"
5732diff -uprN clean/lrzsz-0.12.20/src/zglobal.h lrzsz-0.12.20/src/zglobal.h 5765Index: lrzsz-0.12.20/src/zglobal.h
5733--- clean/lrzsz-0.12.20/src/zglobal.h 1998-12-29 12:34:59.000000000 +0000 5766===================================================================
5734+++ lrzsz-0.12.20/src/zglobal.h 2019-11-25 16:32:42.000000000 +0000 5767--- lrzsz-0.12.20.orig/src/zglobal.h
5768+++ lrzsz-0.12.20/src/zglobal.h
5735@@ -180,9 +180,6 @@ struct termios; 5769@@ -180,9 +180,6 @@ struct termios;
5736 #if HAVE_LOCALE_H 5770 #if HAVE_LOCALE_H
5737 # include <locale.h> 5771 # include <locale.h>
@@ -5742,8 +5776,9 @@ diff -uprN clean/lrzsz-0.12.20/src/zglobal.h lrzsz-0.12.20/src/zglobal.h
5742 5776
5743 #if ENABLE_NLS 5777 #if ENABLE_NLS
5744 # include <libintl.h> 5778 # include <libintl.h>
5745diff -uprN clean/lrzsz-0.12.20/stamp-h.in lrzsz-0.12.20/stamp-h.in 5779Index: lrzsz-0.12.20/stamp-h.in
5746--- clean/lrzsz-0.12.20/stamp-h.in 1998-12-30 07:51:07.000000000 +0000 5780===================================================================
5747+++ lrzsz-0.12.20/stamp-h.in 1970-01-01 01:00:00.000000000 +0100 5781--- lrzsz-0.12.20.orig/stamp-h.in
5782+++ /dev/null
5748@@ -1 +0,0 @@ 5783@@ -1 +0,0 @@
5749-timestamp 5784-timestamp