From rafan@svm.csie.ntu.edu.tw  Sat Jun  2 19:17:33 2007
Return-Path: <rafan@svm.csie.ntu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 562A416A468
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Jun 2007 19:17:33 +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 EF9AD13C45A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Jun 2007 19:17:32 +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.1/8.14.1) with ESMTP id l52JHVDc035027;
	Sun, 3 Jun 2007 03:17:31 +0800 (CST)
	(envelope-from rafan@svm.csie.ntu.edu.tw)
Received: (from rafan@localhost)
	by svm.csie.ntu.edu.tw (8.14.1/8.14.1/Submit) id l52JHVda070899;
	Sun, 3 Jun 2007 03:17:31 +0800 (CST)
	(envelope-from rafan)
Message-Id: <200706021917.l52JHVda070899@svm.csie.ntu.edu.tw>
Date: Sun, 3 Jun 2007 03:17:31 +0800 (CST)
From: Rong-En Fan <rafan@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: x11@freebsd.org
Subject: [PATCH] x11/luit: fix path for locale.alias
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         113263
>Category:       ports
>Synopsis:       [PATCH] x11/luit: fix path for locale.alias
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-x11
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 02 19:20:02 GMT 2007
>Closed-Date:    Sat Jun 02 20:03:44 GMT 2007
>Last-Modified:  Sat Jun  2 20:10:04 GMT 2007
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.2-STABLE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- After recent commit to libX11, locale.alias is in the default path
  (lib/X11/...), remove the unnecessary --with-localealiasfile, which
  breaks luit
- pet portlint about COMMENT

Port maintainer (x11@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- luit-1.0.2_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/x11/luit/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	19 May 2007 20:27:04 -0000	1.1
+++ Makefile	2 Jun 2007 19:16:14 -0000
@@ -7,19 +7,17 @@
 
 PORTNAME=	luit
 PORTVERSION=	1.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
-COMMENT=	Locale and ISO 2022 support for Unicode terminals.
+COMMENT=	Locale and ISO 2022 support for Unicode terminals
 
 XORG_CAT=	app
 USE_XORG=	x11 fontenc
 
 PLIST_FILES=	bin/luit
 
-CONFIGURE_ARGS=	--with-localealiasfile=${LOCALBASE}/share/X11/locale/locale.alias
-
 MAN1=		luit.1
 
 .if !defined(WITH_SETUID_LUIT)
--- luit-1.0.2_2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jun 2 19:20:09 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113263 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Sat Jun 2 20:03:43 UTC 2007 
State-Changed-Why:  
Committed with approval from flz@. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113263 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/113263: commit references a PR
Date: Sat,  2 Jun 2007 20:03:35 +0000 (UTC)

 rafan       2007-06-02 20:03:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11/luit             Makefile 
   Log:
   - locale.alias is now in LOCALBASE/lib/X11
     This fixes luit after recent libX11 commit.
   - Pet portlint
   
   PR:             ports/113263
   Submitted by:   rafan
   Approved by:    flz
   
   Revision  Changes    Path
   1.2       +2 -4      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"
 
>Unformatted:
