summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authordholland <dholland>2015-11-07 20:07:07 +0000
committerdholland <dholland>2015-11-07 20:07:07 +0000
commit23ab44c0fed1e007b3572e921f71d6717ce2b365 (patch)
tree4cada3162b0557882628eaf704a2f5585a0ddfb3 /benchmarks
parente3f826c2481d8bb5b86603080dfb3eee1b5cf13e (diff)
downloadpkgsrc-23ab44c0fed1e007b3572e921f71d6717ce2b365.tar.gz
Add builds for OpenBSD, Bitrig, and MacOS. Treat them all like NetBSD for
now; MacOS might turn out to need its own stanza.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/nettest/distinfo4
-rw-r--r--benchmarks/nettest/patches/patch-aa7
2 files changed, 7 insertions, 4 deletions
diff --git a/benchmarks/nettest/distinfo b/benchmarks/nettest/distinfo
index 42f136899bc..a27f922e447 100644
--- a/benchmarks/nettest/distinfo
+++ b/benchmarks/nettest/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.11 2015/11/03 00:25:51 agc Exp $
+$NetBSD: distinfo,v 1.12 2015/11/07 20:07:07 dholland Exp $
SHA1 (nettest.92.11.09.tar.Z) = 745408751115784f8f5dc63b16428eb1404d6c5e
RMD160 (nettest.92.11.09.tar.Z) = dadf2688c5d57dc019df7267f35089e70a92bd79
SHA512 (nettest.92.11.09.tar.Z) = f2ff63a84f3001673988a2608bdeb2e6b9725ad522c1db02c9dedc649beca2c0610991faa655370e043be3f4ba3a6a28a66cf1f7be1fcfaeef59fc354019f249
Size (nettest.92.11.09.tar.Z) = 35068 bytes
-SHA1 (patch-aa) = 969de4bb4d98cf31ef7dc516bdc74fc8640e5b5a
+SHA1 (patch-aa) = dbe24bfdc96933b9711bd0f9fbec2788117f33f7
SHA1 (patch-ab) = e96227451fce253cd77491cfa2214fa49651af15
SHA1 (patch-ac) = 7c6f6abf3012c81d8898c4ef21936e0e89d108dd
SHA1 (patch-ad) = bbae628cc8cb7a38f89f912d8682dc100fceeabc
diff --git a/benchmarks/nettest/patches/patch-aa b/benchmarks/nettest/patches/patch-aa
index a063a054cbe..aff473e14eb 100644
--- a/benchmarks/nettest/patches/patch-aa
+++ b/benchmarks/nettest/patches/patch-aa
@@ -1,4 +1,7 @@
-$NetBSD: patch-aa,v 1.6 2014/04/23 20:22:56 asau Exp $
+$NetBSD: patch-aa,v 1.7 2015/11/07 20:07:07 dholland Exp $
+
+ - uname might be in /usr/bin
+ - add configury for modern OSes
--- Makefile.orig 1992-11-05 22:03:14.000000000 +0000
+++ Makefile
@@ -37,7 +40,7 @@ $NetBSD: patch-aa,v 1.6 2014/04/23 20:22:56 asau Exp $
+ DEFINES="-DSYSV -DWAIT3CODE -DNAMEDPIPES -DNO_ISO" \
+ LIBS="-lsocket -lnsl" OPT="-O"
+
-+NetBSD FreeBSD DragonFly:
++NetBSD FreeBSD DragonFly OpenBSD Bitrig Darwin:
+ $(MAKE) objs \
+ INCLUDE="" \
+ DEFINES="-DWAIT3CODE -DBSD44 -DNAMEDPIPES -DNO_ISO -DNONVOID_SETPGRP" \