=> Bootstrap dependency digest>=20010302: found digest-20211005 WARNING: [license.mk] Every package should define a LICENSE. => Checksum RMD160 OK for hbench-OS-1.1.tar.gz => Checksum SHA512 OK for hbench-OS-1.1.tar.gz => Checksum RMD160 OK for hbench-OS-1.1-provisional-patch1.diff => Checksum SHA512 OK for hbench-OS-1.1-provisional-patch1.diff ===> Installing dependencies for hbench-1.1nb10 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency cwrappers>=20150314: found cwrappers-20180325 => Full dependency gnuplot>=3.7: found gnuplot-5.4.1nb4 => Full dependency perl>=5.0: found perl-5.34.0nb3 => Full dependency osabi-NetBSD-9.0: found osabi-NetBSD-9.0 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Overriding tools for hbench-1.1nb10 ===> Extracting for hbench-1.1nb10 /bin/cp /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/files/do-install /tmp/benchmarks/hbench/work/HBenchOS ===> Patching for hbench-1.1nb10 => Applying distribution patches for hbench-1.1nb10 => Applying distribution patch hbench-OS-1.1-provisional-patch1.diff Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- | Roll in some patches from NetBSD's hbench package: | - minor modernizations and fixes | - recognize DragonFlyBSD | | Fix for mhz, from Chris Gilbert of NetBSD: | | Fiz mhz calculation for arm. It seems gcc has become | intelligent enough to optimize away the loop used for | timing. Do something in the loop for arm that can't be | optimized away, and will also meet the 1,000 instructions | in the loop requirement. | | This allows mhz to calculate sensible Mhz on a StrongArm | (228Mhz rather than 56Mhz) | | Other hardware probably also need fixing, as gcc probably | applies the same optimizations on them. | | I have enabled this logic as the default for all processors, | not just arm. I also had to add volatile to the loop counter | to keep gcc from optimizing away the loop. Now I at least | get the right order of magnitude result on my amd64 machine | rather than 4 terahertz. | | Do some hacking to get something like a clean compile with | gcc -Wall. This includes: | - declare all args present in K&R function definitions | - make sure all function definitions have a return type | - declare functions before calling them | - fix some signed/unsigned comparison problems | - fix some printf formats to match their argument types | - fix some printf calls that were missing arguments | - use long instead of int in some cases for 64-bit cleanliness | - call execlp correctly in lat_proc.c | - move a few decls of things used within ifdefs into ifdefs | - delete a few unused variables | - add missing standard headers | - use socklen_t where needed | - add where needed | | Fix some macros that were trying to stringize with double quotes. | | I have not moved the code to C89, because I know the original | motivation for writing it K&R-style and keeping it that way | was so it would build and run on ancient Buggix-type platforms | with equally ancient compilers. This is probably still true, | even though the number of such platforms has dwindled. | | Note: for such platforms the build will fail on socklen_t. For | all such platforms I know of it's safe to add -Dsocklen_t=int | to CFLAGS. If that doesn't work, try unsigned long. | | In gen_iterations, bail out if we exceed the maximum number of | iterations that the iteration variable can count, instead of | going into an infinite loop. While this *shouldn't* happen, it | *can* happen if some compiler optimizes away the test loop. | | - dholland 20110912 | |diff -r 0a2df15eaa54 -r 407fec8af34b scripts/interactive-setup |--- a/scripts/interactive-setup Mon Sep 12 03:41:35 2011 -0400 |+++ b/scripts/interactive-setup Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file scripts/interactive-setup using Plan A... Hunk #1 succeeded at 44. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/Makefile |--- a/src/Makefile Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/Makefile Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/Makefile using Plan A... Hunk #1 succeeded at 114. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/bench.h |--- a/src/bench.h Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/bench.h Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/bench.h using Plan A... Hunk #1 succeeded at 66. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/bw_bzero.c |--- a/src/bw_bzero.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/bw_bzero.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/bw_bzero.c using Plan A... Hunk #1 succeeded at 53. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/bw_file_rd.c |--- a/src/bw_file_rd.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/bw_file_rd.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/bw_file_rd.c using Plan A... Hunk #1 succeeded at 42. Hunk #2 succeeded at 155. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/bw_mem_cp.c |--- a/src/bw_mem_cp.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/bw_mem_cp.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/bw_mem_cp.c using Plan A... Hunk #1 succeeded at 73. Hunk #2 succeeded at 114. Hunk #3 succeeded at 237. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/bw_mem_rd.c |--- a/src/bw_mem_rd.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/bw_mem_rd.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/bw_mem_rd.c using Plan A... Hunk #1 succeeded at 62. Hunk #2 succeeded at 90. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/bw_mem_wr.c |--- a/src/bw_mem_wr.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/bw_mem_wr.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/bw_mem_wr.c using Plan A... Hunk #1 succeeded at 63. Hunk #2 succeeded at 91. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/bw_mmap_rd.c |--- a/src/bw_mmap_rd.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/bw_mmap_rd.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/bw_mmap_rd.c using Plan A... Hunk #1 succeeded at 50. Hunk #2 succeeded at 63. Hunk #3 succeeded at 86. Hunk #4 succeeded at 113. Hunk #5 succeeded at 124. Hunk #6 succeeded at 181. Hunk #7 succeeded at 201. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/bw_pipe.c |--- a/src/bw_pipe.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/bw_pipe.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/bw_pipe.c using Plan A... Hunk #1 succeeded at 38. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/bw_tcp.c |--- a/src/bw_tcp.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/bw_tcp.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/bw_tcp.c using Plan A... Hunk #1 succeeded at 49. Hunk #2 succeeded at 65. Hunk #3 succeeded at 83. Hunk #4 succeeded at 171. Hunk #5 succeeded at 198. Hunk #6 succeeded at 267. Hunk #7 succeeded at 301. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/hello.c |--- a/src/hello.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/hello.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/hello.c using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/lat_connect.c |--- a/src/lat_connect.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/lat_connect.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/lat_connect.c using Plan A... Hunk #1 succeeded at 47. Hunk #2 succeeded at 63. Hunk #3 succeeded at 157. Hunk #4 succeeded at 169. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/lat_ctx.c |--- a/src/lat_ctx.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/lat_ctx.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/lat_ctx.c using Plan A... Hunk #1 succeeded at 39. Hunk #2 succeeded at 91. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/lat_ctx2.c |--- a/src/lat_ctx2.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/lat_ctx2.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/lat_ctx2.c using Plan A... Hunk #1 succeeded at 39. Hunk #2 succeeded at 91. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/lat_fs.c |--- a/src/lat_fs.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/lat_fs.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/lat_fs.c using Plan A... Hunk #1 succeeded at 42. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/lat_fslayer.c |--- a/src/lat_fslayer.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/lat_fslayer.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/lat_fslayer.c using Plan A... Hunk #1 succeeded at 39. Hunk #2 succeeded at 51. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/lat_mem_rd.c |--- a/src/lat_mem_rd.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/lat_mem_rd.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/lat_mem_rd.c using Plan A... Hunk #1 succeeded at 44. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/lat_mmap.c |--- a/src/lat_mmap.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/lat_mmap.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/lat_mmap.c using Plan A... Hunk #1 succeeded at 43. Hunk #2 succeeded at 144. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/lat_pagefault.c |--- a/src/lat_pagefault.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/lat_pagefault.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/lat_pagefault.c using Plan A... Hunk #1 succeeded at 16. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/lat_proc.c |--- a/src/lat_proc.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/lat_proc.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/lat_proc.c using Plan A... Hunk #1 succeeded at 38. Hunk #2 succeeded at 218. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/lat_rpc.c |--- a/src/lat_rpc.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/lat_rpc.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/lat_rpc.c using Plan A... Hunk #1 succeeded at 48. Hunk #2 succeeded at 152. Hunk #3 succeeded at 222. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/lat_syscall.c |--- a/src/lat_syscall.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/lat_syscall.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/lat_syscall.c using Plan A... Hunk #1 succeeded at 43. Hunk #2 succeeded at 62. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/lat_tcp.c |--- a/src/lat_tcp.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/lat_tcp.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/lat_tcp.c using Plan A... Hunk #1 succeeded at 42. Hunk #2 succeeded at 173. Hunk #3 succeeded at 204. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/lat_udp.c |--- a/src/lat_udp.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/lat_udp.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/lat_udp.c using Plan A... Hunk #1 succeeded at 41. Hunk #2 succeeded at 185. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/lib_tcp.c |--- a/src/lib_tcp.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/lib_tcp.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/lib_tcp.c using Plan A... Hunk #1 succeeded at 9. Hunk #2 succeeded at 29. Hunk #3 succeeded at 73. Hunk #4 succeeded at 86. Hunk #5 succeeded at 124. Hunk #6 succeeded at 135. Hunk #7 succeeded at 195. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/lib_udp.c |--- a/src/lib_udp.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/lib_udp.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/lib_udp.c using Plan A... Hunk #1 succeeded at 11. Hunk #2 succeeded at 21. Hunk #3 succeeded at 63. Hunk #4 succeeded at 74. Hunk #5 succeeded at 118. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/memsize.c |--- a/src/memsize.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/memsize.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/memsize.c using Plan A... Hunk #1 succeeded at 38. Hunk #2 succeeded at 99. Hunk #3 succeeded at 123. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/mhz.c |--- a/src/mhz.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/mhz.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/mhz.c using Plan A... Hunk #1 succeeded at 122. Hunk #2 succeeded at 136. Hunk #3 succeeded at 162. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/timing.c |--- a/src/timing.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/timing.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/timing.c using Plan A... Hunk #1 succeeded at 250. Hunk #2 succeeded at 263. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -r 0a2df15eaa54 -r 407fec8af34b src/utils.c |--- a/src/utils.c Mon Sep 12 03:41:35 2011 -0400 |+++ b/src/utils.c Mon Sep 12 06:25:57 2011 -0400 -------------------------- Patching file src/utils.c using Plan A... Hunk #1 succeeded at 155. done => Applying pkgsrc patches for hbench-1.1nb10 => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-aa => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-aa Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-aa,v 1.3 2011/09/12 11:15:33 dholland Exp $ |--- scripts/interactive-setup.orig Thu Jun 26 17:37:25 1997 |+++ scripts/interactive-setup Sat Sep 5 09:59:03 1998 -------------------------- Patching file scripts/interactive-setup using Plan A... Hunk #1 succeeded at 35. Hunk #2 succeeded at 63. Hunk #3 succeeded at 108. Hunk #4 succeeded at 119. Hunk #5 succeeded at 191. Hunk #6 succeeded at 297. Hunk #7 succeeded at 345. Hunk #8 succeeded at 361. Hunk #9 succeeded at 381. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-ab => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-ab Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ab,v 1.5 2005/11/05 19:47:51 kristerw Exp $ | |--- scripts/create-all-analyses.orig 1997-06-27 02:37:12.000000000 +0200 |+++ scripts/create-all-analyses 2005-11-05 20:39:31.000000000 +0100 -------------------------- Patching file scripts/create-all-analyses using Plan A... Hunk #1 succeeded at 33. Hunk #2 succeeded at 37. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-ac => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-ac Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ac,v 1.5 2005/11/05 19:47:51 kristerw Exp $ | |--- scripts/create-all-latgraphs.orig 1997-06-27 02:37:14.000000000 +0200 |+++ scripts/create-all-latgraphs 2005-11-05 20:39:31.000000000 +0100 -------------------------- Patching file scripts/create-all-latgraphs using Plan A... Hunk #1 succeeded at 35. Hunk #2 succeeded at 39. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-ad => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-ad Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ad,v 1.5 2005/11/05 19:47:51 kristerw Exp $ | |--- scripts/create-all-summaries.orig 1997-06-27 02:37:14.000000000 +0200 |+++ scripts/create-all-summaries 2005-11-05 20:39:31.000000000 +0100 -------------------------- Patching file scripts/create-all-summaries using Plan A... Hunk #1 succeeded at 33. Hunk #2 succeeded at 37. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-ae => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-ae Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ae,v 1.2 1998/09/23 16:56:01 agc Exp $ |--- scripts/gen-analysis.orig Sat Sep 5 09:17:12 1998 |+++ scripts/gen-analysis Sat Sep 5 09:19:56 1998 -------------------------- Patching file scripts/gen-analysis using Plan A... Hunk #1 succeeded at 47. Hunk #2 succeeded at 99. Hunk #3 succeeded at 156. Hunk #4 succeeded at 216. Hunk #5 succeeded at 266. Hunk #6 succeeded at 278. Hunk #7 succeeded at 297. Hunk #8 succeeded at 315. Hunk #9 succeeded at 339. Hunk #10 succeeded at 353. Hunk #11 succeeded at 374. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-af => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-af Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-af,v 1.2 1998/09/23 16:56:01 agc Exp $ |--- scripts/gen-latgraph.orig Sat Sep 5 09:20:49 1998 |+++ scripts/gen-latgraph Sat Sep 5 09:22:07 1998 -------------------------- Patching file scripts/gen-latgraph using Plan A... Hunk #1 succeeded at 63. Hunk #2 succeeded at 80. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-ag => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-ag Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ag,v 1.2 1998/09/23 16:56:01 agc Exp $ |--- scripts/gen-summary.orig Sat Sep 5 09:23:30 1998 |+++ scripts/gen-summary Sat Sep 5 09:24:09 1998 -------------------------- Patching file scripts/gen-summary using Plan A... Hunk #1 succeeded at 45. Hunk #2 succeeded at 57. Hunk #3 succeeded at 67. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-ah => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-ah Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ah,v 1.3 2011/09/12 10:47:11 dholland Exp $ | |Make it installable (it was originally meant to be run out of its source tree) | |--- scripts/maindriver.orig 2003-03-19 17:54:05.000000000 +0000 |+++ scripts/maindriver -------------------------- Patching file scripts/maindriver using Plan A... Hunk #1 succeeded at 48. Hunk #2 succeeded at 93. Hunk #3 succeeded at 119. Hunk #4 succeeded at 426. Hunk #5 succeeded at 787. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-ai => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-ai Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ai,v 1.2 1998/09/23 16:56:01 agc Exp $ |--- Results/Makefile.orig Sat Sep 5 09:35:16 1998 |+++ Results/Makefile Sat Sep 5 09:36:22 1998 -------------------------- Patching file Results/Makefile using Plan A... Hunk #1 succeeded at 41. Hunk #2 succeeded at 78. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-aj => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-aj Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-aj,v 1.1 1998/09/05 22:02:20 garbled Exp $ |--- scripts/stats-full.orig Sat Sep 5 11:56:46 1998 |+++ scripts/stats-full Sat Sep 5 11:57:38 1998 -------------------------- Patching file scripts/stats-full using Plan A... Hunk #1 succeeded at 85. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-al => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-al Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-al,v 1.4 2005/03/03 11:54:31 garbled Exp $ |--- src/bw_pipe.c.orig 1997-06-26 17:34:33.000000000 -0700 |+++ src/bw_pipe.c 2005-03-03 01:31:48.000000000 -0700 -------------------------- Patching file src/bw_pipe.c using Plan A... Hunk #1 succeeded at 136 (offset 2 lines). Hunk #2 succeeded at 149 (offset 2 lines). Hunk #3 succeeded at 163 (offset 2 lines). Hunk #4 succeeded at 177 (offset 2 lines). done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-am => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-am Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-am,v 1.2 2005/03/03 11:54:31 garbled Exp $ |--- ./src/lat_fs.c Fri Jun 27 01:34:38 1997 |+++ work/hbench-OS/src/lat_fs.c Wed Aug 14 12:48:11 2002 -------------------------- Patching file ./src/lat_fs.c using Plan A... Hunk #1 succeeded at 230 (offset 1 line). done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-an => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-an Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-an,v 1.3 2011/09/12 11:15:33 dholland Exp $ | |Speed up the loop calibration. | |--- src/timing.c.orig 2011-09-12 10:54:05.000000000 +0000 |+++ src/timing.c -------------------------- Patching file src/timing.c using Plan A... Hunk #1 succeeded at 252. Hunk #2 succeeded at 271. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-ao => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-ao Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ao,v 1.2 2005/03/03 11:54:31 garbled Exp $ |--- src/lat_ctx.c.orig 1997-06-26 17:34:37.000000000 -0700 |+++ src/lat_ctx.c 2005-03-03 01:21:56.000000000 -0700 -------------------------- Patching file src/lat_ctx.c using Plan A... Hunk #1 succeeded at 64 (offset 1 line). Hunk #2 succeeded at 86 (offset 1 line). Hunk #3 succeeded at 278 (offset 1 line). done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-ap => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-ap Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ap,v 1.2 2005/03/03 11:54:31 garbled Exp $ |--- src/lat_ctx2.c.orig 1997-06-26 17:34:37.000000000 -0700 |+++ src/lat_ctx2.c 2005-03-03 01:21:59.000000000 -0700 -------------------------- Patching file src/lat_ctx2.c using Plan A... Hunk #1 succeeded at 64 (offset 1 line). Hunk #2 succeeded at 86 (offset 1 line). Hunk #3 succeeded at 253 (offset 1 line). done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-aq => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-aq Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-aq,v 1.6 2012/05/23 04:34:06 dholland Exp $ | |- fix parallel build |- solaris runs not only on sparc |- work around RMS's ego in config.guess output | |--- src/Makefile.orig 2012-05-23 04:39:22.000000000 +0000 |+++ src/Makefile -------------------------- Patching file src/Makefile using Plan A... Hunk #1 succeeded at 71. Hunk #2 succeeded at 121. Hunk #3 succeeded at 170. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-as => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-as Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-as,v 1.1 2009/07/08 14:19:46 joerg Exp $ | |--- do-install.orig 2009-07-08 16:18:25.000000000 +0200 |+++ do-install -------------------------- Patching file do-install using Plan A... Hunk #1 succeeded at 27. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-src_arch_i386_cyclecounter.c => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/benchmarks/hbench/patches/patch-src_arch_i386_cyclecounter.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_arch_i386_cyclecounter.c,v 1.1 2012/02/28 15:49:56 hans Exp $ | |--- src/arch/i386/cyclecounter.c.orig 2003-02-28 18:19:53.000000000 +0100 |+++ src/arch/i386/cyclecounter.c 2012-02-28 16:40:39.132704974 +0100 -------------------------- Patching file src/arch/i386/cyclecounter.c using Plan A... Hunk #1 succeeded at 62. done ===> Creating toolchain wrappers for hbench-1.1nb10 ===> Configuring for hbench-1.1nb10 => Replacing bin with libexec. WARNING: [subst.mk:hb] Nothing changed in "scripts/COPYING". WARNING: [subst.mk:hb] Nothing changed in "scripts/argsort". WARNING: [subst.mk:hb] Nothing changed in "scripts/config.guess". WARNING: [subst.mk:hb] Nothing changed in "scripts/config.sub". WARNING: [subst.mk:hb] Nothing changed in "scripts/create-all-analyses.orig". WARNING: [subst.mk:hb] Nothing changed in "scripts/create-all-latgraphs.orig". WARNING: [subst.mk:hb] Nothing changed in "scripts/create-all-summaries.orig". WARNING: [subst.mk:hb] Nothing changed in "scripts/depend". WARNING: [subst.mk:hb] Nothing changed in "scripts/gen-analysis.orig". WARNING: [subst.mk:hb] Nothing changed in "scripts/gen-latgraph.orig". WARNING: [subst.mk:hb] Nothing changed in "scripts/gen-summary.orig". WARNING: [subst.mk:hb] Nothing changed in "scripts/getostype". WARNING: [subst.mk:hb] Nothing changed in "scripts/interactive-setup.orig". WARNING: [subst.mk:hb] Nothing changed in "scripts/interactive-setup.orig_dist". WARNING: [subst.mk:hb] Nothing changed in "scripts/maindriver.orig". WARNING: [subst.mk:hb] Nothing changed in "scripts/stats-full". WARNING: [subst.mk:hb] Nothing changed in "scripts/stats-full.orig". WARNING: [subst.mk:hb] Nothing changed in "scripts/stats-single". => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Checking for portability problems in extracted files