Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 22:51:16 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342882 - head/editors/cooledit/files
Message-ID:  <201402052251.s15MpGJp087493@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402052251.s15MpGJp087493>