Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Jul 2004 18:26:09 +0900
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68808: Update port: devel/rlwrap (correct pty type detection)
Message-ID:  <86zn6argsu.wl%fuyuki@hadaly.org>
Resent-Message-ID: <200407080930.i689UI3p000142@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         68808
>Category:       ports
>Synopsis:       Update port: devel/rlwrap (correct pty type detection)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 08 09:30:18 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:

  FreeBSD ns.nigredo.org 5.2.1-RELEASE-p9 i386

>Description:

The configure script fails to detect the FreeBSD's pty type. It makes
rlwrap totally unusable.

$ rlwrap telnet
rlwrap: error: Could not open master pty
: No such file or directory

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/devel/rlwrap/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	20 Feb 2004 15:57:38 -0000	1.9
+++ Makefile	8 Jul 2004 09:12:03 -0000
@@ -17,6 +17,7 @@
 USE_GETOPT_LONG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV+=	ptyttylib_cv_ptys=BSD
 
 MAN1=	rlwrap.1
 
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86zn6argsu.wl%fuyuki>