[104682] trunk/dports/sysutils/tmux

yeled at macports.org yeled at macports.org
Sun Mar 31 06:44:30 PDT 2013


Revision: 104682
          https://trac.macports.org/changeset/104682
Author:   yeled at macports.org
Date:     2013-03-31 06:44:30 -0700 (Sun, 31 Mar 2013)
Log Message:
-----------
attempt to patch for 10.6 #38588

Modified Paths:
--------------
    trunk/dports/sysutils/tmux/Portfile

Added Paths:
-----------
    trunk/dports/sysutils/tmux/files/osdep-darwin.patch

Modified: trunk/dports/sysutils/tmux/Portfile
===================================================================
--- trunk/dports/sysutils/tmux/Portfile	2013-03-31 13:18:41 UTC (rev 104681)
+++ trunk/dports/sysutils/tmux/Portfile	2013-03-31 13:44:30 UTC (rev 104682)
@@ -23,7 +23,8 @@
 depends_lib     port:libevent port:ncurses
 
 patchfiles      tmux.1.diff \
-                tmux.h.diff
+                tmux.h.diff \
+                osdep-darwin.patch
 
 configure.env "LIBS=-lresolv"
 

Added: trunk/dports/sysutils/tmux/files/osdep-darwin.patch
===================================================================
--- trunk/dports/sysutils/tmux/files/osdep-darwin.patch	                        (rev 0)
+++ trunk/dports/sysutils/tmux/files/osdep-darwin.patch	2013-03-31 13:44:30 UTC (rev 104682)
@@ -0,0 +1,10 @@
+--- osdep-darwin.c.old  2013-03-31 14:37:30.000000000 +0100
++++ osdep-darwin.c  2013-03-31 14:36:21.000000000 +0100
+@@ -20,6 +20,7 @@
+
+ #include <event.h>
+ #include <libproc.h>
++#include <sys/proc_info.h>
+ #include <stdlib.h>
+ #include <string.h>
+ #include <unistd.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130331/22949102/attachment.html>


More information about the macports-changes mailing list