pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks/iozone add an ALL_TARGET for darwin and pat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c6c68c6161f
branches:  trunk
changeset: 474753:1c6c68c6161f
user:      danw <danw%pkgsrc.org@localhost>
date:      Wed May 05 00:43:10 2004 +0000

description:
add an ALL_TARGET for darwin and patch the package Makefile so the
build errors out if no platform-specific target is specified (so that
pkgsrc will recognize that the build failed)

diffstat:

 benchmarks/iozone/Makefile         |   4 +++-
 benchmarks/iozone/distinfo         |   3 ++-
 benchmarks/iozone/patches/patch-aa |  12 ++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r 68dd0f92e71d -r 1c6c68c6161f benchmarks/iozone/Makefile
--- a/benchmarks/iozone/Makefile        Wed May 05 00:38:07 2004 +0000
+++ b/benchmarks/iozone/Makefile        Wed May 05 00:43:10 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/01/21 22:31:56 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2004/05/05 00:43:10 danw Exp $
 
 DISTNAME=              iozone3_217
 PKGNAME=               iozone-3.217
@@ -21,6 +21,8 @@
   ALL_TARGET=          netbsd
 .elif (${OPSYS} == "SunOS")
   ALL_TARGET=          Solaris
+.elif (${OPSYS} == "Darwin")
+  ALL_TARGET=          macosx
 .endif
 
 do-install:
diff -r 68dd0f92e71d -r 1c6c68c6161f benchmarks/iozone/distinfo
--- a/benchmarks/iozone/distinfo        Wed May 05 00:38:07 2004 +0000
+++ b/benchmarks/iozone/distinfo        Wed May 05 00:43:10 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.9 2004/01/21 22:31:56 wiz Exp $
+$NetBSD: distinfo,v 1.10 2004/05/05 00:43:10 danw Exp $
 
 SHA1 (iozone3_217.tar) = b4bdf9d70eb849f0c944e6772917fe624ea971ce
 Size (iozone3_217.tar) = 1413120 bytes
+SHA1 (patch-aa) = c5668083463cf6fb5a145d0a08b88448eeb0096b
diff -r 68dd0f92e71d -r 1c6c68c6161f benchmarks/iozone/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/iozone/patches/patch-aa        Wed May 05 00:43:10 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.5 2004/05/05 00:43:10 danw Exp $
+
+--- makefile.orig      Sun May  2 21:02:32 2004
++++ makefile
+@@ -59,6 +59,7 @@ all:  
+       @echo "        ->   UWIN                 (32bit)   <-"
+       @echo "        ->   Windows (95/98/NT)   (32bit)   <-"
+       @echo ""
++      @false
+ 
+ clean:
+       rm -f *.o iozone



Home | Main Index | Thread Index | Old Index