ports/70249: BitchX port doesn't support hebrew

Amir Shalem amir at boom.org.il
Tue Aug 10 10:30:35 UTC 2004


>Number:         70249
>Category:       ports
>Synopsis:       BitchX port doesn't support hebrew
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 10 10:30:34 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Amir Shalem
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD active.ath.cx 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Mon Jul 26 10:46:25 IDT 2004 amir at active.ath.cx:/usr/obj/usr/src/sys/ACTIVE i386


>Description:
	BitchX includes hebrew support - displaying and editing
	but it isn't enabled by default.

	This patch enable the toggle of hebrew in BitchX to work.

	the toggle HEBREW_TOGGLE is disabled by default
        in BitchX, so this patch wont effect other users.

>How-To-Repeat:
	/set HEBREW_TOGGLE on
	and hebrew still doesn't work.

>Fix:
	Apply this patch:
	
--- files/patch-aq.old	Mon Sep 22 23:31:02 2003
+++ files/patch-aq	Tue Aug 10 13:20:06 2004
@@ -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 */

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list