Gentoo Archives: gentoo-commits

From: "Lance Albertson (ramereth)" <ramereth@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/cronolog/files/1.6.2-patches: cronolog-define-strptime.patch.txt cronolog-getopt-long.patch.txt cronolog-doc.patch.txt
Date: Tue, 06 May 2008 20:02:23
Message-Id: E1JtTMj-0007R5-Bx@stork.gentoo.org
1 ramereth 08/05/06 20:02:21
2
3 Added: cronolog-define-strptime.patch.txt
4 cronolog-getopt-long.patch.txt
5 cronolog-doc.patch.txt
6 Log:
7 Add a few patch fixes to app-admin/cronolog
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.1 app-admin/cronolog/files/1.6.2-patches/cronolog-define-strptime.patch.txt
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/cronolog/files/1.6.2-patches/cronolog-define-strptime.patch.txt?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/cronolog/files/1.6.2-patches/cronolog-define-strptime.patch.txt?rev=1.1&content-type=text/plain
15
16 Index: cronolog-define-strptime.patch.txt
17 ===================================================================
18 diff -urb cronolog-1.6.2/src/cronoutils.c cronolog-1.6.2-patched/src/cronoutils.c
19 --- cronolog-1.6.2/src/cronoutils.c 2001-05-03 09:43:21.000000000 -0700
20 +++ cronolog-1.6.2/src/cronoutils.c 2008-01-05 22:08:42.000000000 -0800
21 @@ -69,6 +69,8 @@
22 *
23 */
24
25 +#define _GNU_SOURCE
26 +
27 #include "cronoutils.h"
28 extern char *tzname[2];
29
30
31
32 1.1 app-admin/cronolog/files/1.6.2-patches/cronolog-getopt-long.patch.txt
33
34 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/cronolog/files/1.6.2-patches/cronolog-getopt-long.patch.txt?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/cronolog/files/1.6.2-patches/cronolog-getopt-long.patch.txt?rev=1.1&content-type=text/plain
36
37 Index: cronolog-getopt-long.patch.txt
38 ===================================================================
39 diff -urp cronolog-1.6.2/src/cronolog.c cronolog-1.6.2/src/cronolog.c
40 --- cronolog-1.6.2/src/cronolog.c 2001-05-03 09:42:48.000000000 -0700
41 +++ cronolog-1.6.2/src/cronolog.c 2008-01-05 23:54:53.000000000 -0800
42 @@ -139,7 +139,8 @@ struct option long_options[] =
43 { "delay", required_argument, NULL, 'd' },
44 { "once-only", no_argument, NULL, 'o' },
45 { "help", no_argument, NULL, 'h' },
46 - { "version", no_argument, NULL, 'V' }
47 + { "version", no_argument, NULL, 'V' },
48 + { NULL, 0, NULL, 0 }
49 };
50 #endif
51
52 diff -urp cronolog-1.6.2/src/cronotest.c cronolog-1.6.2/src/cronotest.c
53 --- cronolog-1.6.2/src/cronotest.c 2001-05-03 09:26:44.000000000 -0700
54 +++ cronolog-1.6.2/src/cronotest.c 2008-01-06 00:02:24.000000000 -0800
55 @@ -112,7 +112,8 @@ struct option long_options[] =
56 { "test-subdirs", required_argument, NULL, 'D' },
57 { "help", no_argument, NULL, 'h' },
58 { "version", no_argument, NULL, 'V' },
59 - { "verbose", no_argument, NULL, 'v' }
60 + { "verbose", no_argument, NULL, 'v' },
61 + { NULL, 0, NULL, 0 }
62 };
63
64
65
66 1.1 app-admin/cronolog/files/1.6.2-patches/cronolog-doc.patch.txt
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/cronolog/files/1.6.2-patches/cronolog-doc.patch.txt?rev=1.1&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/cronolog/files/1.6.2-patches/cronolog-doc.patch.txt?rev=1.1&content-type=text/plain
70
71 Index: cronolog-doc.patch.txt
72 ===================================================================
73 diff -ur cronolog-1.6.2/doc/cronolog.1m cronolog-1.6.2/doc/cronolog.1m
74 --- cronolog-1.6.2/doc/cronolog.1m 2001-05-04 01:44:55.000000000 -0700
75 +++ cronolog-1.6.2/doc/cronolog.1m 2008-01-06 00:43:33.000000000 -0800
76 @@ -77,7 +77,7 @@
77 to the current log file.
78 .\"
79 .IP "-P \fINAME\fP"
80 -.IP "--prevlink=\fINAME\fP"
81 +.IP "--prev-symlink=\fINAME\fP"
82 maintain a symbolic link from
83 .I NAME
84 to the previous log file. Requires that the
85
86
87
88 --
89 gentoo-commits@l.g.o mailing list