From owner-svn-ports-all@FreeBSD.ORG Mon Jul 28 21:57:03 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53915FF6; Mon, 28 Jul 2014 21:57:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FEFE2873; Mon, 28 Jul 2014 21:57:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6SLv3PV028504; Mon, 28 Jul 2014 21:57:03 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6SLv2nL028496; Mon, 28 Jul 2014 21:57:02 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201407282157.s6SLv2nL028496@svn.freebsd.org> From: Adam Weinberger Date: Mon, 28 Jul 2014 21:57:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363262 - in head/irc: bitchx/files bnc/files quirc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2014 21:57:03 -0000 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 + #include + #include + #include 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 + #include + #include + #include