From owner-svn-ports-all@FreeBSD.ORG Wed Feb 5 22:51:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB343AB2; Wed, 5 Feb 2014 22:51:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3DAB140F; Wed, 5 Feb 2014 22:51:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s15MpGfP087498; Wed, 5 Feb 2014 22:51:16 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s15MpGJp087493; Wed, 5 Feb 2014 22:51:16 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201402052251.s15MpGJp087493@svn.freebsd.org> From: John Marino Date: Wed, 5 Feb 2014 22:51:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342882 - head/editors/cooledit/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2014 22:51:16 -0000 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 #endif -#ifdef PTYS_ARE_PTMX -+#if defined(PTYS_ARE_PTMX) && !defined(__FreeBSD__) ++#if defined(PTYS_ARE_PTMX) && !defined(__FreeBSD__) && !defined(__DragonFly__) # include /* for struct rlimit */ # include /* 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.