svn commit: r342772 - head/x11/terminal.app/files

John Marino marino at FreeBSD.org
Wed Feb 5 16:49:58 UTC 2014


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>


More information about the svn-ports-head mailing list