[32377] trunk/dports/net/iperf

pmq at macports.org pmq at macports.org
Fri Dec 28 11:51:09 PST 2007


Revision: 32377
          http://trac.macosforge.org/projects/macports/changeset/32377
Author:   pmq at macports.org
Date:     2007-12-28 11:51:07 -0800 (Fri, 28 Dec 2007)

Log Message:
-----------
Linted.

Modified Paths:
--------------
    trunk/dports/net/iperf/Portfile

Added Paths:
-----------
    trunk/dports/net/iperf/files/patch-Thread.c.diff

Removed Paths:
-------------
    trunk/dports/net/iperf/files/patch-Thread.c

Modified: trunk/dports/net/iperf/Portfile
===================================================================
--- 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
===================================================================
--- 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)
===================================================================
--- 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071228/7ccaf79f/attachment.html


More information about the macports-changes mailing list