1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

o Nasty fix to deal with "Why some files are bzip2's ????"

BX runs well without bzip2. Not that good to introduce another
  RUN_DEPENDS spam.

o Add 2 patch files I forgot in previous commit.
This commit is contained in:
Clive Lin 2001-03-15 21:45:12 +00:00
parent 39cba59c63
commit f9ca2d0669
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39900
3 changed files with 47 additions and 1 deletions

View File

@ -69,10 +69,11 @@ CONFIGURE_ARGS+=--without-plugins
PLIST_SUB+= PLUGINS:="@comment "
.endif
.if defined(WITH_LATIN)
pre-patch:
.if defined(WITH_LATIN)
@${PERL} -pi -e "s!#undef LATIN1!#define LATIN1!" ${WRKSRC}/include/config.h
.endif
@${PERL} -pi -e "s!bzip2!true!g" ${WRKSRC}/Makefile.in
pre-extract:
@${ECHO} "Available switches:"

12
irc/bitchx/files/patch-ap Normal file
View File

@ -0,0 +1,12 @@
--- Makefile.in.orig Tue Mar 13 18:40:31 2001
+++ Makefile.in Tue Mar 13 18:42:58 2001
@@ -114,8 +114,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@

33
irc/bitchx/files/patch-aq Normal file
View File

@ -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
@@ -468,7 +468,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
@@ -498,9 +498,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
@@ -702,7 +702,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