Bug 131238 - [PATCH] x11/luit: luit can't find locale.alias, fix it
Summary: [PATCH] x11/luit: luit can't find locale.alias, fix it
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-01 05:20 UTC by Rong-En Fan
Modified: 2009-02-03 14:30 UTC (History)
1 user (show)

See Also:


Attachments
luit-1.0.3_1.patch (563 bytes, patch)
2009-02-01 05:20 UTC, Rong-En Fan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rong-En Fan freebsd_committer freebsd_triage 2009-02-01 05:20:02 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-01 05:24:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-x11

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2009-02-01 05:59:57 UTC
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
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2009-02-03 14:21:06 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-02-03 14:21:14 UTC
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"