Date: Wed, 02 Nov 2005 09:01:37 -0500 From: Frank Laszlo <laszlof@vonostingroup.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: csaba.henk@creo.hu Subject: ports/88400: [PATCH]: devel/rlwrap: Fix problem with openpty(3) Message-ID: <E1EXJBJ-0002tG-GX@ritamari.vonostingroup.com> Resent-Message-ID: <200511021410.jA2EAGNk007565@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 88400 >Category: ports >Synopsis: [PATCH]: devel/rlwrap: Fix problem with openpty(3) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 02 14:10:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Frank Laszlo >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD ritamari.vonostingroup.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu Jun 9 22:20:56 EDT 2005 laszlof@ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386 >Description: Csaba Henk reported an issue with devel/rlwrap not finding openpty(3) and falling back to manually opening existing /dev/pty* entries. This is a problem on devfs as these entries are create dynamically. The supplied patch should fix this issue. Port revision has been bumped. >How-To-Repeat: >Fix: --- rlwrap-0.24_1.diff begins here --- diff -NrU3 rlwrap.orig/Makefile rlwrap/Makefile --- rlwrap.orig/Makefile Wed Nov 2 08:48:19 2005 +++ rlwrap/Makefile Wed Nov 2 08:52:28 2005 @@ -8,6 +8,7 @@ PORTNAME= rlwrap PORTVERSION= 0.24 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://utopia.knoware.nl/~hlub/uck/rlwrap/ @@ -17,7 +18,7 @@ USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV+= ptyttylib_cv_ptys=BSD +CONFIGURE_ENV+= ptyttylib_cv_ptys=BSD LDFLAGS=-lutil MAN1= rlwrap.1 --- rlwrap-0.24_1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1EXJBJ-0002tG-GX>