From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 4 10:30:20 2004 Return-Path: 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 8D3A616A4D2 for ; Fri, 4 Jun 2004 10:30:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68DF543D39 for ; Fri, 4 Jun 2004 10:30:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i54HUDb0080695 for ; Fri, 4 Jun 2004 10:30:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i54HUDPN080694; Fri, 4 Jun 2004 10:30:13 -0700 (PDT) (envelope-from gnats) Resent-Date: Fri, 4 Jun 2004 10:30:13 -0700 (PDT) Resent-Message-Id: <200406041730.i54HUDPN080694@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, Andrey Slusar Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2931016A4CE for ; Fri, 4 Jun 2004 10:29:05 -0700 (PDT) Received: from mx0.rambler.ru (mx0.rambler.ru [81.19.66.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AA6743D54 for ; Fri, 4 Jun 2004 10:29:04 -0700 (PDT) (envelope-from vasallia@ukr.net) Received: from mailc.rambler.ru (mailc.rambler.ru [81.19.66.27]) by mx0.rambler.ru (Postfix) with ESMTP id 9546D42F4E0; Fri, 4 Jun 2004 21:29:01 +0400 (MSD) Received: from santinel.home.ua (225-54.dialup.alkar.net [212.86.225.54]) (authenticated bits=0) by mailc.rambler.ru (8.12.10/8.12.10) with ESMTP id i54HSvxB052342; Fri, 4 Jun 2004 21:29:00 +0400 (MSD) Received: from anray by santinel.home.ua with local (Exim 4.34; FreeBSD) id 1BWHSa-00034p-1M; Fri, 04 Jun 2004 19:22:24 +0300 Message-Id: Date: Fri, 04 Jun 2004 19:22:24 +0300 From: Andrey Slusar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: anthony.ginepro@laposte.net Subject: ports/67577: [PATCH] x11-wm/ion-2: add option WITH_MULTIBYTE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrey Slusar List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2004 17:30:20 -0000 >Number: 67577 >Category: ports >Synopsis: [PATCH] x11-wm/ion-2: add option WITH_MULTIBYTE >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 04 10:30:13 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Andrey Slusar >Release: FreeBSD 5.2-CURRENT i386 >Organization: Santinel >Environment: System: FreeBSD santinel.home.ua 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Tue Jun 1 12:02:59 EEST 2004 root@santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386 >Description: Mainteiner CC'ed. Without MB_SUPPORT ion-2 not working international menus - only english support: ion -i18n not working. Add define WITH_MULTIBYTE to port >How-To-Repeat: N/A >Fix: --- ion-2.diff begins here --- diff -ru ion-2/Makefile ion-2.new/Makefile --- ion-2/Makefile Wed Jun 2 08:06:01 2004 +++ ion-2.new/Makefile Fri Jun 4 19:04:46 2004 @@ -22,11 +22,18 @@ USE_LIBTOOL_VER=15 USE_X_PREFIX= yes USE_GMAKE= yes +.if defined(WITH_MULTIBYTE) +USE_REINPLACE= yes +.endif MAN1= ion.1 pwm.1 DOCSDIR= share/doc/ion # NO, I don't want to use configure but ion's author system.mk do-configure: +.if defined(WITH_MULTIBYTE) + @${REINPLACE_CMD} -e 's|DEFINES += -DCF_NO_MB_SUPPORT|#DEFINES += -DCF_NO_MB_SUPPORT|g' \ + ${WRKSRC}/system.mk +.endif .include --- ion-2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: