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

Rong-En Fan rafan at FreeBSD.ORG
Sat Jan 31 22:00:19 PST 2009


The following reply was made to PR ports/131238; it has been noted by GNATS.

From: Rong-En Fan <rafan at FreeBSD.ORG>
To: FreeBSD-gnats-submit at FreeBSD.ORG, freebsd-ports-bugs at 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 at 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


More information about the freebsd-x11 mailing list