diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-11 11:58:55 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-11 11:58:55 +0000 |
commit | e4062bf4c5ba021d9a11a351dfa5f070bc366e9c (patch) | |
tree | c23c1281fb93b1664726746e84baa8eb2e770656 /irc/bitchx | |
parent | - mark BROKEN for gcc34 (diff) |
enable Hebrew support
PR: 70249
Submitted by: Amir Shalem <amir@boom.org.il>
Drop maintainership, I have been using irssi for more than a year.
Notes
Notes:
svn path=/head/; revision=115915
Diffstat (limited to 'irc/bitchx')
-rw-r--r-- | irc/bitchx/Makefile | 2 | ||||
-rw-r--r-- | irc/bitchx/files/patch-aq | 15 |
2 files changed, 13 insertions, 4 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index d8cb76c53adc..645e063065db 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.bitchx.org/pub/BitchX/source/ \ DISTFILES= ircii-pana-${PORTVERSION}-final${EXTRACT_SUFX} EXTRACT_ONLY= ircii-pana-${PORTVERSION}-final${EXTRACT_SUFX} -MAINTAINER?= arved@FreeBSD.org +MAINTAINER?= ports@FreeBSD.org COMMENT?= "An alternative ircII color client with optional GTK/GNOME support" WRKSRC= ${WRKDIR}/BitchX diff --git a/irc/bitchx/files/patch-aq b/irc/bitchx/files/patch-aq index 3ba41fccd0d7..226680a1dcf1 100644 --- a/irc/bitchx/files/patch-aq +++ b/irc/bitchx/files/patch-aq @@ -1,6 +1,15 @@ --- 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 @@ +@@ -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 +@@ -449,7 +449,7 @@ #define DEFAULT_FTP_GRAB OFF #define DEFAULT_HTTP_GRAB OFF #define DEFAULT_HELP_WINDOW OFF @@ -9,7 +18,7 @@ #define DEFAULT_NICK_COMPLETION_LEN 2 #define DEFAULT_NICK_COMPLETION_TYPE 0 /* 0 1 2 */ #define DEFAULT_NOTIFY ON -@@ -498,9 +498,9 @@ +@@ -480,9 +480,9 @@ #define DEFAULT_AINV 0 #define DEFAULT_ANNOY_KICK OFF #define DEFAULT_AOP_VAR OFF @@ -22,7 +31,7 @@ #define DEFAULT_DEOPFLOOD ON #if defined(__EMXPM__) || defined(WIN32) #define DEFAULT_CODEPAGE 437 -@@ -702,7 +702,7 @@ +@@ -684,7 +684,7 @@ #endif #undef PARANOID /* #define this if your paranoid about dcc hijacking */ |