ports/86202: [patch] Adding Japanese (EUC only) support to mrxvt
Scott Robbins
scottro at scottro.net
Fri Sep 16 07:40:27 UTC 2005
>Number: 86202
>Category: ports
>Synopsis: [patch] Adding Japanese (EUC only) support to mrxvt
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Sep 16 07:40:25 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Scott Robbins <scottro at nyc.rr.com>
>Release: FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD mail.scottro.net 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Sun Sep 11 14:06:46 EDT 2005 scottro at mail.scottro.net:/usr/src/sys/i386/compile/S11 i386
>Description:
Adds EUC Japanese support to the mrxvt xterminal. Tested on 7.0-CURRENTand 6.0BETA4
>How-To-Repeat:
>Fix:
--- Makefile Sat Sep 10 17:16:53 2005
+++ Makefile.new Fri Sep 16 03:10:54 2005
@@ -2,7 +2,7 @@
# Date created: 27 Nov 2004
# Whom: David Yeske <dyeske at yahoo.com>
#
-# $FreeBSD: /repoman/r/pcvs/ports/x11/mrxvt/Makefile,v 1.7 2005/07/22 22:38:58 pav Exp $
+# $FreeBSD: ports/x11/mrxvt/Makefile,v 1.7 2005/07/22 22:38:58 pav Exp $
#
PORTNAME= mrxvt
@@ -20,9 +20,21 @@
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
+.if defined(WITH_JAPANESE)
+CONFIGURE_ARGS+= --enable-xim --enable-cjk --with-encoding=eucj
+.endif # WITH_JAPANESE
+
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include" \
LIBS="${LIBS} -L${LOCALBASE}/lib -L${X11BASE}/lib"
+
+
+pre-everything::
+ @${ECHO_MSG} "=========================================>"
+ @${ECHO_MSG} "For Japanese support use make -DWITH_JAPANESE install"
+ @${ECHO_MSG} "=========================================>"
+
+
MAN1= mrxvt.1
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list