packages: coreutils/coreutils-getgid.patch - reworked for coreutils 8.16, f...

hawk hawk at pld-linux.org
Wed Apr 18 12:05:42 CEST 2012


Author: hawk                         Date: Wed Apr 18 10:05:42 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- reworked for coreutils 8.16, fixes invalid-opt test

---- Files affected:
packages/coreutils:
   coreutils-getgid.patch (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: packages/coreutils/coreutils-getgid.patch
diff -u packages/coreutils/coreutils-getgid.patch:1.16 packages/coreutils/coreutils-getgid.patch:1.17
--- packages/coreutils/coreutils-getgid.patch:1.16	Sun Oct 17 21:53:52 2010
+++ packages/coreutils/coreutils-getgid.patch	Wed Apr 18 12:05:37 2012
@@ -1,6 +1,19 @@
---- coreutils-6.10/man/Makefile.am.orig	2008-01-11 11:34:22.000000000 +0100
-+++ coreutils-6.10/man/Makefile.am	2008-03-02 02:14:20.884410857 +0100
-@@ -59,6 +59,7 @@
+diff -urN coreutils-8.16.orig//README coreutils-8.16/README
+--- coreutils-8.16.orig//README	2012-03-24 18:22:13.000000000 +0000
++++ coreutils-8.16/README	2012-04-18 09:07:17.417662632 +0000
+@@ -9,7 +9,7 @@
+ 
+   [ arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp
+   csplit cut date dd df dir dircolors dirname du echo env expand expr
+-  factor false fmt fold groups head hostid hostname id install join kill
++  factor false fmt fold getgid groups head hostid hostname id install join kill
+   link ln logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup
+   nproc od paste pathchk pinky pr printenv printf ptx pwd readlink realpath
+   rm rmdir runcon seq sha1sum sha224sum sha256sum sha384sum sha512sum shred
+diff -urN coreutils-8.16.orig//man/Makefile.am coreutils-8.16/man/Makefile.am
+--- coreutils-8.16.orig//man/Makefile.am	2012-03-26 09:50:41.000000000 +0000
++++ coreutils-8.16/man/Makefile.am	2012-04-18 09:07:17.410850573 +0000
+@@ -60,6 +60,7 @@
  false.1:	$(common_dep)	$(srcdir)/false.x	../src/false.c
  fmt.1:		$(common_dep)	$(srcdir)/fmt.x		../src/fmt.c
  fold.1:		$(common_dep)	$(srcdir)/fold.x	../src/fold.c
@@ -8,9 +21,9 @@
  groups.1:	$(common_dep)	$(srcdir)/groups.x	../src/groups.c
  head.1:		$(common_dep)	$(srcdir)/head.x	../src/head.c
  hostid.1:	$(common_dep)	$(srcdir)/hostid.x	../src/hostid.c
-diff -Nur coreutils-4.5.3.orig/man/getgid.1 coreutils-4.5.3/man/getgid.1
---- coreutils-4.5.3.orig/man/getgid.1	Thu Jan  1 01:00:00 1970
-+++ coreutils-4.5.3/man/getgid.1	Sun Oct 27 21:40:54 2002
+diff -urN coreutils-8.16.orig//man/getgid.1 coreutils-8.16/man/getgid.1
+--- coreutils-8.16.orig//man/getgid.1	1970-01-01 00:00:00.000000000 +0000
++++ coreutils-8.16/man/getgid.1	2012-04-18 09:07:17.410850573 +0000
 @@ -0,0 +1,22 @@
 +.TH GETGID "1" "October 2002" "getgid (coreutils) 4.5.3" "User Commands"
 +.SH NAME
@@ -34,16 +47,17 @@
 +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 +.SH "SEE ALSO"
 +.BR id (1)
---- coreutils-4.5.3.orig/man/getgid.x	2007-02-13 17:29:53.000000000 +0100
-+++ coreutils-4.5.3.orig/man/getgid.x	2008-08-08 20:54:14.890808765 +0200
+diff -urN coreutils-8.16.orig//man/getgid.x coreutils-8.16/man/getgid.x
+--- coreutils-8.16.orig//man/getgid.x	1970-01-01 00:00:00.000000000 +0000
++++ coreutils-8.16/man/getgid.x	2012-04-18 09:07:17.410850573 +0000
 @@ -0,0 +1,4 @@
 +[NAME]
 +getgid \- print ID of given group
 +[DESCRIPTION]
 +.\" Add any additional description here
-diff -Nur coreutils-4.5.3.orig/man/pl/getgid.1 coreutils-4.5.3/man/pl/getgid.1
---- coreutils-4.5.3.orig/man/pl/getgid.1	Thu Jan  1 01:00:00 1970
-+++ coreutils-4.5.3/man/pl/getgid.1	Sun Oct 27 21:46:48 2002
+diff -urN coreutils-8.16.orig//man/pl/getgid.1 coreutils-8.16/man/pl/getgid.1
+--- coreutils-8.16.orig//man/pl/getgid.1	1970-01-01 00:00:00.000000000 +0000
++++ coreutils-8.16/man/pl/getgid.1	2012-04-18 09:07:17.410850573 +0000
 @@ -0,0 +1,22 @@
 +.TH GETGID "1" "Pa¼dziernik 2002" "getgid (coreutils) 4.5.3" "Polecenia u¿ytkownika"
 +.SH NAZWA
@@ -67,8 +81,39 @@
 +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 +.SH ZOBACZ TAK¯E
 +.BR id (1)
---- coreutils-6.10/src/Makefile.am.orig	2008-03-02 02:12:29.418058752 +0100
-+++ coreutils-6.10/src/Makefile.am	2008-03-02 02:14:46.205853844 +0100
+diff -urN coreutils-8.16.orig//po/POTFILES.in coreutils-8.16/po/POTFILES.in
+--- coreutils-8.16.orig//po/POTFILES.in	2012-03-24 18:22:13.000000000 +0000
++++ coreutils-8.16/po/POTFILES.in	2012-04-18 09:07:17.412850440 +0000
+@@ -66,6 +66,7 @@
+ src/find-mount-point.c
+ src/fmt.c
+ src/fold.c
++src/getgid.c
+ src/getlimits.c
+ src/group-list.c
+ src/groups.c
+diff -urN coreutils-8.16.orig//po/pl.po coreutils-8.16/po/pl.po
+--- coreutils-8.16.orig//po/pl.po	2012-03-26 12:08:45.000000000 +0000
++++ coreutils-8.16/po/pl.po	2012-04-18 09:07:17.417662632 +0000
+@@ -4109,6 +4109,15 @@
+ "  \\0NNN   znak o kodzie ASCII wynoszącym NNN (ósemkowo, 1 do 3 cyfr)\n"
+ "  \\xHH    znak o kodzie ASCII wynoszÄ…cym HH (szestnastkowo, 1 do 2 cyfr)\n"
+ 
++#: src/getgid.c:37
++#, c-format
++msgid ""
++"Usage:\n"
++"\t%s groupname\n"
++msgstr ""
++"Składnia:\n"
++"\t%s nazwa-grupy\n"
++
+ #. This is a proper name. See the gettext manual, section Names.
+ #: src/env.c:32 src/printenv.c:45 src/whoami.c:35
+ msgid "Richard Mlynarik"
+diff -urN coreutils-8.16.orig//src/Makefile.am coreutils-8.16/src/Makefile.am
+--- coreutils-8.16.orig//src/Makefile.am	2012-03-24 18:22:13.000000000 +0000
++++ coreutils-8.16/src/Makefile.am	2012-04-18 09:07:17.411850524 +0000
 @@ -69,6 +69,7 @@
    false		\
    fmt		\
@@ -77,10 +122,10 @@
    ginstall	\
    groups	\
    head		\
-diff -Nur coreutils-4.5.3.orig/src/getgid.c coreutils-4.5.3/src/getgid.c
---- coreutils-4.5.3.orig/src/getgid.c	Thu Jan  1 01:00:00 1970
-+++ coreutils-4.5.3/src/getgid.c	Sun Oct 27 21:52:01 2002
-@@ -0,0 +1,106 @@
+diff -urN coreutils-8.16.orig//src/getgid.c coreutils-8.16/src/getgid.c
+--- coreutils-8.16.orig//src/getgid.c	1970-01-01 00:00:00.000000000 +0000
++++ coreutils-8.16/src/getgid.c	2012-04-18 09:44:16.000000000 +0000
+@@ -0,0 +1,88 @@
 +/* getgid - print GID of given group
 +   Copyright (C) 1999 Artur Frysiak <wiget at pld-linux.org>
 +
@@ -100,130 +145,72 @@
 +
 +#include <config.h>
 +#include <grp.h>
-+#include <sys/types.h>
 +#include <getopt.h>
++#include <sys/types.h>
++
 +#include "system.h"
-+#include "quote.h"
 +#include "error.h"
++#include "long-options.h"
++#include "quote.h"
 +
++/* The official name of this program (e.g., no 'g' prefix).  */
 +#define PROGRAM_NAME "getgid"
 +
 +#define AUTHORS proper_name ("Artur Frysiak")
 +
-+/* The name by which this program was run. */
-+const char *program_name;
-+
-+static struct option const longopts[] =
-+{
-+  {GETOPT_HELP_OPTION_DECL},
-+  {GETOPT_VERSION_OPTION_DECL},
-+  {NULL, 0, NULL, 0}
-+};
-+
 +void
 +usage (int status)
 +{
 +  if (status != EXIT_SUCCESS)
-+    fprintf (stderr, _("Try `%s --help' for more information.\n"),
-+             program_name);
++    emit_try_help ();
 +  else
 +    {
-+      printf (_("\
-+Usage: %s [OPTION]... [GROUPNAME]...\n\
-+"),
-+              program_name);
++      printf (_("Usage: %s [OPTION]... [GROUPNAME]...\n"), program_name);
 +      fputs (_("\
 +Prints ID of given group name.\
 +\n\
 +"), stdout);
 +      fputs (HELP_OPTION_DESCRIPTION, stdout);
 +      fputs (VERSION_OPTION_DESCRIPTION, stdout);
-+      emit_bug_reporting_address ();
++      emit_ancillary_info ();
 +    }
 +  exit (status);
 +}
 +
-+int main(int argc, char **argv)
++int
++main (int argc, char **argv)
 +{
-+	struct group 	*gr;
-+	int		optc;
++  struct group *gr;
 +
-+	initialize_main (&argc, &argv);
-+	program_name = argv[0];
++  initialize_main (&argc, &argv);
++  set_program_name (argv[0]);
++  setlocale (LC_ALL, "");
++  bindtextdomain (PACKAGE, LOCALEDIR);
++  textdomain (PACKAGE);
++
++  atexit (close_stdout);
++
++  parse_long_options (argc, argv, PROGRAM_NAME, PACKAGE_NAME, Version,
++                      usage, AUTHORS, (char const *) NULL);
++  if (getopt_long (argc, argv, "", NULL, NULL) != -1)
++    usage (EXIT_FAILURE);
 +
-+	setlocale (LC_ALL, "");
-+	bindtextdomain (PACKAGE, LOCALEDIR);
-+	textdomain (PACKAGE);
-+
-+	atexit (close_stdout);
-+
-+	while ((optc = getopt_long (argc, argv, "+", longopts, NULL)) != -1) {
-+		switch (optc) {
-+			case_GETOPT_HELP_CHAR;
-+			case_GETOPT_VERSION_CHAR (PROGRAM_NAME, AUTHORS);
-+		default:
-+			usage (EXIT_FAILURE);
-+		}
-+	}
-+
-+	if (argc < optind + 1)
-+	{
-+		error (0, 0, _("missing operand"));
-+		usage (EXIT_FAILURE);
-+	}
-+
-+	if (optind + 2 < argc)
-+	{
-+		error (0, 0, _("extra operand %s"), quote (argv[optind + 2]));
-+		usage (EXIT_FAILURE);
-+	}
-+
-+	gr = getgrnam(argv[optind]);
-+	if (gr == NULL) {
-+		error (0, 0, _("cannot find group name %s"), quote(argv[optind]));
-+		exit(EXIT_FAILURE);
-+	} else
-+		printf("%lu\n", (unsigned long int) gr->gr_gid);
-+	exit(EXIT_SUCCESS);
-+}
++  if (argc < optind + 1)
++    {
++      error (0, 0, _("missing operand"));
++      usage (EXIT_FAILURE);
++    }
 +
---- coreutils-4.5.3/po/POTFILES.in.orig	Mon Jul  1 23:26:55 2002
-+++ coreutils-4.5.3/po/POTFILES.in	Fri Nov  1 02:25:41 2002
-@@ -61,6 +61,7 @@
- src/false.c
- src/fmt.c
- src/fold.c
-+src/getgid.c
- src/getlimits.c
- src/group-list.c
- src/groups.c
---- coreutils-6.10/po/pl.po.orig	2008-03-02 02:12:29.526064907 +0100
-+++ coreutils-6.10/po/pl.po	2008-03-02 02:15:20.139787629 +0100
-@@ -4152,6 +4152,15 @@
- msgid "invalid number of columns: %s"
- msgstr "b³êdna liczba kolumn: %s"
- 
-+#: src/getgid.c:37
-+#, c-format
-+msgid ""
-+"Usage:\n"
-+"\t%s groupname\n"
-+msgstr ""
-+"Składnia:\n"
-+"\t%s nazwa-grupy\n"
++  if (optind + 2 < argc)
++    {
++      error (0, 0, _("extra operand %s"), quote (argv[optind + 2]));
++      usage (EXIT_FAILURE);
++    }
 +
- #. This is a proper name. See the gettext manual, section Names.
- #: src/getlimits.c:29 src/timeout.c:74 src/truncate.c:42
- msgid "Padraig Brady"
-
---- coreutils-8.6/README~	2010-10-17 21:37:11.589739007 +0200
-+++ coreutils-8.6/README	2010-10-17 21:42:27.222782339 +0200
-@@ -9,7 +9,7 @@
- 
-   [ arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp
-   csplit cut date dd df dir dircolors dirname du echo env expand expr
--  factor false fmt fold groups head hostid hostname id install join kill
-+  factor false fmt fold getgid groups head hostid hostname id install join kill
-   link ln logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup
-   nproc od paste pathchk pinky pr printenv printf ptx pwd readlink rm rmdir
-   runcon runuser seq sha1sum sha224sum sha256sum sha384sum sha512sum shred shuf
++  gr = getgrnam(argv[optind]);
++  if (gr == NULL)
++    error (EXIT_FAILURE, errno, _("cannot find group name %s"), quote (argv[optind]));
++  else
++    printf("%lu\n", (unsigned long int) gr->gr_gid);
++  exit(EXIT_SUCCESS);
++}
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/coreutils/coreutils-getgid.patch?r1=1.16&r2=1.17



More information about the pld-cvs-commit mailing list