Date: Tue, 25 Jun 2013 11:10:28 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321733 - head/devel/plan9port Message-ID: <201306251110.r5PBASsU077529@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Tue Jun 25 11:10:27 2013 New Revision: 321733 URL: http://svnweb.freebsd.org/changeset/ports/321733 Log: Use openpty() for pts allocation, just like other *BSD and Linux Modified: head/devel/plan9port/Makefile Modified: head/devel/plan9port/Makefile ============================================================================== --- head/devel/plan9port/Makefile Tue Jun 25 11:09:26 2013 (r321732) +++ head/devel/plan9port/Makefile Tue Jun 25 11:10:27 2013 (r321733) @@ -102,6 +102,8 @@ post-patch: @${REINPLACE_CMD} -e 's|\[5-9\]\.||' ${WRKSRC}/bin/9l @${REINPLACE_CMD} -e 's|/lib/font/bit|${PLAN9}/font|' \ ${WRKSRC}/src/cmd/acme/acme.c + @${SED} -e 's|util\.h|lib&|' ${WRKSRC}/src/cmd/9term/OpenBSD.c \ + > ${WRKSRC}/src/cmd/9term/FreeBSD.c do-build: cd ${WRKSRC} && ./INSTALL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306251110.r5PBASsU077529>