mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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:
parent
8dd145170d
commit
e4062bf4c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115915
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user