summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/hyperfine/Makefile2
-rw-r--r--benchmarks/inferno/Makefile1
-rw-r--r--benchmarks/sysbench/Makefile6
-rw-r--r--benchmarks/sysbench/files/patch-Makefile.am11
4 files changed, 14 insertions, 6 deletions
diff --git a/benchmarks/hyperfine/Makefile b/benchmarks/hyperfine/Makefile
index 7267f42c0701..307c396b2ce1 100644
--- a/benchmarks/hyperfine/Makefile
+++ b/benchmarks/hyperfine/Makefile
@@ -1,7 +1,7 @@
PORTNAME= hyperfine
DISTVERSIONPREFIX= v
DISTVERSION= 1.19.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= benchmarks
MAINTAINER= pizzamig@FreeBSD.org
diff --git a/benchmarks/inferno/Makefile b/benchmarks/inferno/Makefile
index cd520c01a237..9d81132ed542 100644
--- a/benchmarks/inferno/Makefile
+++ b/benchmarks/inferno/Makefile
@@ -1,6 +1,7 @@
PORTNAME= inferno
DISTVERSIONPREFIX= v
DISTVERSION= 0.12.4
+PORTREVISION= 1
CATEGORIES= benchmarks
MAINTAINER= yuri@FreeBSD.org
diff --git a/benchmarks/sysbench/Makefile b/benchmarks/sysbench/Makefile
index e7f852a49582..16f8752007d6 100644
--- a/benchmarks/sysbench/Makefile
+++ b/benchmarks/sysbench/Makefile
@@ -12,8 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libck.so:devel/concurrencykit
-USES= autoreconf compiler:c11 gettext-tools gmake libtool luajit \
- pkgconfig
+USES= autoreconf compiler:c11 gettext-tools gmake libtool luajit pkgconfig
CONFIGURE_ARGS= --with-system-ck --with-system-luajit
GNU_CONFIGURE= yes
@@ -30,7 +29,4 @@ MYSQL_USES= mysql
PGSQL_CONFIGURE_WITH= pgsql
PGSQL_USES= pgsql
-post-patch:
- @${REINPLACE_CMD} -e '/^SUBDIRS = / s| doc||' ${WRKSRC}/Makefile.am
-
.include <bsd.port.mk>
diff --git a/benchmarks/sysbench/files/patch-Makefile.am b/benchmarks/sysbench/files/patch-Makefile.am
new file mode 100644
index 000000000000..122dbdfdb2c6
--- /dev/null
+++ b/benchmarks/sysbench/files/patch-Makefile.am
@@ -0,0 +1,11 @@
+--- Makefile.am.orig 2020-04-24 15:51:47 UTC
++++ Makefile.am
+@@ -26,7 +26,7 @@ endif
+ CK_DIR = third_party/concurrency_kit
+ endif
+
+-SUBDIRS = doc $(LUAJIT_DIR) $(CK_DIR) src tests
++SUBDIRS = $(LUAJIT_DIR) $(CK_DIR) src tests
+
+ EXTRA_DIST = autogen.sh README.md README-WIN.txt README-Oracle.md ChangeLog \
+ snap/snapcraft.yaml.in third_party/cram \