ports/68808: Update port: devel/rlwrap (correct pty type detection)
Kimura Fuyuki
fuyuki at hadaly.org
Thu Jul 8 09:30:18 UTC 2004
>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:
More information about the freebsd-ports-bugs
mailing list