Diff
Modified: trunk/dports/net/iperf/Portfile (32376 => 32377)
--- trunk/dports/net/iperf/Portfile 2007-12-28 19:48:18 UTC (rev 32376)
+++ trunk/dports/net/iperf/Portfile 2007-12-28 19:51:07 UTC (rev 32377)
@@ -19,4 +19,4 @@
master_sites http://dast.nlanr.net/Projects/Iperf2.0
checksums md5 bb658aba58a5af0356f5b1342dfe8f53
-patchfiles patch-Thread.c
+patchfiles patch-Thread.c.diff
Deleted: trunk/dports/net/iperf/files/patch-Thread.c (32376 => 32377)
--- trunk/dports/net/iperf/files/patch-Thread.c 2007-12-28 19:48:18 UTC (rev 32376)
+++ trunk/dports/net/iperf/files/patch-Thread.c 2007-12-28 19:51:07 UTC (rev 32377)
@@ -1,11 +0,0 @@
---- compat/Thread.c.orig 2007-05-04 20:41:46.000000000 +0200
-+++ compat/Thread.c 2007-05-04 20:42:15.000000000 +0200
-@@ -202,7 +202,7 @@
- #if defined( HAVE_POSIX_THREAD )
- // Cray J90 doesn't have pthread_cancel; Iperf works okay without
- #ifdef HAVE_PTHREAD_CANCEL
-- pthread_cancel( oldTID );
-+ pthread_cancel( thread->mTID );
- #endif
- #else // Win32
- // this is a somewhat dangerous function; it's not
Copied: trunk/dports/net/iperf/files/patch-Thread.c.diff (from rev 32372, trunk/dports/net/iperf/files/patch-Thread.c) (0 => 32377)
--- trunk/dports/net/iperf/files/patch-Thread.c.diff (rev 0)
+++ trunk/dports/net/iperf/files/patch-Thread.c.diff 2007-12-28 19:51:07 UTC (rev 32377)
@@ -0,0 +1,11 @@
+--- compat/Thread.c.orig 2007-05-04 20:41:46.000000000 +0200
++++ compat/Thread.c 2007-05-04 20:42:15.000000000 +0200
+@@ -202,7 +202,7 @@
+ #if defined( HAVE_POSIX_THREAD )
+ // Cray J90 doesn't have pthread_cancel; Iperf works okay without
+ #ifdef HAVE_PTHREAD_CANCEL
+- pthread_cancel( oldTID );
++ pthread_cancel( thread->mTID );
+ #endif
+ #else // Win32
+ // this is a somewhat dangerous function; it's not