diff options
author | is <is> | 2006-05-18 12:57:15 +0000 |
---|---|---|
committer | is <is> | 2006-05-18 12:57:15 +0000 |
commit | 70c4dad937a8a81df5688c140052ea6b7947f435 (patch) | |
tree | d81bbdedb4cde6f4ee57a77ecb9392633fe8220f | |
parent | c9b4b5401e3cb3812199291e1c91c981521cae76 (diff) | |
download | pkgsrc-70c4dad937a8a81df5688c140052ea6b7947f435.tar.gz |
Vee need morr spasssse.
-rw-r--r-- | lang/mpd/Makefile | 4 | ||||
-rw-r--r-- | lang/mpd/patches/patch-bl | 22 |
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"'"); + } + ' |