Date: Sun, 1 Feb 2009 13:13:15 +0800 (CST) From: Rong-En Fan <rafan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: x11@FreeBSD.org Subject: ports/131238: [PATCH] x11/luit: luit can't find locale.alias, fix it Message-ID: <200902010513.n115DFwU019603@svm.csie.ntu.edu.tw> Resent-Message-ID: <200902010520.n115K2Zr043955@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131238 >Category: ports >Synopsis: [PATCH] x11/luit: luit can't find locale.alias, fix it >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: Sun Feb 01 05:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD >Organization: NTU CSIE >Environment: >Description: It seems necessary after X.org 7.4 upgrade to add --with-localealiasfile again to luit. Otherwise, it can not find locale.alias correctly. Therefore, breaks itself. Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- luit-1.0.3_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/luit/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 23 Jan 2009 16:28:15 -0000 1.3 +++ Makefile 1 Feb 2009 05:12:16 -0000 @@ -7,6 +7,7 @@ PORTNAME= luit PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -15,6 +16,8 @@ XORG_CAT= app USE_XORG= x11 fontenc +CONFIGURE_ARGS= --with-localealiasfile=${LOCALBASE}/lib/X11/locale/locale.alias + PLIST_FILES= bin/luit MAN1= luit.1 --- luit-1.0.3_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902010513.n115DFwU019603>