From nobody  Sat May 23 04:34:41 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id EAA11740;
          Sat, 23 May 1998 04:34:41 -0700 (PDT)
          (envelope-from nobody)
Message-Id: <199805231134.EAA11740@hub.freebsd.org>
Date: Sat, 23 May 1998 04:34:41 -0700 (PDT)
From: schweikh@noc.dfn.de
To: freebsd-gnats-submit@freebsd.org
Subject: ghostscript 5 port device selection messed up
X-Send-Pr-Version: www-1.0

>Number:         6724
>Category:       ports
>Synopsis:       ghostscript 5 port device selection messed up
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    andreas
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 23 04:30:01 PDT 1998
>Closed-Date:    Sun May 24 04:36:39 PDT 1998
>Last-Modified:  Sun May 24 04:38:14 PDT 1998
>Originator:     Jens Schweikhardt
>Release:        2.2.6R freshly off of the CD
>Organization:
DFN
>Environment:
>Description:
For the device selection there pops up a colorful tool
by someone named -andreas. (The funky thing when make
says '===> configuring'). 

First, the left column is empty except for the last line, bj10e.
Second, one line reads 'press space to toggle an option ON/ON ?'
Third, when I move the cursor with
the arrow keys up and down, the output is messed so that
parts of 2 consecutive lines are highlighted. The device
name and the corresponding description are off by one line.

echo $TERM
says cons25 so it shouldn't be a termcap problem.
>How-To-Repeat:
cd /usr/ports/print/ghostscript5
make
>Fix:

>Release-Note:
>Audit-Trail:

From: zach@gaffaneys.com
To: freebsd-gnats-submit@freebsd.org, schweikh@noc.dfn.de
Cc:  Subject: Re: ports/6724: ghostscript5 port device selection messed up
Date: Sat, 23 May 1998 08:15:23 -0500 (CDT)

 The reason for this is some of the lines in scripts/configure
 are too long.  If you delete a bit off the longer lines, it works correctly.
 
 

From: Dave Chapeskie <dchapes@ddm.on.ca>
To: schweikh@noc.dfn.de, freebsd-gnats-submit@FreeBSD.ORG
Cc:  Subject: Re: ports/6724: ghostscript 5 port device selection messed up
Date: Sat, 23 May 1998 18:49:58 -0400

 On Sat, May 23, 1998 at 04:34:41AM -0700, schweikh@noc.dfn.de wrote:
 > For the device selection there pops up a colorful tool by someone
 > named -andreas. (The funky thing when make says '===> configuring').
 >
 > First, the left column is empty except for the last line, bj10e.
 > Second, one line reads 'press space to toggle an option ON/ON ?'
 > Third, when I move the cursor with the arrow keys up and down,
 > the output is messed so that parts of 2 consecutive lines are
 > highlighted. The device name and the corresponding description are off
 > by one line.
 
 This is all caused by the descriptions being too long.  As a work around
 until someone fixes it (either by shortening the descriptions or fixing
 libdialog to check the COLUMNS environment variable) you can run it in a
 xterm window wider than 80 characters.
 
 -- 
 Dave Chapeskie <dchapes@ddm.on.ca>, DDM Consulting
Responsible-Changed-From-To: freebsd-ports->andreas 
Responsible-Changed-By: steve 
Responsible-Changed-When: Sat May 23 20:03:05 PDT 1998 
Responsible-Changed-Why:  
Shuffle over to this port's maintainer. 
State-Changed-From-To: open->closed 
State-Changed-By: andreas 
State-Changed-When: Sun May 24 04:36:39 PDT 1998 
State-Changed-Why:  
shortened the line, which caused the display bug. Fixed. 
Thanks for analyzing it, I thought it is a -current problem. 
>Unformatted:
