From f9c065abb9059f32dd0bdd6b64160eff7e589c80 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 21 Nov 2009 10:18:54 +0000 Subject: Anyterm provides a terminal emulator on a Web page using Javascript and a server daemon. The daemon typically runs behind an HTTP proxy; it forks a shell and communicates with the script using XMLHTTP on port 80 or securely using SSL. This provides you with shell access to your machine from almost any Web browser, even when firewalls are in the way. WWW: http://anyterm.org/ PR: ports/140740 Submitted by: Douglas Thrift --- www/anyterm/files/patch-src-SubProcess.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 www/anyterm/files/patch-src-SubProcess.cc (limited to 'www/anyterm/files/patch-src-SubProcess.cc') diff --git a/www/anyterm/files/patch-src-SubProcess.cc b/www/anyterm/files/patch-src-SubProcess.cc new file mode 100644 index 000000000000..ba74c5317ae9 --- /dev/null +++ b/www/anyterm/files/patch-src-SubProcess.cc @@ -0,0 +1,10 @@ +--- src/SubProcess.cc.orig 2008-10-26 06:17:37.000000000 -0700 ++++ src/SubProcess.cc 2009-11-19 23:58:03.399815119 -0800 +@@ -22,6 +22,7 @@ + #if defined(__FreeBSD__) + #include + #include ++#include + #elif defined(__OpenBSD__) + #include + #include -- cgit v1.2.3