Bug 23308

Summary: screen port doesn't attempt to use additional pty's beyond ptypv
Product: Ports & Packages Reporter: olsenk <olsenk>
Component: Individual Port(s)Assignee: Andrey A. Chernov <ache>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description olsenk 2000-12-05 23:20:00 UTC
The c preprocessor symbol PTYRANGE0 at the bottom of config.h is
defined as "p" by default. Which limits the number of available ptys
to 32 regardless of the system's settings.

Fix: 

Add a patch to the port which will change the setting of PTYRANGE0
from "p" to "pqrsPQRS".
Comment 1 Steve Price freebsd_committer freebsd_triage 2000-12-11 01:50:56 UTC
Responsible Changed
From-To: freebsd-ports->ache

Over to port's maintainer.
Comment 2 Andrey A. Chernov freebsd_committer freebsd_triage 2000-12-11 03:01:22 UTC
State Changed
From-To: open->closed

Fixed.