Date: Fri, 16 Sep 2005 03:34:31 -0400 (EDT) From: Scott Robbins <scottro@scottro.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/86202: [patch] Adding Japanese (EUC only) support to mrxvt Message-ID: <20050916073431.371FA4476@mail.scottro.net> Resent-Message-ID: <200509160740.j8G7eQJb067091@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050916073431.371FA4476>