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@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->freebsd-x11 Over to maintainer (via the GNATS Auto Assign Tool)
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
State Changed From-To: open->closed Committed. Thanks!
rafan 2009-02-03 14:21:00 UTC FreeBSD ports repository Modified files: x11/luit Makefile Log: - Make luit can find locale.alias after X.Org 7.4 upgrade. Without this, luit is broken as it can't find the locale alias file. - Bump PORTREVISION as package content changed PR: ports/131238 Submitted by: rafan Approved by: x11@ (flz) Revision Changes Path 1.4 +3 -0 ports/x11/luit/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"