Skip site navigation (1)Skip section navigation (2)
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:   [PATCH] x11/luit: luit can't find locale.alias, fix it
Message-ID:  <200902010513.n115DFwU019603@svm.csie.ntu.edu.tw>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	Rong-En Fan
>Organization:	NTU CSIE
>Confidential:	no 
>Synopsis:	[PATCH] x11/luit: luit can't find locale.alias, fix it
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD
>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 ---




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902010513.n115DFwU019603>