pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/mpd Vee need morr spasssse.
details: https://anonhg.NetBSD.org/pkgsrc/rev/676ea8d6a674
branches: trunk
changeset: 512969:676ea8d6a674
user: is <is%pkgsrc.org@localhost>
date: Thu May 18 12:57:15 2006 +0000
description:
Vee need morr spasssse.
diffstat:
lang/mpd/Makefile | 4 ++--
lang/mpd/patches/patch-bl | 22 ++++++++++++++++++++++
2 files changed, 24 insertions(+), 2 deletions(-)
diffs (41 lines):
diff -r 4063e0111366 -r 676ea8d6a674 lang/mpd/Makefile
--- a/lang/mpd/Makefile Thu May 18 12:54:50 2006 +0000
+++ b/lang/mpd/Makefile Thu May 18 12:57:15 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2006/02/05 23:09:46 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/05/18 12:57:15 is Exp $
#
PKGNAME= mpd-1.0.1
DISTNAME= mpd.1.0.1
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= lang parallel
MASTER_SITES= http://www.cs.arizona.edu/mpd/download/
EXTRACT_SUFX= .tgz
diff -r 4063e0111366 -r 676ea8d6a674 lang/mpd/patches/patch-bl
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/mpd/patches/patch-bl Thu May 18 12:57:15 2006 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-bl,v 1.1 2006/05/18 12:57:15 is Exp $
+
+--- vsuite/timings/report.sh.orig 2000-10-31 23:54:09.000000000 +0100
++++ vsuite/timings/report.sh
+@@ -13,7 +13,7 @@ cat build.out || exit 1
+ echo
+ echo "Results are given in microseconds"
+ echo
+-echo " times mean median test"
++echo " times mean median test"
+
+ cat List | while read DIR SCALE DESCR
+ do
+@@ -28,7 +28,7 @@ do
+ END { mid = int ((NR + 1) / 2);
+ median = t[mid] * 1000 / n[mid];
+ mean = nmsec * 1000 / ntimes;
+- printf ("%10d %7.2f %7.2f %s\n", \
++ printf ("%10d %8.3f %8.3f %s\n", \
+ ntimes, mean, median, "'"$DESCR"'");
+ }
+ '
Home |
Main Index |
Thread Index |
Old Index