From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 1 06:33:12 2009 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B1EA1065690 for ; Sun, 1 Feb 2009 06:33:12 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.freebsd.org (Postfix) with ESMTP id 1624B8FC1F for ; Sun, 1 Feb 2009 06:33:11 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.14.3/8.14.3) with ESMTP id n115xvbp019709; Sun, 1 Feb 2009 13:59:57 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.14.3/8.14.3/Submit) id n115xvvl083461; Sun, 1 Feb 2009 13:59:57 +0800 (CST) (envelope-from rafan) Date: Sun, 1 Feb 2009 13:59:57 +0800 From: Rong-En Fan To: FreeBSD-gnats-submit@FreeBSD.ORG, freebsd-ports-bugs@FreeBSD.ORG Message-ID: <20090201055957.GD15740@svm.csie.ntu.edu.tw> References: <200902010513.n115DFwU019603@svm.csie.ntu.edu.tw> <200902010520.n115K2NA043948@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <200902010520.n115K2NA043948@freefall.freebsd.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: Re: ports/131238: [PATCH] x11/luit: luit can't find locale.alias, fix it X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 06:33:12 -0000 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