diff options
author | wiz <wiz> | 2012-01-23 09:39:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-01-23 09:39:52 +0000 |
commit | 33800d9517c1ee440eda6493a4965b15fe469f7d (patch) | |
tree | 504227707c38339337647f9b92a23869b66ea95c /benchmarks | |
parent | d7c59cd90b6a5d04badaf2783d8d831540121f2e (diff) | |
download | pkgsrc-33800d9517c1ee440eda6493a4965b15fe469f7d.tar.gz |
Remove chunk that was added for 1.6.2 compatibility, but affects the
run-time. Noted by yamt@ in PR 45866.
Bump PKGREVISION.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/dbench/Makefile | 3 | ||||
-rw-r--r-- | benchmarks/dbench/distinfo | 4 | ||||
-rw-r--r-- | benchmarks/dbench/patches/patch-aa | 17 |
3 files changed, 5 insertions, 19 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile index c6f02f09401..6b55b683ddd 100644 --- a/benchmarks/dbench/Makefile +++ b/benchmarks/dbench/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2009/07/08 14:12:30 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2012/01/23 09:39:52 wiz Exp $ DISTNAME= dbench-3.04 +PKGREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= http://samba.org/ftp/tridge/dbench/ diff --git a/benchmarks/dbench/distinfo b/benchmarks/dbench/distinfo index 9bd2a238e0f..f686e67f989 100644 --- a/benchmarks/dbench/distinfo +++ b/benchmarks/dbench/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.11 2008/05/01 13:17:55 obache Exp $ +$NetBSD: distinfo,v 1.12 2012/01/23 09:39:52 wiz Exp $ SHA1 (dbench-3.04.tar.gz) = 09d7b647663ddc3e5617956dedd1aa6a4da2d840 RMD160 (dbench-3.04.tar.gz) = 707f396aec21e6c6c79a6b93217e9503356cefea Size (dbench-3.04.tar.gz) = 2078197 bytes -SHA1 (patch-aa) = 462f50ac9d529d788f165556846df88b8d8765c6 +SHA1 (patch-aa) = f808137abe6b88add704ffbbaaa7684b84a5900c SHA1 (patch-ab) = 8d17f83c86ef9b733f6970454f3321a8afdac600 SHA1 (patch-ac) = b60ff204f1f2a1f30976a8c2a51f19e0633e4bf5 diff --git a/benchmarks/dbench/patches/patch-aa b/benchmarks/dbench/patches/patch-aa index dc5e73bfd3a..3cd4ddaf848 100644 --- a/benchmarks/dbench/patches/patch-aa +++ b/benchmarks/dbench/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.5 2005/11/06 19:39:49 joerg Exp $ +$NetBSD: patch-aa,v 1.6 2012/01/23 09:39:52 wiz Exp $ --- fileio.c.orig 2004-12-13 02:47:59.000000000 +0000 +++ fileio.c @@ -17,18 +17,3 @@ $NetBSD: patch-aa,v 1.5 2005/11/06 19:39:49 joerg Exp $ #define MAX_FILES 200 -@@ -375,12 +383,14 @@ void nb_qfileinfo(struct child_struct *c - - void nb_qfsinfo(struct child_struct *child, int level, const char *status) - { -+#if 0 /* does this code do anything useful? */ - struct statvfs st; - - (void)level; - (void)status; - - statvfs(child->directory, &st); -+#endif - } - - void nb_findfirst(struct child_struct *child, char *fname, int level, int maxcnt, |