aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2001-02-26 13:06:14 +0800
committersteve <steve@FreeBSD.org>2001-02-26 13:06:14 +0800
commit53018eb4aab542280018b1ceb9340316533ecb50 (patch)
tree63f092ac7b6ed8e81dff83e42b1a538dafcae603 /irc
parentd61d2eec91de7f6113a2ce1f70602fa80a3dcc0a (diff)
downloadfreebsd-ports-gnome-53018eb4aab542280018b1ceb9340316533ecb50.tar.gz
freebsd-ports-gnome-53018eb4aab542280018b1ceb9340316533ecb50.tar.zst
freebsd-ports-gnome-53018eb4aab542280018b1ceb9340316533ecb50.zip
Allow this port to find tcl.h again so that it compiles.
PR: 24183 Submitted by: Darren Johnston <darren@tzeench.dhs.org>
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