[145274] trunk/dports/gnome/vte
devans at macports.org
devans at macports.org
Sat Jan 30 10:47:58 PST 2016
Revision: 145274
https://trac.macports.org/changeset/145274
Author: devans at macports.org
Date: 2016-01-30 10:47:58 -0800 (Sat, 30 Jan 2016)
Log Message:
-----------
vte: untested fix for 10.6 build issue (#50491).
Modified Paths:
--------------
trunk/dports/gnome/vte/Portfile
Added Paths:
-----------
trunk/dports/gnome/vte/files/patch-src-pty.cc.diff
Property Changed:
----------------
trunk/dports/gnome/vte/
Property changes on: trunk/dports/gnome/vte
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/mld-qt-481/dports/gnome/vte:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/vte:108269-145247
/users/devans/GNOME-3/unstable/dports/gnome/vte:116416-118154,119539-125568,128864-134540,139564-140527,141712-142477
/users/rmstonecipher/gnome/vte:102363-103172
+ /branches/mld-qt-481/dports/gnome/vte:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/vte:108269-145273
/users/devans/GNOME-3/unstable/dports/gnome/vte:116416-118154,119539-125568,128864-134540,139564-140527,141712-142477
/users/rmstonecipher/gnome/vte:102363-103172
Modified: trunk/dports/gnome/vte/Portfile
===================================================================
--- trunk/dports/gnome/vte/Portfile 2016-01-30 18:47:01 UTC (rev 145273)
+++ trunk/dports/gnome/vte/Portfile 2016-01-30 18:47:58 UTC (rev 145274)
@@ -42,7 +42,8 @@
depends_run port:gnome-themes-standard
-patchfiles patch-src-Makefile.am.diff
+patchfiles patch-src-Makefile.am.diff \
+ patch-src-pty.cc.diff
gobject_introspection yes
Copied: trunk/dports/gnome/vte/files/patch-src-pty.cc.diff (from rev 145273, users/devans/GNOME-3/stable/dports/gnome/vte/files/patch-src-pty.cc.diff)
===================================================================
--- trunk/dports/gnome/vte/files/patch-src-pty.cc.diff (rev 0)
+++ trunk/dports/gnome/vte/files/patch-src-pty.cc.diff 2016-01-30 18:47:58 UTC (rev 145274)
@@ -0,0 +1,14 @@
+--- src/pty.cc.orig 2016-01-30 10:31:41.000000000 -0800
++++ src/pty.cc 2016-01-30 10:33:32.000000000 -0800
+@@ -59,6 +59,11 @@
+ #ifdef HAVE_PTY_H
+ #include <pty.h>
+ #endif
++
++#ifndef O_CLOEXEC
++#define O_CLOEXEC 0
++#endif
++
+ #if defined(__sun) && defined(HAVE_STROPTS_H)
+ #include <stropts.h>
+ #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160130/6af52d81/attachment.html>
More information about the macports-changes
mailing list