SOURCES: glibc-missing-nls.patch - updated for 2.3.6

qboosh qboosh at pld-linux.org
Sat Nov 5 07:42:53 CET 2005


Author: qboosh                       Date: Sat Nov  5 06:42:53 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 2.3.6

---- Files affected:
SOURCES:
   glibc-missing-nls.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/glibc-missing-nls.patch
diff -u SOURCES/glibc-missing-nls.patch:1.5 SOURCES/glibc-missing-nls.patch:1.6
--- SOURCES/glibc-missing-nls.patch:1.5	Sat Apr 16 12:49:35 2005
+++ SOURCES/glibc-missing-nls.patch	Sat Nov  5 07:42:48 2005
@@ -78,30 +78,19 @@
       N_("Hang for SECS seconds (default 3600)")},
    {0, 0}
  };
---- libc/MakeTAGS.orig	2003-03-04 11:25:13.000000000 +0100
-+++ libc/MakeTAGS	2004-11-27 03:03:16.819017384 +0100
-@@ -158,7 +158,7 @@
- 	$(extract)
- endif
- 
--all-pot = $P/libc-top.pot $P/subdirs.pot
-+all-pot = $P/libc-top.pot $P/subdirs.pot $P/ldd.pot
- 
- ifndef subdir
- # Collect all the subdir messages, massaging the file names in comments
-@@ -169,6 +169,10 @@
- 	 do sed "/^#:/s% % $$d/%g" $P/$$d.pot; done) > $@.new
- 	mv -f $@.new $@
- 
-+$P/ldd.pot: 
-+	bash --dump-po-strings elf/ldd.bash.in > $@.new
-+	mv -f $@.new $@
-+
- # Combine all the messages into the final sorted template translation file.
- # The following code requires GNU date.
- $P/libc.pot: $(all-pot)
---- libc/po/pl.po.orig	2004-11-27 02:09:53.487997720 +0100
-+++ libc/po/pl.po	2004-11-27 02:55:18.072797872 +0100
+--- glibc-2.3.6/timezone/zdump.c.orig	2005-10-17 07:14:28.000000000 +0200
++++ glibc-2.3.6/timezone/zdump.c	2005-11-05 07:33:38.167505808 +0100
+@@ -226,7 +226,7 @@
+ 		return;
+ 	(void) fflush(stdout);
+ 	(void) fprintf(stderr,
+-		"%s: warning: zone \"%s\" abbreviation \"%s\" %s\n",
++		_("%s: warning: zone \"%s\" abbreviation \"%s\" %s\n"),
+ 		progname, zone, abbr, wp);
+ 	warned = TRUE;
+ }
+--- glibc-2.3.6/po/pl.po.orig	2004-11-27 02:09:53.487997720 +0100
++++ glibc-2.3.6/po/pl.po	2004-11-27 02:55:18.072797872 +0100
 @@ -1713,7 +1713,8 @@
  msgid "Another string for testing."
  msgstr "Inny łańcuch do testów."
@@ -112,6 +101,17 @@
  msgid "NAME"
  msgstr "NAZWA"
  
+@@ -2770,6 +2770,10 @@
+ msgid "differs from POSIX standard"
+ msgstr "różni się od standardu POSIX"
+ 
++#: timezone/zdump.c:229
++msgid "%s: warning: zone \"%s\" abbreviation \"%s\" %s\n"
++msgstr "%s: uwaga: skrót nazwy strefy czasowej \"%s\" \"%s\" %s\n"
++
+ #: timezone/zdump.c:280
+ #, c-format
+ msgid "%s: usage is %s [ --version ] [ -v ] [ -c [loyear,]hiyear ] zonename ...\n"
 @@ -3372,9 +3373,13 @@
  msgid "Set the program name"
  msgstr "Określenie nazwy programu"
@@ -230,65 +230,3 @@
  #: sunrpc/rpc_scan.c:118
  msgid "constant or identifier expected"
  msgstr "spodziewana stała lub identyfikator"
-@@ -5940,3 +6040,61 @@
- #: elf/sprof.c:1027 elf/sprof.c:1085
- msgid "cannot allocate symbol data"
- msgstr "nie można przydzielić pamięci dla symboli"
-+
-+#: elf/ldd.bash.in:43
-+msgid "Written by %s and %s.\n"
-+msgstr "Autorami są %s i %s.\n"
-+
-+#: elf/ldd.bash.in:48
-+msgid ""
-+"Usage: ldd [OPTION]... FILE...\n"
-+"      --help              print this help and exit\n"
-+"      --version           print version information and exit\n"
-+"  -d, --data-relocs       process data relocations\n"
-+"  -r, --function-relocs   process data and function relocations\n"
-+"  -u, --unused            print unused direct dependencies\n"
-+"  -v, --verbose           print all information\n"
-+"For bug reporting instructions, please see:\n"
-+"<http://www.gnu.org/software/libc/bugs.html>."
-+msgstr ""
-+"Składnia: ldd [OPCJA]... PLIK...\n"
-+"      --help              wypisanie tego opisu i zakończenie\n"
-+"      --version           wypisanie informacji o wersji i zakończenie\n"
-+"  -d, --data-relocs       przetworzenie relokacji danych\n"
-+"  -r, --function-relocs   przetworzenie relokacji danych i funkcji\n"
-+"  -u, --unused            wypisanie nieużywanych bezpośrednich zależności\n"
-+"  -v, --verbose           wypisanie wszystkich informacji\n"
-+"Instrukcje dotyczące zgłaszania błędów znajdują się pod adresem:\n"
-+"<http://www.gnu.org/software/libc/bugs.html>."
-+
-+#: elf/ldd.bash.in:80
-+msgid "ldd: option \\`$1' is ambiguous"
-+msgstr "ldd: opcja \\`$1' jest niejednoznaczna"
-+
-+#: elf/ldd.bash.in:87
-+msgid "unrecognized option"
-+msgstr "nieznana opcja"
-+
-+#: elf/ldd.bash.in:88 elf/ldd.bash.in:111
-+msgid "Try \\`ldd --help' for more information."
-+msgstr "Polecenie \\`ldd --help' pozwoli uzyskać więcej informacji."
-+
-+#: elf/ldd.bash.in:110
-+msgid "missing file arguments"
-+msgstr "brakujące argumenty plikowe"
-+
-+#: elf/ldd.bash.in:136
-+msgid "warning: you do not have execution permission for"
-+msgstr "uwaga: brak uprawnień do wykonywania"
-+
-+#: elf/ldd.bash.in:161
-+msgid "\tnot a dynamic executable"
-+msgstr "\tnie jest dynamicznym programem wykonywalnym"
-+
-+#: elf/ldd.bash.in:172
-+msgid "exited with unknown exit code"
-+msgstr "zakończył działanie z nieznanym kodem wyjścia"
-+
-+#: elf/ldd.bash.in:177
-+msgid "error: you do not have read permission for"
-+msgstr "błąd: brak uprawnień do odczytu"
================================================================

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




More information about the pld-cvs-commit mailing list