ports/84168: portmanager 0.2.9_4 can't go background

Thierry Besancon Thierry.Besancon at math.jussieu.fr
Wed Jul 27 13:50:35 UTC 2005


The following reply was made to PR ports/84168; it has been noted by GNATS.

From: Thierry Besancon <Thierry.Besancon at math.jussieu.fr>
To: bug-followup at FreeBSD.org, Thierry.Besancon at math.jussieu.fr
Cc:  
Subject: Re: ports/84168: portmanager 0.2.9_4 can't go background
Date: Wed, 27 Jul 2005 15:49:38 +0200 (CEST)

 Here's a patch against the file portmanager-0.2.9/portmanager/portmanager.c
 that fixed the bug :
 
 
 *** portmanager.c	Mon Jul 25 16:20:50 2005
 --- portmanager.c	Tue Jul 26 11:25:58 2005
 ***************
 *** 134,140 ****
   	/*
   	 * set xterm title
   	 */
 ! 	if( !strncmp( getenv("TERM"), "xterm", 5 ) )
   	{
   		stringSize	= strlen( id )
   				+ 1
 --- 134,140 ----
   	/*
   	 * set xterm title
   	 */
 ! 	if( getenv("TERM") && !strncmp( getenv("TERM"), "xterm", 5 ) )
   	{
   		stringSize	= strlen( id )
   				+ 1



More information about the freebsd-ports-bugs mailing list