pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cvs/patches regen to fix offsets.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8846ceea5e7a
branches:  trunk
changeset: 480442:8846ceea5e7a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 09 22:26:17 2004 +0000

description:
regen to fix offsets.

diffstat:

 devel/cvs/patches/patch-ab |   6 +++---
 devel/cvs/patches/patch-am |  10 +++++-----
 devel/cvs/patches/patch-an |   6 +++---
 devel/cvs/patches/patch-ar |  10 +++++-----
 devel/cvs/patches/patch-au |   8 ++++----
 devel/cvs/patches/patch-av |   6 +++---
 6 files changed, 23 insertions(+), 23 deletions(-)

diffs (141 lines):

diff -r 70b89415ded9 -r 8846ceea5e7a devel/cvs/patches/patch-ab
--- a/devel/cvs/patches/patch-ab        Thu Sep 09 22:26:09 2004 +0000
+++ b/devel/cvs/patches/patch-ab        Thu Sep 09 22:26:17 2004 +0000
@@ -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 -r 70b89415ded9 -r 8846ceea5e7a devel/cvs/patches/patch-am
--- a/devel/cvs/patches/patch-am        Thu Sep 09 22:26:09 2004 +0000
+++ b/devel/cvs/patches/patch-am        Thu Sep 09 22:26:17 2004 +0000
@@ -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 @@
  
  
  
-@@ -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 @@
  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 -r 70b89415ded9 -r 8846ceea5e7a devel/cvs/patches/patch-an
--- a/devel/cvs/patches/patch-an        Thu Sep 09 22:26:09 2004 +0000
+++ b/devel/cvs/patches/patch-an        Thu Sep 09 22:26:17 2004 +0000
@@ -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 -r 70b89415ded9 -r 8846ceea5e7a devel/cvs/patches/patch-ar
--- a/devel/cvs/patches/patch-ar        Thu Sep 09 22:26:09 2004 +0000
+++ b/devel/cvs/patches/patch-ar        Thu Sep 09 22:26:17 2004 +0000
@@ -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 @@
  
  #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 @@
        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 @@
  
      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 -r 70b89415ded9 -r 8846ceea5e7a devel/cvs/patches/patch-au
--- a/devel/cvs/patches/patch-au        Thu Sep 09 22:26:09 2004 +0000
+++ b/devel/cvs/patches/patch-au        Thu Sep 09 22:26:17 2004 +0000
@@ -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 @@
            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 -r 70b89415ded9 -r 8846ceea5e7a devel/cvs/patches/patch-av
--- a/devel/cvs/patches/patch-av        Thu Sep 09 22:26:09 2004 +0000
+++ b/devel/cvs/patches/patch-av        Thu Sep 09 22:26:17 2004 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index