summaryrefslogtreecommitdiff
path: root/lang/mpd
diff options
context:
space:
mode:
authoris <is@pkgsrc.org>2006-05-18 12:57:15 +0000
committeris <is@pkgsrc.org>2006-05-18 12:57:15 +0000
commita4b4bfea72b27ddbe0f27714b870c911bc611961 (patch)
treed81bbdedb4cde6f4ee57a77ecb9392633fe8220f /lang/mpd
parentd924b63d00da347cec7745b3bf962852dcc29f17 (diff)
downloadpkgsrc-a4b4bfea72b27ddbe0f27714b870c911bc611961.tar.gz
Vee need morr spasssse.
Diffstat (limited to 'lang/mpd')
-rw-r--r--lang/mpd/Makefile4
-rw-r--r--lang/mpd/patches/patch-bl22
2 files changed, 24 insertions, 2 deletions
diff --git a/lang/mpd/Makefile b/lang/mpd/Makefile
index 81c8f3c3386..f3cc7881cb6 100644
--- a/lang/mpd/Makefile
+++ b/lang/mpd/Makefile
@@ -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 --git a/lang/mpd/patches/patch-bl b/lang/mpd/patches/patch-bl
new file mode 100644
index 00000000000..c65e6eeb36a
--- /dev/null
+++ b/lang/mpd/patches/patch-bl
@@ -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"'");
+ }
+ '