summaryrefslogtreecommitdiff
path: root/net/ircII
diff options
context:
space:
mode:
authormrg <mrg>1999-08-24 14:30:06 +0000
committermrg <mrg>1999-08-24 14:30:06 +0000
commitf69ad1d10ae683efbe620050264267599d72f8f7 (patch)
treef21d757ab920bd07a25d1e4d953fef09edb11850 /net/ircII
parent33380a2e9f672067a1e0dc2de676acf2b4b9d1f1 (diff)
downloadpkgsrc-f69ad1d10ae683efbe620050264267599d72f8f7.tar.gz
add a patch to find "cast.c" automatically, comes from ircII CVS tree.
Diffstat (limited to 'net/ircII')
-rw-r--r--net/ircII/files/patch-sum4
-rw-r--r--net/ircII/patches/patch-aa40
-rw-r--r--net/ircII/patches/patch-ab36
3 files changed, 79 insertions, 1 deletions
diff --git a/net/ircII/files/patch-sum b/net/ircII/files/patch-sum
index 8625e1cc439..25e08d1d4c0 100644
--- a/net/ircII/files/patch-sum
+++ b/net/ircII/files/patch-sum
@@ -1,3 +1,5 @@
-$NetBSD: patch-sum,v 1.3 1999/08/23 12:27:12 mrg Exp $
+$NetBSD: patch-sum,v 1.4 1999/08/24 14:30:06 mrg Exp $
+MD5 (patch-aa) = 59b9c7f0d3f0ce1fbe02d05082883e8a
+MD5 (patch-ab) = d2b9801c6a90b12297cd55d3553a8898
MD5 (patch-ac) = 4b0bf240192de32ded62074ccab52028
diff --git a/net/ircII/patches/patch-aa b/net/ircII/patches/patch-aa
new file mode 100644
index 00000000000..95add535f8b
--- /dev/null
+++ b/net/ircII/patches/patch-aa
@@ -0,0 +1,40 @@
+$NetBSD: patch-aa,v 1.4 1999/08/24 14:30:07 mrg Exp $
+
+Index: configure.in
+===================================================================
+RCS file: /home/cvs/ircii/configure.in,v
+retrieving revision 1.114
+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
+ ;;
+ esac ],
+- if test -f source/cast.c; then
++ if test -f ${srcdir}/source/cast.c; then
+ AC_MSG_RESULT(yes)
+ AC_DEFINE_UNQUOTED(USE_CAST, 1)
+ CAST_SRC=cast.c
diff --git a/net/ircII/patches/patch-ab b/net/ircII/patches/patch-ab
new file mode 100644
index 00000000000..fb00b971f09
--- /dev/null
+++ b/net/ircII/patches/patch-ab
@@ -0,0 +1,36 @@
+$NetBSD: patch-ab,v 1.4 1999/08/24 14:30:08 mrg Exp $
+
+Index: configure
+===================================================================
+RCS file: /home/cvs/ircii/configure,v
+retrieving revision 2.76
+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
+ else
+- if test -f source/cast.c; then
++ if test -f ${srcdir}/source/cast.c; then
+ echo "$ac_t""yes" 1>&6
+ cat >> confdefs.h <<EOF
+ #define USE_CAST 1