svn commit: r342882 - head/editors/cooledit/files

John Marino marino at FreeBSD.org
Wed Feb 5 22:51:16 UTC 2014


Author: marino
Date: Wed Feb  5 22:51:16 2014
New Revision: 342882
URL: http://svnweb.freebsd.org/changeset/ports/342882
QAT: https://qat.redports.org/buildarchive/r342882/

Log:
  editor/cooledit: Add dragonfly support

Added:
  head/editors/cooledit/files/patch-rxvt_rxvtlib__command.c   (contents, props changed)
Modified:
  head/editors/cooledit/files/patch-rxvt::_rxvtlib.h

Modified: head/editors/cooledit/files/patch-rxvt::_rxvtlib.h
==============================================================================
--- head/editors/cooledit/files/patch-rxvt::_rxvtlib.h	Wed Feb  5 22:40:47 2014	(r342881)
+++ head/editors/cooledit/files/patch-rxvt::_rxvtlib.h	Wed Feb  5 22:51:16 2014	(r342882)
@@ -5,7 +5,7 @@
  # include <grp.h>
  #endif
 -#ifdef PTYS_ARE_PTMX
-+#if defined(PTYS_ARE_PTMX) && !defined(__FreeBSD__)
++#if defined(PTYS_ARE_PTMX) && !defined(__FreeBSD__) && !defined(__DragonFly__)
  # include <sys/resource.h>	/* for struct rlimit */
  # include <sys/stropts.h>	/* for I_PUSH */
  #endif

Added: head/editors/cooledit/files/patch-rxvt_rxvtlib__command.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/cooledit/files/patch-rxvt_rxvtlib__command.c	Wed Feb  5 22:51:16 2014	(r342882)
@@ -0,0 +1,11 @@
+--- rxvt/rxvtlib_command.c.orig	2005-04-04 20:47:45.000000000 +0000
++++ rxvt/rxvtlib_command.c
+@@ -385,7 +385,7 @@ int             rxvtlib_get_tty (rxvtlib
+ 	o->killed = EXIT_FAILURE | DO_EXIT;
+ 	return -1;
+     }
+-#ifdef PTYS_ARE_PTMX
++#if defined(PTYS_ARE_PTMX) && !defined(__DragonFly__)
+ /*
+  * Push STREAMS modules:
+  *    ptem: pseudo-terminal hardware emulation module.


More information about the svn-ports-all mailing list