From nobody@FreeBSD.org  Fri Nov 23 09:34:21 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3D2FD16A417
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 23 Nov 2007 09:34:21 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 1FD2713C447
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 23 Nov 2007 09:34:21 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id lAN9YGrK033261
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 23 Nov 2007 09:34:16 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id lAN9YGCp033260;
	Fri, 23 Nov 2007 09:34:16 GMT
	(envelope-from nobody)
Message-Id: <200711230934.lAN9YGCp033260@www.freebsd.org>
Date: Fri, 23 Nov 2007 09:34:16 GMT
From: Yoshihiro Ota <ota@j.email.ne.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: x11/luit needs to be updated as a part of Xorg 6.9 upgrade
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         118211
>Category:       ports
>Synopsis:       x11/luit needs to be updated as a part of Xorg 6.9 upgrade
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    krion
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 23 09:40:01 UTC 2007
>Closed-Date:    Mon Dec 17 19:36:13 UTC 2007
>Last-Modified:  Mon Dec 17 19:40:00 UTC 2007
>Originator:     Yoshihiro Ota
>Release:        7.0-BETA3 or many others
>Organization:
>Environment:
FreeBSD  example.com 7.0-BETA3 FreeBSD 7.0-BETA3 #350: Thu Nov 22 06:28:43 EST 2007     root@example.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
xterm: Can't execvp /usr/X11R6/bin/luit: No such file or directory
xterm: cannot support your locale
>How-To-Repeat:
% xterm

Some locale setting may required; however, I am not fully aware of details.
>Fix:
Increase PORTREVISION of x11/luit so that it is updated as a part of XORG_UPGRADE procedure.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Nov 23 09:44:50 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: Yoshihiro Ota <ota@j.email.ne.jp>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/118211: x11/luit needs to be updated as a part of Xorg
 6.9 upgrade
Date: Fri, 23 Nov 2007 04:56:34 -0500

 This is a multi-part message in MIME format.
 
 --Multipart=_Fri__23_Nov_2007_04_56_34_-0500_XE=qqjPloi2vbX0v
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 xterm needs luit as BUILD_DEPENDS, too.
 
 --Multipart=_Fri__23_Nov_2007_04_56_34_-0500_XE=qqjPloi2vbX0v
 Content-Type: text/x-diff;
  name="luit-BUILD_DEPENDES.diff"
 Content-Disposition: attachment;
  filename="luit-BUILD_DEPENDES.diff"
 Content-Transfer-Encoding: 7bit
 
 --- Makefile.orig	2007-11-23 04:47:13.000000000 -0500
 +++ Makefile	2007-11-23 04:52:19.000000000 -0500
 @@ -7,6 +7,7 @@
  
  PORTNAME=	xterm
  PORTVERSION=	229
 +PORTRIVISION=	1
  CATEGORIES=	x11
  MASTER_SITES=	ftp://invisible-island.net/xterm/ \
  		http://voodoo.bawue.com/download/
 @@ -15,6 +16,8 @@
  MAINTAINER=	krion@FreeBSD.org
  COMMENT=	Terminal emulator for the X Window System
  
 +BUILD_DEPENDS=	luit:${PORTSDIR}/x11/luit
 +
  USE_XORG=	xaw xft
  GNU_CONFIGURE=	yes
  CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 --Multipart=_Fri__23_Nov_2007_04_56_34_-0500_XE=qqjPloi2vbX0v--
Responsible-Changed-From-To: freebsd-x11->krion 
Responsible-Changed-By: flz 
Responsible-Changed-When: Mer 12 dc 2007 13:03:59 UTC 
Responsible-Changed-Why:  
Over to maintainer. 

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

From: Kirill Ponomarew <krion@voodoo.bawue.com>
To: flz@FreeBSD.org
Cc: bug-followup@FreeBSD.org, Yoshihiro Ota <ota@j.email.ne.jp>
Subject: Re: ports/118211: x11/luit needs to be updated as a part of Xorg
	6.9 upgrade
Date: Sun, 16 Dec 2007 21:51:06 +0100

 I don't quite follow: luit should be updated or xterm ?  What is xorg
 6.9 ?  I think we have 7.3 isn't it ?
 
 -Kirill

From: "Florent Thoumie" <flz@FreeBSD.org>
To: "Kirill Ponomarew" <krion@voodoo.bawue.com>
Cc: bug-followup@freebsd.org, "Yoshihiro Ota" <ota@j.email.ne.jp>
Subject: Re: ports/118211: x11/luit needs to be updated as a part of Xorg 6.9 upgrade
Date: Mon, 17 Dec 2007 12:36:23 +0000

 On Dec 16, 2007 8:51 PM, Kirill Ponomarew <krion@voodoo.bawue.com> wrote:
 > I don't quite follow: luit should be updated or xterm ?  What is xorg
 > 6.9 ?  I think we have 7.3 isn't it ?
 
 I think this is badly worded and luit is part of xorg-apps, which
 should be installed as part of the modular xorg.
 
 I understand that, in any case, xterm depends on luit, so you need to
 add the dependency in the xterm port.
 
 -- 
 Florent Thoumie
 flz@FreeBSD.org
 FreeBSD Committer
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Mon Dec 17 19:36:12 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/118211: commit references a PR
Date: Mon, 17 Dec 2007 19:35:42 +0000 (UTC)

 krion       2007-12-17 19:35:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11/xterm            Makefile 
   Log:
   Add missing x11/luit dependency.
   
   PR:             ports/118211
   Submitted by:   Yoshihiro Ota <ota@j.email.ne.jp>
   
   Revision  Changes    Path
   1.51      +3 -0      ports/x11/xterm/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:
