[30468] trunk/dports/sysutils/screen
source_changes at macosforge.org
source_changes at macosforge.org
Sun Oct 28 14:16:00 PDT 2007
Revision: 30468
http://trac.macosforge.org/projects/macports/changeset/30468
Author: afb at macports.org
Date: 2007-10-28 14:15:59 -0700 (Sun, 28 Oct 2007)
Log Message:
-----------
leopard buildfix (#13009)
Modified Paths:
--------------
trunk/dports/sysutils/screen/Portfile
Added Paths:
-----------
trunk/dports/sysutils/screen/files/patch-pty.c
Modified: trunk/dports/sysutils/screen/Portfile
===================================================================
--- trunk/dports/sysutils/screen/Portfile 2007-10-28 21:12:36 UTC (rev 30467)
+++ trunk/dports/sysutils/screen/Portfile 2007-10-28 21:15:59 UTC (rev 30468)
@@ -4,7 +4,6 @@
name screen
version 4.0.3
-revision 0
homepage http://www.gnu.org/software/screen/
description Screen manager with VT100/ANSI terminal emulation
long_description Screen is a full-screen window manager that multiplexes a physical \
@@ -28,7 +27,7 @@
checksums ${distname}${extract.suffix} md5 8506fd205028a96c741e4037de6e3c42 \
18 md5 e5c53546a5c4968bd7e807c88e6b2198
-patchfiles patch-maxargs patch-windowsize
+patchfiles patch-maxargs patch-windowsize patch-pty.c
depends_lib port:ncurses
extract.only ${distname}${extract.suffix}
Added: trunk/dports/sysutils/screen/files/patch-pty.c
===================================================================
--- trunk/dports/sysutils/screen/files/patch-pty.c (rev 0)
+++ trunk/dports/sysutils/screen/files/patch-pty.c 2007-10-28 21:15:59 UTC (rev 30468)
@@ -0,0 +1,11 @@
+--- ./pty.c.orig 2003-09-08 16:26:18.000000000 +0200
++++ ./pty.c 2007-10-28 16:27:56.000000000 +0100
+@@ -34,7 +34,7 @@
+ #endif
+
+ /* for solaris 2.1, Unixware (SVR4.2) and possibly others */
+-#ifdef HAVE_SVR4_PTYS
++#if defined(HAVE_SVR4_PTYS) && !defined(__APPLE__)
+ # include <sys/stropts.h>
+ #endif
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071028/7fc3c6ed/attachment.html
More information about the macports-changes
mailing list