diff options
author | arved <arved@FreeBSD.org> | 2004-08-11 19:58:55 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-08-11 19:58:55 +0800 |
commit | 5bc8176057435f5b9f351db53518085346b9babc (patch) | |
tree | 39c1c5fcf1dea74f7835bada18bcb8bbd39b2e2c /irc | |
parent | f717b360b74968e5160ccb3291a68314ed20910a (diff) | |
download | freebsd-ports-gnome-5bc8176057435f5b9f351db53518085346b9babc.tar.gz freebsd-ports-gnome-5bc8176057435f5b9f351db53518085346b9babc.tar.zst freebsd-ports-gnome-5bc8176057435f5b9f351db53518085346b9babc.zip |
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.
Diffstat (limited to 'irc')
-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 */ |