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

Rong-En Fan rafan at FreeBSD.org
Sun Feb 1 05:20:34 UTC 2009


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

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list