aboutsummaryrefslogtreecommitdiff
path: root/irc/bitchx/files
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2012-09-16 14:16:20 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2012-09-16 14:16:20 +0000
commit16aee7d8de334264ad58f504dcff0e79fc403d31 (patch)
tree31e8df4ff27ae0385ef32404e4c342245fa7aed5 /irc/bitchx/files
parent175daba6f738589bc71c2330d1d3ea7f34c72a60 (diff)
Notes
Diffstat (limited to 'irc/bitchx/files')
-rw-r--r--irc/bitchx/files/patch-amd64_fix12
-rw-r--r--irc/bitchx/files/patch-ap11
-rw-r--r--irc/bitchx/files/patch-aq9
-rw-r--r--irc/bitchx/files/patch-configure132
-rw-r--r--irc/bitchx/files/patch-funny.c14
-rw-r--r--irc/bitchx/files/patch-source_gcc_fix36
-rw-r--r--irc/bitchx/files/patch-source_server_c12
7 files changed, 0 insertions, 226 deletions
diff --git a/irc/bitchx/files/patch-amd64_fix b/irc/bitchx/files/patch-amd64_fix
index bd73ca030e38..51dfe89a9ac7 100644
--- a/irc/bitchx/files/patch-amd64_fix
+++ b/irc/bitchx/files/patch-amd64_fix
@@ -14,18 +14,6 @@ diff -ur BitchX.orig/include/module.h BitchX/include/module.h
#ifdef WANT_DLL
#ifdef HPUX
-diff -ur BitchX.orig/include/modval.h BitchX/include/modval.h
---- BitchX.orig/include/modval.h Fri Apr 11 03:09:07 2003
-+++ include/modval.h Sun Jan 8 17:18:15 2006
-@@ -318,7 +318,7 @@
- #define show_window(x) ((void) (global[SHOW_WINDOW]((Window *)x)))
- #define get_status_by_refnum(x, y) ((char *) (global[GET_STATUS_BY_REFNUM]((unsigned int)x, (unsigned int)y)))
- #define get_visible_by_refnum(x) ((int) (global[GET_VISIBLE_BY_REFNUM]((char *)x)))
--#define get_window_by_desc(x) ((Window *) (global[GET_WINDOW_BY_DESC]((unsigned int)x)))
-+#define get_window_by_desc(x) ((Window *) (global[GET_WINDOW_BY_DESC]((unsigned long)x)))
- #define get_window_by_refnum(x) ((Window *) (global[GET_WINDOW_BY_REFNUM]((unsigned int)x)))
- #define get_window_by_name(x) ((Window *) (global[GET_WINDOW_BY_NAME]((char *)x)))
- #define next_window(x, y) ((void) (global[FUNC_NEXT_WINDOW]((char)x, (char *)y)))
diff -ur BitchX.orig/source/screen.c BitchX/source/screen.c
--- BitchX.orig/source/screen.c Thu Jul 31 09:01:08 2003
+++ source/screen.c Sun Jan 8 17:18:18 2006
diff --git a/irc/bitchx/files/patch-ap b/irc/bitchx/files/patch-ap
deleted file mode 100644
index 9d64127a3cb2..000000000000
--- a/irc/bitchx/files/patch-ap
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Mon Mar 5 21:30:04 2001
-+++ Makefile.in Fri Apr 19 15:09:40 2002
-@@ -115,7 +115,7 @@
- # This command will be used to install the BitchX help files. If you don't
- # want to install them, replace with the following:
- # INSTALL_HELP_CMD = @echo The help files have not been installed.
--INSTALL_HELP_CMD = @INSTALL_HELP_CMD@
-+INSTALL_HELP_CMD = echo
-
- # This is where the optional plugins will be copied to.
- PLUGINDIR = @PLUGINDIR@
diff --git a/irc/bitchx/files/patch-aq b/irc/bitchx/files/patch-aq
index 226680a1dcf1..7c46ba4760f5 100644
--- a/irc/bitchx/files/patch-aq
+++ b/irc/bitchx/files/patch-aq
@@ -9,15 +9,6 @@
/* if you use cidentd the filename is called .authlie instead of .noident.
* as well some modifications to the format of the file were made. So we
-@@ -449,7 +449,7 @@
- #define DEFAULT_FTP_GRAB OFF
- #define DEFAULT_HTTP_GRAB OFF
- #define DEFAULT_HELP_WINDOW OFF
--#define DEFAULT_NICK_COMPLETION ON
-+#define DEFAULT_NICK_COMPLETION OFF
- #define DEFAULT_NICK_COMPLETION_LEN 2
- #define DEFAULT_NICK_COMPLETION_TYPE 0 /* 0 1 2 */
- #define DEFAULT_NOTIFY ON
@@ -480,9 +480,9 @@
#define DEFAULT_AINV 0
#define DEFAULT_ANNOY_KICK OFF
diff --git a/irc/bitchx/files/patch-configure b/irc/bitchx/files/patch-configure
deleted file mode 100644
index adfd9761cb20..000000000000
--- a/irc/bitchx/files/patch-configure
+++ /dev/null
@@ -1,132 +0,0 @@
---- configure.orig 2003-04-11 05:09:04.000000000 +0400
-+++ configure 2009-11-04 07:09:50.000000000 +0300
-@@ -11830,100 +11830,27 @@
- echo $ECHO_N "checking whether to enable IPv6 support... $ECHO_C" >&6
- # Check whether --enable-ipv6 or --disable-ipv6 was given.
- if test "${enable_ipv6+set}" = set; then
-- enableval="$enable_ipv6"
-- case "$enableval" in
-+ enableval=$enable_ipv6; case "$enableval" in
- yes)
-- case "$(uname -s)" in
-- Linux)
-- if test -d "/usr/inet6/include"; then
-- CFLAGS="$CFLAGS -I/usr/inet6/include"
-- LIBS="-L/usr/inet6/lib -linet6 $LIBS"
-- echo "$as_me:$LINENO: result: yes (libinet6)" >&5
--echo "${ECHO_T}yes (libinet6)" >&6
-+ { $as_echo "$as_me:$LINENO: result: yes (notchecked)" >&5
-+$as_echo "yes (notchecked)" >&6; }
-
- cat >>confdefs.h <<\_ACEOF
- #define IPV6 1
- _ACEOF
-
-- else
-- if test -d "/usr/local/v6/lib"; then
-- LIBS="-L/usr/local/v6/lib -linet6 $LIBS"
-- echo "$as_me:$LINENO: result: yes (freebsd+kame)" >&5
--echo "${ECHO_T}yes (freebsd+kame)" >&6
--
--cat >>confdefs.h <<\_ACEOF
--#define IPV6 1
--_ACEOF
--
-- else
-- if test "$cross_compiling" = yes; then
-- { echo "$as_me:$LINENO: WARNING: cross-compiling: assuming no ipv6" >&5
--echo "$as_me: WARNING: cross-compiling: assuming no ipv6" >&2;}
-+ ;;
-+ *)
-+ { $as_echo "$as_me:$LINENO: result: no" >&5
-+$as_echo "no" >&6; }
-+ ;;
-+ esac
- else
-- cat >conftest.$ac_ext <<_ACEOF
--#line $LINENO "configure"
--#include "confdefs.h"
--
-- int main()
-- {
-- #if !defined(__GLIBC__) || (__GLIBC__ < 2)
-- #define NO_GLIBC_2 1
-- #endif
--
-- if (NO_GLIBC_2)
-- exit(0);
-- else
-- exit(1);
-- }
--_ACEOF
--rm -f conftest$ac_exeext
--if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-- (eval $ac_link) 2>&5
-- ac_status=$?
-- echo "$as_me:$LINENO: \$? = $ac_status" >&5
-- (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-- (eval $ac_try) 2>&5
-- ac_status=$?
-- echo "$as_me:$LINENO: \$? = $ac_status" >&5
-- (exit $ac_status); }; }; then
-- echo "$as_me:$LINENO: result: yes (glibc2)" >&5
--echo "${ECHO_T}yes (glibc2)" >&6
-+ { $as_echo "$as_me:$LINENO: result: no" >&5
-+$as_echo "no" >&6; }
-
--cat >>confdefs.h <<\_ACEOF
--#define IPV6 1
--_ACEOF
--
--
--else
-- echo "$as_me: program exited with status $ac_status" >&5
--echo "$as_me: failed program was:" >&5
--cat conftest.$ac_ext >&5
--( exit $ac_status )
--echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
--fi
--rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
- fi
-- fi
-- fi
-- ;;
-- *)
-- echo "$as_me:$LINENO: result: no (ipv6 support can currently be enabled on Linux only)" >&5
--echo "${ECHO_T}no (ipv6 support can currently be enabled on Linux only)" >&6
-- ;;
-- esac
-- ;;
-- no)
-- echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-- ;;
-- esac
--else
-- echo "$as_me:$LINENO: result: no" >&5
--echo "${ECHO_T}no" >&6
-
--fi;
-
- echo "$as_me:$LINENO: checking whether to enable SOCKS support" >&5
- echo $ECHO_N "checking whether to enable SOCKS support... $ECHO_C" >&6
-@@ -12609,7 +12536,7 @@
- system="unknown"
- else
- if test -r "/etc/.relid" -a x"`uname -n`" = x"`uname -s`"; then
-- system="MP-RAS-`$AWK '{print }' /etc/.relid'`"
-+ system="MP-RAS-`$AWK '{print $3}' /etc/.relid`"
- fi
- fi
- fi
-@@ -13877,7 +13804,7 @@
- system="unknown"
- else
- if test -r "/etc/.relid" -a x"`uname -n`" = x"`uname -s`"; then
-- system="MP-RAS-`$AWK '{print }' /etc/.relid'`"
-+ system="MP-RAS-`$AWK '{print $3}' /etc/.relid`"
- fi
- fi
- fi
diff --git a/irc/bitchx/files/patch-funny.c b/irc/bitchx/files/patch-funny.c
deleted file mode 100644
index fa7eb1217ad0..000000000000
--- a/irc/bitchx/files/patch-funny.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- source/funny.c 2003-02-20 16:37:07.000000000 +0000
-+++ source/funny.c 2003-02-20 16:39:13.000000000 +0000
-@@ -261,6 +261,11 @@
- channel = Args[1];
- line = Args[2];
-
-+ if (channel == NULL || line == NULL) {
-+ bitchsay("Invalid number of arguments for %s", __FUNCTION__);
-+ return;
-+ }
-+
- ptr = line;
- while (*ptr)
- {
diff --git a/irc/bitchx/files/patch-source_gcc_fix b/irc/bitchx/files/patch-source_gcc_fix
deleted file mode 100644
index ba36272ccf1d..000000000000
--- a/irc/bitchx/files/patch-source_gcc_fix
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -ru source.orig/ctcp.c source/ctcp.c
---- source.orig/ctcp.c 2003-05-26 23:00:22.000000000 -0800
-+++ source/ctcp.c 2008-01-28 07:31:56.000000000 -0900
-@@ -176,7 +176,7 @@
-
- /* CDE do ops and unban logging */
-
--static char *ctcp_type[] =
-+char *ctcp_type[] =
- {
- "PRIVMSG",
- "NOTICE"
-diff -ru source.orig/term.c source/term.c
---- source.orig/term.c 2003-04-10 17:09:07.000000000 -0800
-+++ source/term.c 2008-01-28 07:58:45.000000000 -0900
-@@ -92,7 +92,7 @@
- #endif
-
- extern char *getenv();
--extern char *tparm();
-+
-
- /*
- * The old code assumed termcap. termcap is almost always present, but on
-diff -ru source.orig/timer.c source/timer.c
---- source.orig/timer.c 2003-04-10 17:09:07.000000000 -0800
-+++ source/timer.c 2008-01-28 08:00:29.000000000 -0900
-@@ -148,7 +148,7 @@
- * This is put here on purpose -- we dont want any of the above functions
- * to have any knowledge of this struct.
- */
--static TimerList *PendingTimers;
-+TimerList *PendingTimers;
- static char *schedule_timer (TimerList *ntimer);
-
- static char *current_exec_timer = empty_string;
diff --git a/irc/bitchx/files/patch-source_server_c b/irc/bitchx/files/patch-source_server_c
deleted file mode 100644
index 5910cca38940..000000000000
--- a/irc/bitchx/files/patch-source_server_c
+++ /dev/null
@@ -1,12 +0,0 @@
-$OpenBSD: patch-source_server_c,v 1.1 2003/04/16 09:04:24 avsm Exp $
---- source/server.c.orig Mon Apr 14 23:56:28 2003
-+++ source/server.c Mon Apr 14 23:56:59 2003
-@@ -144,7 +144,7 @@ void close_server (int cs_index, char *m
- if (x_debug & DEBUG_OUTBOUND)
- yell("Closing server %d because [%s]",
- cs_index, message ? message : empty_string);
-- snprintf(buffer, BIG_BUFFER_SIZE, "QUIT :%s\n", message);
-+ snprintf(buffer, sizeof buffer, "QUIT :%s\n", message);
- #ifdef HAVE_SSL
- if (get_server_ssl(cs_index))
- SSL_write(server_list[cs_index].ssl_fd, buffer, strlen(buffer));