Revision
104683
Author
yeled@macports.org
Date
2013-03-31 06:50:13 -0700 (Sun, 31 Mar 2013)

Log Message

Revert "attempt to patch for 10.6 #38588"

This reverts commit c0e58d4168ef4583c7296b4fd886cf3f242a366e.

Modified Paths

Removed Paths

Diff

Modified: trunk/dports/sysutils/tmux/Portfile (104682 => 104683)


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

Deleted: trunk/dports/sysutils/tmux/files/osdep-darwin.patch (104682 => 104683)


--- trunk/dports/sysutils/tmux/files/osdep-darwin.patch	2013-03-31 13:44:30 UTC (rev 104682)
+++ trunk/dports/sysutils/tmux/files/osdep-darwin.patch	2013-03-31 13:50:13 UTC (rev 104683)
@@ -1,10 +0,0 @@
---- 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>