[PATCH] x11/luit: luit can't find locale.alias, fix it

Rong-En Fan rafan at freebsd.org
Sat Jan 31 21:25:51 PST 2009


>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 at 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 at 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 ---



More information about the freebsd-x11 mailing list