MXterm

Goran Gajic ggajic at afrodita.rcub.bg.ac.yu
Sun Feb 12 04:41:12 PST 2006



Motif xterm (http://directory.fsf.org/iface/misc/mxterm.html)
is not part of /usr/ports/x11. I think that this one deserves
to be part of ports system (NetBSD and I presume OpeBSD) have it. 
After ./configure it compiles cleanly but there is problem that it
doesn't detect USE_POSIX_TERMIOS. In order to be able to run it
on FreeBSD 6.X and 7.0-CURRENT this is patch that has to be applied
after configure.

Regards,
gg.

--- mxterm-129/xterm.h  Mon May  9 05:56:37 2005
+++ mxterm-129/xterm.h  Fri Jan 20 21:35:25 2006
@@ -38,6 +38,8 @@
   * This is also where we put the fallback definitions if we do not build using
   * the configure script.
   */
+#define USE_POSIX_TERMIOS 1
+
  #ifndef        included_xterm_h
  #define        included_xterm_h




More information about the freebsd-ports mailing list