Revision: 37292 http://trac.macosforge.org/projects/macports/changeset/37292 Author: jmr@macports.org Date: 2008-06-02 08:12:13 -0700 (Mon, 02 Jun 2008) Log Message: ----------- ubench: de-lint, add modeline Modified Paths: -------------- trunk/dports/benchmarks/ubench/Portfile Added Paths: ----------- trunk/dports/benchmarks/ubench/files/patch-cpubench.c.diff trunk/dports/benchmarks/ubench/files/patch-membench.c.diff Removed Paths: ------------- trunk/dports/benchmarks/ubench/files/patch-cpubench.c trunk/dports/benchmarks/ubench/files/patch-membench.c Modified: trunk/dports/benchmarks/ubench/Portfile =================================================================== --- trunk/dports/benchmarks/ubench/Portfile 2008-06-02 15:07:07 UTC (rev 37291) +++ trunk/dports/benchmarks/ubench/Portfile 2008-06-02 15:12:13 UTC (rev 37292) @@ -1,6 +1,8 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 + name ubench version 0.32 categories benchmarks @@ -19,7 +21,7 @@ master_sites http://www.phystech.com/ftp/ \ ftp://ftp.phystech.com/pub/ checksums md5 b03ddb52867a80890999b56cda8e69b7 -patchfiles patch-cpubench.c patch-membench.c \ +patchfiles patch-cpubench.c.diff patch-membench.c.diff \ patch-configure.diff build.target destroot.destdir INSTALLDIR=${destroot}${prefix}/bin Deleted: trunk/dports/benchmarks/ubench/files/patch-cpubench.c =================================================================== --- trunk/dports/benchmarks/ubench/files/patch-cpubench.c 2008-06-02 15:07:07 UTC (rev 37291) +++ trunk/dports/benchmarks/ubench/files/patch-cpubench.c 2008-06-02 15:12:13 UTC (rev 37292) @@ -1,10 +0,0 @@ ---- cpubench.c.orig 2005-04-04 00:47:31.000000000 -0400 -+++ cpubench.c 2005-04-04 00:47:48.000000000 -0400 -@@ -32,6 +32,7 @@ - #include <limits.h> - #include <math.h> - #include <time.h> -+#include <stdlib.h> - - #if defined HPUX || defined _AIX - extern char *sys_errlist[]; Copied: trunk/dports/benchmarks/ubench/files/patch-cpubench.c.diff (from rev 37276, trunk/dports/benchmarks/ubench/files/patch-cpubench.c) =================================================================== --- trunk/dports/benchmarks/ubench/files/patch-cpubench.c.diff (rev 0) +++ trunk/dports/benchmarks/ubench/files/patch-cpubench.c.diff 2008-06-02 15:12:13 UTC (rev 37292) @@ -0,0 +1,10 @@ +--- cpubench.c.orig 2005-04-04 00:47:31.000000000 -0400 ++++ cpubench.c 2005-04-04 00:47:48.000000000 -0400 +@@ -32,6 +32,7 @@ + #include <limits.h> + #include <math.h> + #include <time.h> ++#include <stdlib.h> + + #if defined HPUX || defined _AIX + extern char *sys_errlist[]; Deleted: trunk/dports/benchmarks/ubench/files/patch-membench.c =================================================================== --- trunk/dports/benchmarks/ubench/files/patch-membench.c 2008-06-02 15:07:07 UTC (rev 37291) +++ trunk/dports/benchmarks/ubench/files/patch-membench.c 2008-06-02 15:12:13 UTC (rev 37292) @@ -1,10 +0,0 @@ ---- membench.c.orig 2005-04-04 00:45:43.000000000 -0400 -+++ membench.c 2005-04-04 00:45:53.000000000 -0400 -@@ -33,6 +33,7 @@ - #include <errno.h> - #include <string.h> - #include <time.h> -+#include <limits.h> - - #if defined HPUX || defined _AIX - extern char *sys_errlist[]; Copied: trunk/dports/benchmarks/ubench/files/patch-membench.c.diff (from rev 37276, trunk/dports/benchmarks/ubench/files/patch-membench.c) =================================================================== --- trunk/dports/benchmarks/ubench/files/patch-membench.c.diff (rev 0) +++ trunk/dports/benchmarks/ubench/files/patch-membench.c.diff 2008-06-02 15:12:13 UTC (rev 37292) @@ -0,0 +1,10 @@ +--- membench.c.orig 2005-04-04 00:45:43.000000000 -0400 ++++ membench.c 2005-04-04 00:45:53.000000000 -0400 +@@ -33,6 +33,7 @@ + #include <errno.h> + #include <string.h> + #include <time.h> ++#include <limits.h> + + #if defined HPUX || defined _AIX + extern char *sys_errlist[];
participants (1)
-
jmr@macports.org