Date: Mon, 2 Feb 2009 19:24:49 +0000 (UTC) From: Erwin Lansing <erwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-IO-Tty Makefile ports/devel/p5-IO-Tty/files patch-Makefile.PL patch-Tty.xs Message-ID: <200902021924.n12JOnQQ052204@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
erwin 2009-02-02 19:24:49 UTC
FreeBSD ports repository
Modified files:
devel/p5-IO-Tty Makefile
Added files:
devel/p5-IO-Tty/files patch-Makefile.PL patch-Tty.xs
Log:
Use posix_openpt() instead of calling openpty() to allocate a PTY
and open the slave TTY, and calling unlockpt() afterwards.
PR: 128941
Submitted by: ed
Reported by: Gerhard Gonter <g.gonter@ieee.org>
Revision Changes Path
1.20 +1 -0 ports/devel/p5-IO-Tty/Makefile
1.1 +39 -0 ports/devel/p5-IO-Tty/files/patch-Makefile.PL (new)
1.1 +21 -0 ports/devel/p5-IO-Tty/files/patch-Tty.xs (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902021924.n12JOnQQ052204>
