diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-21 10:18:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-21 10:18:54 +0000 |
commit | f9c065abb9059f32dd0bdd6b64160eff7e589c80 (patch) | |
tree | 12c4170825ecaa46ce7475e13ac4733f2e0af9c7 /www/anyterm/files/patch-src-SubProcess.cc | |
parent | Update to 5.0.88 release. (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | www/anyterm/files/patch-src-SubProcess.cc | 10 |
1 files changed, 10 insertions, 0 deletions
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 <libutil.h> + #include <sys/ioctl.h> ++#include <termios.h> + #elif defined(__OpenBSD__) + #include <termios.h> + #include <util.h> |