svn commit: r363262 - in head/irc: bitchx/files bnc/files quirc/files
Adam Weinberger
adamw at FreeBSD.org
Mon Jul 28 21:57:03 UTC 2014
Author: adamw
Date: Mon Jul 28 21:57:01 2014
New Revision: 363262
URL: http://svnweb.freebsd.org/changeset/ports/363262
QAT: https://qat.redports.org/buildarchive/r363262/
Log:
Rename irc/ patch-xy patches to reflect the files they modify.
Added:
head/irc/bitchx/files/patch-include-config.h
- copied unchanged from r363257, head/irc/bitchx/files/patch-aq
head/irc/bnc/files/patch-Makefile.in
- copied unchanged from r363257, head/irc/bnc/files/patch-aa
head/irc/bnc/files/patch-bncsetup
- copied unchanged from r363257, head/irc/bnc/files/patch-ab
head/irc/quirc/files/patch-Makefile.in
- copied unchanged from r363257, head/irc/quirc/files/patch-aa
head/irc/quirc/files/patch-servertcl.cc
- copied unchanged from r363257, head/irc/quirc/files/patch-ac
head/irc/quirc/files/patch-tcl.cc
- copied unchanged from r363257, head/irc/quirc/files/patch-ab
Deleted:
head/irc/bitchx/files/patch-aq
head/irc/bnc/files/patch-aa
head/irc/bnc/files/patch-ab
head/irc/quirc/files/patch-aa
head/irc/quirc/files/patch-ab
head/irc/quirc/files/patch-ac
Copied: head/irc/bitchx/files/patch-include-config.h (from r363257, head/irc/bitchx/files/patch-aq)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/irc/bitchx/files/patch-include-config.h Mon Jul 28 21:57:01 2014 (r363262, copy of r363257, head/irc/bitchx/files/patch-aq)
@@ -0,0 +1,33 @@
+--- include/config.h.old Wed Mar 14 11:20:48 2001
++++ include/config.h Wed Mar 14 11:23:51 2001
+@@ -225,7 +225,7 @@
+ * in the client. defining this variable to 1 allows that happen. It also
+ * adds a HEBREW_TOGGLE variable which can turn this feature on/off
+ */
+-#undef WANT_HEBREW
++#define WANT_HEBREW
+
+ /* 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
+@@ -480,9 +480,9 @@
+ #define DEFAULT_AINV 0
+ #define DEFAULT_ANNOY_KICK OFF
+ #define DEFAULT_AOP_VAR OFF
+-#define DEFAULT_AUTO_AWAY ON
+-#define DEFAULT_KICK_OPS ON
+-#define DEFAULT_AUTO_REJOIN ON
++#define DEFAULT_AUTO_AWAY OFF
++#define DEFAULT_KICK_OPS OFF
++#define DEFAULT_AUTO_REJOIN OFF
+ #define DEFAULT_DEOPFLOOD ON
+ #if defined(__EMXPM__) || defined(WIN32)
+ #define DEFAULT_CODEPAGE 437
+@@ -684,7 +684,7 @@
+ #endif
+
+ #undef PARANOID /* #define this if your paranoid about dcc hijacking */
+-#undef WANT_CHAN_NICK_SERV /* do we want to include some chan/nick/oper server commands */
++#define WANT_CHAN_NICK_SERV /* do we want to include some chan/nick/oper server commands */
+
+ /* new epic stuff */
+ #define OLD_STATUS_S_EXPANDO_BEHAVIOR
Copied: head/irc/bnc/files/patch-Makefile.in (from r363257, head/irc/bnc/files/patch-aa)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/irc/bnc/files/patch-Makefile.in Mon Jul 28 21:57:01 2014 (r363262, copy of r363257, head/irc/bnc/files/patch-aa)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Fri Jun 15 14:29:22 2001
++++ Makefile.in Fri Jun 15 14:29:40 2001
+@@ -6,7 +6,7 @@
+ STRIP = strip
+ CC = gcc
+
+-ALL: bnc mkpasswd
++all: bnc mkpasswd
+
+ mkpasswd:mkpasswd.c
+ ${CC} ${OPTS} ${COPT} ${LIBS} -o mkpasswd mkpasswd.c
Copied: head/irc/bnc/files/patch-bncsetup (from r363257, head/irc/bnc/files/patch-ab)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/irc/bnc/files/patch-bncsetup Mon Jul 28 21:57:01 2014 (r363262, copy of r363257, head/irc/bnc/files/patch-ab)
@@ -0,0 +1,37 @@
+--- bncsetup.orig Wed Mar 17 07:31:19 1999
++++ bncsetup Thu Mar 18 01:51:47 1999
+@@ -12,15 +12,9 @@
+ exit $1
+ }
+
+-if ! [ -e ./mkpasswd ]
+-then
+- echo "You need to Make the package before you can use this script"
+- echo "(required ./mkpasswd)"
+- bsclean 0
+-fi
+
+ echo "BAD\$" > $TMPFILE
+-echo "Test" | ./mkpasswd -s >> $TMPFILE
++echo "Test" | mkpasswd -s >> $TMPFILE
+ CRCYS=$(cat $TMPFILE | grep '\$' | tail -1 )
+
+
+@@ -149,13 +143,13 @@
+
+ if [ x$ERRORLEVEL = x0 ]
+ then
+- if [ -x ./mkpasswd ]
++ if [ -x @PREFIX@/bin/mkpasswd ]
+ then
+- SUPERPASS="+"$(echo "$SUPERPASS" | ./mkpasswd -s)
+- BNCPASS="+"$(echo "$BNCPASS" | ./mkpasswd -s)
++ SUPERPASS="+"$(echo "$SUPERPASS" | mkpasswd -s)
++ BNCPASS="+"$(echo "$BNCPASS" | mkpasswd -s)
+ else
+ clear
+- echo "You have not did ./configure and make so there is no ./mkpasswd"
++ echo "You have not did ./configure and make so there is no mkpasswd"
+ echo "This program is required to produce the encryption"
+ bsclean 0
+ fi
Copied: head/irc/quirc/files/patch-Makefile.in (from r363257, head/irc/quirc/files/patch-aa)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/irc/quirc/files/patch-Makefile.in Mon Jul 28 21:57:01 2014 (r363262, copy of r363257, head/irc/quirc/files/patch-aa)
@@ -0,0 +1,20 @@
+--- Makefile.in.orig Tue Jan 13 16:23:10 2004
++++ Makefile.in Tue Feb 3 23:03:59 2004
+@@ -210,7 +210,7 @@
+ target_alias = @target_alias@
+
+ # Data files
+-SUBDIRS = data doc
++SUBDIRS = data
+
+ # Source in order of C, C++, derived C++
+ # Removed arlib.c
+@@ -709,7 +709,7 @@
+
+ info-am:
+
+-install-data-am: install-docDATA
++install-data-am:
+
+ install-exec-am: install-binPROGRAMS install-exec-local
+
Copied: head/irc/quirc/files/patch-servertcl.cc (from r363257, head/irc/quirc/files/patch-ac)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/irc/quirc/files/patch-servertcl.cc Mon Jul 28 21:57:01 2014 (r363262, copy of r363257, head/irc/quirc/files/patch-ac)
@@ -0,0 +1,7 @@
+--- servertcl.cc.orig Thu May 22 14:12:56 2003
++++ servertcl.cc Thu May 22 14:13:04 2003
+@@ -1,3 +1,4 @@
++#include <ctype.h>
+ #include <sys/types.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
Copied: head/irc/quirc/files/patch-tcl.cc (from r363257, head/irc/quirc/files/patch-ab)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/irc/quirc/files/patch-tcl.cc Mon Jul 28 21:57:01 2014 (r363262, copy of r363257, head/irc/quirc/files/patch-ab)
@@ -0,0 +1,7 @@
+--- tcl.cc.orig Thu May 22 14:09:11 2003
++++ tcl.cc Thu May 22 14:09:21 2003
+@@ -1,3 +1,4 @@
++#include <ctype.h>
+ #include <sys/time.h>
+ #include <unistd.h>
+ #include <sys/socket.h>
More information about the svn-ports-head
mailing list