svn commit: r321733 - head/devel/plan9port
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Jun 25 11:10:28 UTC 2013
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
More information about the svn-ports-all
mailing list