From nobody@FreeBSD.org  Sat Feb  2 16:40:30 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id A6DE5752
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  2 Feb 2013 16:40:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 98553A80
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  2 Feb 2013 16:40:30 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r12GeU5b010156
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 2 Feb 2013 16:40:30 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r12GeUD0010155;
	Sat, 2 Feb 2013 16:40:30 GMT
	(envelope-from nobody)
Message-Id: <201302021640.r12GeUD0010155@red.freebsd.org>
Date: Sat, 2 Feb 2013 16:40:30 GMT
From: nemysis <nemysis@gmx.ch>
To: freebsd-gnats-submit@FreeBSD.org
Subject: x11/xterm-288 not execute all commands correctly
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         175782
>Category:       ports
>Synopsis:       x11/xterm 288 not execute all commands correctly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ehaupt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 02 16:50:00 UTC 2013
>Closed-Date:    Sun Feb 10 09:17:57 CET 2013
>Last-Modified:  Sun Feb 10 09:17:57 CET 2013
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
FreeBSD FreeBSD_Ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10
>Description:
Not works, not read some characters 

xterm mc

xterm: Could not exec XTERM_SHELL=XTERM_SHELL=in/mc: No such file or directory

which mc
/usr/local/bin/mc


xterm radio

xterm: Could not exec XTERM_SHELL=XTERM_SHELL=dio: No such file or directory

which radio
/home/bin/radio


But his works, XFCE Terminal is a PC-BSD PBI without links

xterm terminal

which terminal
/root/bin/terminal


With older versions XTerm have all worked. Only with 288 versions not works.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Feb 3 01:58:14 UTC 2013 
Responsible-Changed-Why:  
ports PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175782 
Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Feb 3 01:58:49 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175782 
State-Changed-From-To: open->feedback 
State-Changed-By: ehaupt 
State-Changed-When: Mon Feb 4 08:25:44 CET 2013 
State-Changed-Why:  
I don't understand what you are trying to say. Could you maybe rephrase? 

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

From: nemysis <nemysis@gmx.ch>
To: bug-followup@FreeBSD.org, ehaupt@FreeBSD.org
Cc:  
Subject: Re: ports/175782: x11/xterm 288 not execute all commands correctly
Date: Mon, 4 Feb 2013 09:10:22 +0100

 On Mon, 4 Feb 2013 08:27:12 +0100 (CET)
 ehaupt@FreeBSD.org wrote:
 
 > I don't understand what you are trying to say. Could you maybe rephrase?
 
 I think that new Version XTerm 288 not read full path, when use "xterm commands".
 
 When I normal start XTerm and write commands then all works.
 
 Whit older versions have this great worked.
 
 
 When i try to start XTerm and one command
 
 from a XTerm or XFCE Terminal
 
 xterm radio
 
 
 or with XBindKeys
 
 # Music, MPlayer command line
 "uxterm -title Multimedia radio | wmctrl -s 2 &"
     Control+Mod2+Mod4 + r
 
 get this with XTerm 288
 
 xterm: Could not exec XTERM_SHELL=XTERM_SHELL=dio: No such file or directory
 
 
 Or when i try to start Midnight Commander from an XTerm or XFCE Terminal
 
 xterm mc
 
 get this with XTerm 288
 
 xterm: Could not exec XTERM_SHELL=XTERM_SHELL=in/mc: No such file or directory

From: Emanuel Haupt <ehaupt@FreeBSD.org>
To: nemysis <nemysis@gmx.ch>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/175782: x11/xterm 288 not execute all commands correctly
Date: Mon, 4 Feb 2013 09:47:26 +0100

 nemysis <nemysis@gmx.ch> wrote:
 > On Mon, 4 Feb 2013 08:27:12 +0100 (CET)
 > ehaupt@FreeBSD.org wrote:
 > 
 > > I don't understand what you are trying to say. Could you maybe
 > > rephrase?
 > 
 > I think that new Version XTerm 288 not read full path, when use
 > "xterm commands".
 
 I've never used xterm in that way. Did you mean to use -e?
 
 Eg:
 
 $ xterm -e mc
 
 This works for me.
 
 If you think that there is a regression in your usage it should be
 reported, fixed and tracked upstream.
 
 Emanuel

From: nemysis <nemysis@gmx.ch>
To: bug-followup@FreeBSD.org, Emanuel Haupt <ehaupt@FreeBSD.org>
Cc:  
Subject: Re: ports/175782: x11/xterm 288 not execute all commands correctly
Date: Mon, 4 Feb 2013 12:08:07 +0100

 On Mon, 4 Feb 2013 09:47:26 +0100
 Emanuel Haupt <ehaupt@FreeBSD.org> wrote:
 
 > I've never used xterm in that way. Did you mean to use -e?
 > 
 > Eg:
 > 
 > $ xterm -e mc
 > 
 > This works for me.
 > 
 > If you think that there is a regression in your usage it should be
 > reported, fixed and tracked upstream.
 > 
 > Emanuel
 
 Yes this have I used before for rxvt-unicode -e, which i have left.
 
 Also i have adjusted all here and all works with -e switch,
 but this is new since XTerm 288. Thanks.
 
 xterm -e mc
 xtrerm -r radio
State-Changed-From-To: feedback->closed 
State-Changed-By: ehaupt 
State-Changed-When: Mon Feb 4 13:20:32 CET 2013 
State-Changed-Why:  
Should be reported upstream. 

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

From: Thomas Dickey <dickey@his.com>
To: bug-followup@FreeBSD.org, nemysis@gmx.ch
Cc:  
Subject: Re: ports/175782: x11/xterm 288 not execute all commands correctly
Date: Mon, 04 Feb 2013 20:37:42 -0500

 --x+6KMIRAuhnl3hBn
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 It's an incorrect free - will be fixed in #289.
 
 --=20
 Thomas E. Dickey <dickey@invisible-island.net>
 http://invisible-island.net
 ftp://invisible-island.net
 
 --x+6KMIRAuhnl3hBn
 Content-Type: application/pgp-signature; name="signature.asc"
 Content-Description: Digital signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.10 (GNU/Linux)
 
 iEYEARECAAYFAlEQYmYACgkQcCNT4Pfkjtt2xgCfR3TV3qDXxq7bQIt1Q3ybVNob
 E2AAoKKWje7R8VeHdn5fKH27W8UWSA2y
 =kMBh
 -----END PGP SIGNATURE-----
 
 --x+6KMIRAuhnl3hBn--
State-Changed-From-To: closed->open 
State-Changed-By: ehaupt 
State-Changed-When: Tue Feb 5 18:41:59 CET 2013 
State-Changed-Why:  
Port will be updated as soon as the new release is available. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175782 
State-Changed-From-To: open->closed 
State-Changed-By: ehaupt 
State-Changed-When: Sun Feb 10 09:17:37 CET 2013 
State-Changed-Why:  
Port has been updated to 289. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175782 
>Unformatted:
