OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 14-Oct-2005 16:12:00
Branch: HEAD Handle: 2005101415120000
Modified files:
openpkg-src/iozone iozone.spec
Log:
add NetBSD support
Summary:
Revision Changes Path
1.114 +2 -1 openpkg-src/iozone/iozone.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/iozone/iozone.spec
============================================================================
$ cvs diff -u -r1.113 -r1.114 iozone.spec
--- openpkg-src/iozone/iozone.spec 27 Aug 2005 17:33:24 -0000 1.113
+++ openpkg-src/iozone/iozone.spec 14 Oct 2005 14:12:00 -0000 1.114
@@ -37,7 +37,7 @@
Group: Benchmark
License: Open Source
Version: %{V_logic}
-Release: 20050827
+Release: 20051014
# list of sources
Source0: http://www.iozone.org/src/current/iozone%{V_real}.tar
@@ -73,6 +73,7 @@
defs=""
case "%{l_platform -t}" in
*-freebsd* ) platform="freebsd" ;;
+ *-netbsd* ) platform="netbsd" ;;
*-linux2.2* ) platform="linux"
defs="-DNO_MADVISE" ;;
*-linux* ) platform="linux" ;;
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]