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.
This commit is contained in:
Tilman Keskinoz 2004-08-11 11:58:55 +00:00
parent 8dd145170d
commit e4062bf4c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115915
2 changed files with 13 additions and 4 deletions

View file

@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.bitchx.org/pub/BitchX/source/ \
DISTFILES= ircii-pana-${PORTVERSION}-final${EXTRACT_SUFX} DISTFILES= ircii-pana-${PORTVERSION}-final${EXTRACT_SUFX}
EXTRACT_ONLY= 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" COMMENT?= "An alternative ircII color client with optional GTK/GNOME support"
WRKSRC= ${WRKDIR}/BitchX WRKSRC= ${WRKDIR}/BitchX

View file

@ -1,6 +1,15 @@
--- include/config.h.old Wed Mar 14 11:20:48 2001 --- include/config.h.old Wed Mar 14 11:20:48 2001
+++ include/config.h Wed Mar 14 11:23:51 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_FTP_GRAB OFF
#define DEFAULT_HTTP_GRAB OFF #define DEFAULT_HTTP_GRAB OFF
#define DEFAULT_HELP_WINDOW OFF #define DEFAULT_HELP_WINDOW OFF
@ -9,7 +18,7 @@
#define DEFAULT_NICK_COMPLETION_LEN 2 #define DEFAULT_NICK_COMPLETION_LEN 2
#define DEFAULT_NICK_COMPLETION_TYPE 0 /* 0 1 2 */ #define DEFAULT_NICK_COMPLETION_TYPE 0 /* 0 1 2 */
#define DEFAULT_NOTIFY ON #define DEFAULT_NOTIFY ON
@@ -498,9 +498,9 @@ @@ -480,9 +480,9 @@
#define DEFAULT_AINV 0 #define DEFAULT_AINV 0
#define DEFAULT_ANNOY_KICK OFF #define DEFAULT_ANNOY_KICK OFF
#define DEFAULT_AOP_VAR OFF #define DEFAULT_AOP_VAR OFF
@ -22,7 +31,7 @@
#define DEFAULT_DEOPFLOOD ON #define DEFAULT_DEOPFLOOD ON
#if defined(__EMXPM__) || defined(WIN32) #if defined(__EMXPM__) || defined(WIN32)
#define DEFAULT_CODEPAGE 437 #define DEFAULT_CODEPAGE 437
@@ -702,7 +702,7 @@ @@ -684,7 +684,7 @@
#endif #endif
#undef PARANOID /* #define this if your paranoid about dcc hijacking */ #undef PARANOID /* #define this if your paranoid about dcc hijacking */