diff options
author | mrg <mrg@pkgsrc.org> | 1999-08-28 08:30:07 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 1999-08-28 08:30:07 +0000 |
commit | 9d1944b59dbfef1f2b1382ca49d09871361e5b87 (patch) | |
tree | 7dea13436e533c9c21fab96758ed233761166ad3 /net/ircII | |
parent | 9fb68f9095bf04784ef5b2f3da6ad4ad565a8b78 (diff) | |
download | pkgsrc-9d1944b59dbfef1f2b1382ca49d09871361e5b87.tar.gz |
mmmm, RCS is fun. fix these patches.
Diffstat (limited to 'net/ircII')
-rw-r--r-- | net/ircII/files/patch-sum | 6 | ||||
-rw-r--r-- | net/ircII/patches/patch-aa | 23 | ||||
-rw-r--r-- | net/ircII/patches/patch-ab | 19 |
3 files changed, 5 insertions, 43 deletions
diff --git a/net/ircII/files/patch-sum b/net/ircII/files/patch-sum index 71776b88c4f..a9f46150ba8 100644 --- a/net/ircII/files/patch-sum +++ b/net/ircII/files/patch-sum @@ -1,5 +1,5 @@ -$NetBSD: patch-sum,v 1.5 1999/08/27 21:18:58 tron Exp $ +$NetBSD: patch-sum,v 1.6 1999/08/28 08:30:07 mrg Exp $ -MD5 (patch-aa) = 710e6e1695fc0073368b44c4b427cb97 -MD5 (patch-ab) = e321af24682bf51d96f096811030e1a3 +MD5 (patch-aa) = 6c8c5c626a2b938410cc777e911f8f21 +MD5 (patch-ab) = e7e9e3fad70e81ba96735ab04b2470c9 MD5 (patch-ac) = 4b0bf240192de32ded62074ccab52028 diff --git a/net/ircII/patches/patch-aa b/net/ircII/patches/patch-aa index 95add535f8b..ddfcd76c1f1 100644 --- a/net/ircII/patches/patch-aa +++ b/net/ircII/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.4 1999/08/24 14:30:07 mrg Exp $ +$NetBSD: patch-aa,v 1.5 1999/08/28 08:30:08 mrg Exp $ Index: configure.in =================================================================== @@ -8,27 +8,6 @@ retrieving revision 1.115 diff -p -u -r1.114 -r1.115 --- configure.in 1999/08/23 12:05:58 1.114 +++ configure.in 1999/08/24 14:16:02 1.115 -@@ -31,9 +31,9 @@ dnl - dnl thanks to the screen 3.3 configure.in for giving me examples to - dnl work from and steal ;) - dnl --dnl @(#)$Id: patch-aa,v 1.4 1999/08/24 14:30:07 mrg Exp $ -+dnl @(#)$Id: patch-aa,v 1.4 1999/08/24 14:30:07 mrg Exp $ - --AC_REVISION($Revision: 1.4 $)dnl -+AC_REVISION($Revision: 1.4 $)dnl - AC_INIT(${srcdir}/source/irc.c) - AC_CONFIG_HEADER(${objdir}/defs.h:include/defs.h.in) - -@@ -53,7 +53,7 @@ CATEGORIES='build change-request doc pen - AC_SUBST(CATEGORIES) - - dnl so that the generated configure has an id. --echo '$Id: patch-aa,v 1.4 1999/08/24 14:30:07 mrg Exp $' > /dev/null -+echo '$Id: patch-aa,v 1.4 1999/08/24 14:30:07 mrg Exp $' > /dev/null - - dnl - dnl initial stuff @@ -734,7 +734,7 @@ AC_ARG_WITH(cast, CAST_SRC=cast.c ;; diff --git a/net/ircII/patches/patch-ab b/net/ircII/patches/patch-ab index fb00b971f09..fe6a9228922 100644 --- a/net/ircII/patches/patch-ab +++ b/net/ircII/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.4 1999/08/24 14:30:08 mrg Exp $ +$NetBSD: patch-ab,v 1.5 1999/08/28 08:30:08 mrg Exp $ Index: configure =================================================================== @@ -8,23 +8,6 @@ retrieving revision 2.77 diff -p -u -r2.76 -r2.77 --- configure 1999/08/23 12:06:10 2.76 +++ configure 1999/08/24 14:16:16 2.77 -@@ -1,6 +1,6 @@ - #! /bin/sh - --# From configure.in Revision: 1.114 # Guess values for system-dependent variables and create Makefiles. -+# From configure.in Revision: 1.115 # Guess values for system-dependent variables and create Makefiles. - # Generated automatically using autoconf version 2.13 - # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. - # -@@ -547,7 +547,7 @@ echo - CATEGORIES='build change-request doc pending runtime' - - --echo '$Id: patch-ab,v 1.4 1999/08/24 14:30:08 mrg Exp $' > /dev/null -+echo '$Id: patch-ab,v 1.4 1999/08/24 14:30:08 mrg Exp $' > /dev/null - - - # Extract the first word of "gcc", so it can be a program name with args. @@ -4072,7 +4072,7 @@ EOF ;; esac |