Date: Wed, 5 Feb 2014 16:49:57 +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: r342772 - head/x11/terminal.app/files Message-ID: <201402051649.s15Gnvt8034743@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Wed Feb 5 16:49:57 2014 New Revision: 342772 URL: http://svnweb.freebsd.org/changeset/ports/342772 QAT: https://qat.redports.org/buildarchive/r342772/ Log: x11/terminal.app: Regen patch with DragonFly support Modified: head/x11/terminal.app/files/patch-TerminalView.m Modified: head/x11/terminal.app/files/patch-TerminalView.m ============================================================================== --- head/x11/terminal.app/files/patch-TerminalView.m Wed Feb 5 16:49:09 2014 (r342771) +++ head/x11/terminal.app/files/patch-TerminalView.m Wed Feb 5 16:49:57 2014 (r342772) @@ -1,6 +1,24 @@ ---- TerminalView.m.orig 2009-08-05 19:28:45.000000000 +0200 -+++ TerminalView.m 2010-05-23 09:03:04.000000000 +0200 -@@ -70,6 +70,7 @@ +--- TerminalView.m.orig 2012-03-06 17:54:33.000000000 -0500 ++++ TerminalView.m +@@ -33,7 +33,7 @@ activated */ + # include <termios.h> + # include <pcap.h> + #define TCSETS TIOCSETA +-#elif defined(__FreeBSD__) ++#elif defined(__FreeBSD__) || defined(__DragonFly__) + # include <sys/types.h> + # include <sys/ioctl.h> + # include <termios.h> +@@ -52,7 +52,7 @@ activated */ + #include <sys/types.h> + #include <unistd.h> + #include <fcntl.h> +-#ifndef __FreeBSD__ ++#if !defined(__FreeBSD__) && !defined(__DragonFly__) + #if !(defined (__NetBSD__)) && !(defined (__SOLARIS__)) && !(defined(__OpenBSD__)) + # include <pty.h> + #endif +@@ -73,6 +73,7 @@ activated */ #include <AppKit/NSGraphics.h> #include <AppKit/NSScroller.h> #include <AppKit/DPSOperators.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402051649.s15Gnvt8034743>