summaryrefslogtreecommitdiff
path: root/devel/cvs
diff options
context:
space:
mode:
authorwiz <wiz>2004-09-09 22:26:17 +0000
committerwiz <wiz>2004-09-09 22:26:17 +0000
commitfe3f4659a1b478ea3ae4e61db468ee8594539aed (patch)
treec91a30be992c8be0bcd2ec3a8e4e437725025748 /devel/cvs
parent5e6ffe42109911257280554be7cf520f51c346f1 (diff)
downloadpkgsrc-fe3f4659a1b478ea3ae4e61db468ee8594539aed.tar.gz
regen to fix offsets.
Diffstat (limited to 'devel/cvs')
-rw-r--r--devel/cvs/patches/patch-ab6
-rw-r--r--devel/cvs/patches/patch-am10
-rw-r--r--devel/cvs/patches/patch-an6
-rw-r--r--devel/cvs/patches/patch-ar10
-rw-r--r--devel/cvs/patches/patch-au8
-rw-r--r--devel/cvs/patches/patch-av6
6 files changed, 23 insertions, 23 deletions
diff --git a/devel/cvs/patches/patch-ab b/devel/cvs/patches/patch-ab
index 89fe73c5247..038418592e8 100644
--- a/devel/cvs/patches/patch-ab
+++ b/devel/cvs/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.12 2004/05/22 10:38:06 wiz Exp $
+$NetBSD: patch-ab,v 1.13 2004/09/09 22:26:17 wiz Exp $
---- doc/cvs.texinfo.orig 2004-05-14 20:50:08.000000000 +0200
+--- doc/cvs.texinfo.orig 2004-05-27 22:18:34.000000000 +0200
+++ doc/cvs.texinfo
-@@ -13500,6 +13500,11 @@ CPU intensive but is not recommended for
+@@ -13496,6 +13496,11 @@ CPU intensive but is not recommended for
@xref{verifymsg}, for more information on how verifymsg
may be used.
diff --git a/devel/cvs/patches/patch-am b/devel/cvs/patches/patch-am
index 8fca1dcbe46..efcf12b7e0d 100644
--- a/devel/cvs/patches/patch-am
+++ b/devel/cvs/patches/patch-am
@@ -1,8 +1,8 @@
-$NetBSD: patch-am,v 1.11 2004/05/22 10:38:06 wiz Exp $
+$NetBSD: patch-am,v 1.12 2004/09/09 22:26:17 wiz Exp $
---- src/cvs.h.orig 2004-05-08 22:45:19.000000000 +0200
+--- src/cvs.h.orig 2004-06-09 16:34:54.000000000 +0200
+++ src/cvs.h
-@@ -368,6 +368,7 @@ extern int really_quiet, quiet;
+@@ -372,6 +372,7 @@ extern int really_quiet, quiet;
extern int use_editor;
extern int cvswrite;
extern mode_t cvsumask;
@@ -10,7 +10,7 @@ $NetBSD: patch-am,v 1.11 2004/05/22 10:38:06 wiz Exp $
-@@ -386,6 +387,7 @@ extern int safe_location PROTO ((char *)
+@@ -390,6 +391,7 @@ extern int safe_location PROTO ((char *)
extern int trace; /* Show all commands */
extern int noexec; /* Don't modify disk anywhere */
@@ -18,7 +18,7 @@ $NetBSD: patch-am,v 1.11 2004/05/22 10:38:06 wiz Exp $
extern int logoff; /* Don't write history entry */
extern int top_level_admin;
-@@ -680,6 +682,7 @@ void sleep_past PROTO ((time_t desttime)
+@@ -684,6 +686,7 @@ void sleep_past PROTO ((time_t desttime)
#define RUN_STDOUT_APPEND 0x0004 /* append to stdout, don't truncate */
#define RUN_STDERR_APPEND 0x0008 /* append to stderr, don't truncate */
#define RUN_SIGIGNORE 0x0010 /* ignore interrupts for command */
diff --git a/devel/cvs/patches/patch-an b/devel/cvs/patches/patch-an
index 1b8209a4f3d..cf6f4040166 100644
--- a/devel/cvs/patches/patch-an
+++ b/devel/cvs/patches/patch-an
@@ -1,8 +1,8 @@
-$NetBSD: patch-an,v 1.6 2004/04/15 22:28:36 wiz Exp $
+$NetBSD: patch-an,v 1.7 2004/09/09 22:26:17 wiz Exp $
---- src/history.c.orig Fri Mar 19 21:10:44 2004
+--- src/history.c.orig 2004-06-09 16:34:54.000000000 +0200
+++ src/history.c
-@@ -747,7 +747,7 @@ history_write (type, update_dir, revs, n
+@@ -750,7 +750,7 @@ history_write (type, update_dir, revs, n
if (trace)
fprintf (stderr, "%s-> fopen(%s,a)\n",
CLIENT_SERVER_STR, fname);
diff --git a/devel/cvs/patches/patch-ar b/devel/cvs/patches/patch-ar
index e936f73e3fa..fbc2ef0e663 100644
--- a/devel/cvs/patches/patch-ar
+++ b/devel/cvs/patches/patch-ar
@@ -1,6 +1,6 @@
-$NetBSD: patch-ar,v 1.13 2004/05/22 10:38:06 wiz Exp $
+$NetBSD: patch-ar,v 1.14 2004/09/09 22:26:17 wiz Exp $
---- src/server.c.orig 2004-05-22 12:21:08.000000000 +0200
+--- src/server.c.orig 2004-09-10 00:21:52.000000000 +0200
+++ src/server.c
@@ -773,6 +773,7 @@ E Protocol error: Root says \"%s\" but p
nothing. But for rsh, we need to do it now. */
@@ -18,7 +18,7 @@ $NetBSD: patch-ar,v 1.13 2004/05/22 10:38:06 wiz Exp $
#ifdef HAVE_PUTENV
env = xmalloc (strlen (CVSROOT_ENV) + strlen (current_parsed_root->directory) + 2);
-@@ -2212,8 +2214,12 @@ serve_global_option (arg)
+@@ -2268,8 +2270,12 @@ serve_global_option (arg)
break;
case 'n':
noexec = 1;
@@ -31,7 +31,7 @@ $NetBSD: patch-ar,v 1.13 2004/05/22 10:38:06 wiz Exp $
case 'q':
quiet = 1;
break;
-@@ -5236,6 +5242,7 @@ switch_to_user (cvs_username, username)
+@@ -5292,6 +5298,7 @@ switch_to_user (cvs_username, username)
const char *username;
{
struct passwd *pw;
@@ -39,7 +39,7 @@ $NetBSD: patch-ar,v 1.13 2004/05/22 10:38:06 wiz Exp $
pw = getpwnam (username);
if (pw == NULL)
-@@ -5314,7 +5321,15 @@ error 0 %s: no such system user\n", user
+@@ -5370,7 +5377,15 @@ error 0 %s: no such system user\n", user
}
}
diff --git a/devel/cvs/patches/patch-au b/devel/cvs/patches/patch-au
index 56d3f05c379..52512dff0d6 100644
--- a/devel/cvs/patches/patch-au
+++ b/devel/cvs/patches/patch-au
@@ -1,8 +1,8 @@
-$NetBSD: patch-au,v 1.8 2004/05/22 10:38:06 wiz Exp $
+$NetBSD: patch-au,v 1.9 2004/09/09 22:26:17 wiz Exp $
---- src/commit.c.orig 2004-05-05 18:10:30.000000000 +0200
+--- src/commit.c.orig 2004-06-09 16:34:54.000000000 +0200
+++ src/commit.c
-@@ -1030,7 +1030,9 @@ warning: file `%s' seems to still contai
+@@ -1035,7 +1035,9 @@ warning: file `%s' seems to still contai
xmalloc (sizeof (struct logfile_info)));
li->type = status;
li->tag = xstrdup (vers->tag);
@@ -13,7 +13,7 @@ $NetBSD: patch-au,v 1.8 2004/05/22 10:38:06 wiz Exp $
li->rev_new = NULL;
p->data = li;
(void) addnode (ulist, p);
-@@ -1182,7 +1184,7 @@ precommit_proc (repository, filter)
+@@ -1187,7 +1189,7 @@ precommit_proc (repository, filter)
run_setup (filter);
run_arg (repository);
(void) walklist (saved_ulist, precommit_list_proc, NULL);
diff --git a/devel/cvs/patches/patch-av b/devel/cvs/patches/patch-av
index 0bb5c387dbf..1af4fa162c8 100644
--- a/devel/cvs/patches/patch-av
+++ b/devel/cvs/patches/patch-av
@@ -1,8 +1,8 @@
-$NetBSD: patch-av,v 1.9 2003/12/12 22:05:56 wiz Exp $
+$NetBSD: patch-av,v 1.10 2004/09/09 22:26:17 wiz Exp $
---- configure.in.orig Thu Dec 4 01:26:40 2003
+--- configure.in.orig 2004-09-10 00:21:52.000000000 +0200
+++ configure.in
-@@ -375,7 +375,7 @@ if test -n "$krb_h"; then
+@@ -376,7 +376,7 @@ if test -n "$krb_h"; then
[LDFLAGS=$hold_ldflags
# Using open here instead of printf so we don't
# get confused by the cached value for printf from above.