From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 16 07:40:26 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E46DE16A41F for ; Fri, 16 Sep 2005 07:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C49543D48 for ; Fri, 16 Sep 2005 07:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8G7eQoj067092 for ; Fri, 16 Sep 2005 07:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8G7eQJb067091; Fri, 16 Sep 2005 07:40:26 GMT (envelope-from gnats) Resent-Date: Fri, 16 Sep 2005 07:40:26 GMT Resent-Message-Id: <200509160740.j8G7eQJb067091@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D89CF16A41F for ; Fri, 16 Sep 2005 07:34:34 +0000 (GMT) (envelope-from scottro@scottro.net) Received: from ms-smtp-01.rdc-nyc.rr.com (ms-smtp-01-smtplb.rdc-nyc.rr.com [24.29.109.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B11443D45 for ; Fri, 16 Sep 2005 07:34:34 +0000 (GMT) (envelope-from scottro@scottro.net) Received: from mail.scottro.net (cpe-68-175-68-211.nyc.res.rr.com [68.175.68.211]) by ms-smtp-01.rdc-nyc.rr.com (8.12.10/8.12.7) with ESMTP id j8G7YJ1g010345 for ; Fri, 16 Sep 2005 03:34:20 -0400 (EDT) Received: by mail.scottro.net (Postfix, from userid 1001) id 371FA4476; Fri, 16 Sep 2005 03:34:31 -0400 (EDT) Message-Id: <20050916073431.371FA4476@mail.scottro.net> Date: Fri, 16 Sep 2005 03:34:31 -0400 (EDT) From: Scott Robbins To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/86202: [patch] Adding Japanese (EUC only) support to mrxvt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: scottro@nyc.rr.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 07:40:27 -0000 >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 >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 # -# $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: