aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-02-26 05:06:14 +0000
committerSteve Price <steve@FreeBSD.org>2001-02-26 05:06:14 +0000
commit73363c53533c2088d313811692e0ba3f8cf0b029 (patch)
treee48ce2413b12dc761098acc330a810a9db10c3e7 /irc
parent32e6aa0f32611a327751b77d3b644924e844901e (diff)
downloadports-73363c53533c2088d313811692e0ba3f8cf0b029.tar.gz
ports-73363c53533c2088d313811692e0ba3f8cf0b029.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/bitchx/Makefile2
-rw-r--r--irc/bitchx/files/patch-am11
-rw-r--r--irc/bitchx/files/patch-an11
-rw-r--r--irc/bitchx/files/patch-ao11
4 files changed, 34 insertions, 1 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile
index f497df003cb6..0127929b86a7 100644
--- a/irc/bitchx/Makefile
+++ b/irc/bitchx/Makefile
@@ -7,7 +7,7 @@
PORTNAME= BitchX
PORTVERSION= 1.0c17
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= irc gnome
MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \
ftp://ftp.bitchx.org/pub/BitchX/source/
diff --git a/irc/bitchx/files/patch-am b/irc/bitchx/files/patch-am
new file mode 100644
index 000000000000..52b9eaa78833
--- /dev/null
+++ b/irc/bitchx/files/patch-am
@@ -0,0 +1,11 @@
+--- include/ircaux.h.orig Sun Feb 25 00:03:55 2001
++++ include/ircaux.h Sun Feb 25 00:04:27 2001
+@@ -18,7 +18,7 @@
+ #include <stdio.h>
+ #ifdef WANT_TCL
+ #undef USE_TCLALLOC
+-#include <tcl.h>
++#include "tcl.h"
+ #endif
+
+ typedef int comp_len_func (char *, char *, int);
diff --git a/irc/bitchx/files/patch-an b/irc/bitchx/files/patch-an
new file mode 100644
index 000000000000..43c0396118db
--- /dev/null
+++ b/irc/bitchx/files/patch-an
@@ -0,0 +1,11 @@
+--- include/tcl_bx.h.orig Sun Feb 25 00:05:19 2001
++++ include/tcl_bx.h Sun Feb 25 00:05:39 2001
+@@ -27,7 +27,7 @@
+ #ifdef WANT_TCL
+
+
+-#include <tcl.h>
++#include "tcl.h"
+ extern Tcl_Interp *tcl_interp;
+ void check_tcl_tand (char *, char *, char *);
+ void check_tcl_msgm (char *, char *, char *, char *, char *);
diff --git a/irc/bitchx/files/patch-ao b/irc/bitchx/files/patch-ao
new file mode 100644
index 000000000000..592f01cbdf11
--- /dev/null
+++ b/irc/bitchx/files/patch-ao
@@ -0,0 +1,11 @@
+--- source/tcl_public.c.orig Sun Feb 25 00:08:23 2001
++++ source/tcl_public.c Sun Feb 25 00:08:35 2001
+@@ -37,7 +37,7 @@
+ };
+
+ #ifdef WANT_TCL
+-#include <tcl.h>
++#include "tcl.h"
+
+ /*
+ * I wish to thank vore!vore@domination.ml.org for pushing me