Date: Sun, 1 Feb 2009 06:00:18 GMT From: Rong-En Fan <rafan@FreeBSD.ORG> To: freebsd-x11@FreeBSD.org Subject: Re: ports/131238: [PATCH] x11/luit: luit can't find locale.alias, fix it Message-ID: <200902010600.n1160I1S074158@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/131238; it has been noted by GNATS. From: Rong-En Fan <rafan@FreeBSD.ORG> To: FreeBSD-gnats-submit@FreeBSD.ORG, freebsd-ports-bugs@FreeBSD.ORG Cc: Subject: Re: ports/131238: [PATCH] x11/luit: luit can't find locale.alias, fix it Date: Sun, 1 Feb 2009 13:59:57 +0800 updated patch, using --datadir that matches x11/libX11 seems better. Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/x11/luit/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 23 Jan 2009 16:28:15 -0000 1.3 +++ Makefile 1 Feb 2009 05:25:45 -0000 @@ -7,6 +7,7 @@ =20 PORTNAME=3D luit PORTVERSION=3D 1.0.3 +PORTREVISION=3D 1 CATEGORIES=3D x11 =20 MAINTAINER=3D x11@FreeBSD.org @@ -15,6 +16,8 @@ XORG_CAT=3D app USE_XORG=3D x11 fontenc =20 +CONFIGURE_ARGS=3D --datadir=3D${LOCALBASE}/lib + PLIST_FILES=3D bin/luit =20 MAN1=3D luit.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902010600.n1160I1S074158>