aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2015-06-03 07:58:59 +0800
committerosa <osa@FreeBSD.org>2015-06-03 07:58:59 +0800
commit93bde1eaff49b2169054567b11378fdb797c6e49 (patch)
tree0f660b42de57cb43025cea0aa3da63adcebd9028 /benchmarks
parent8ae56ebe287c03dee7d81d7489fa21e4f37cba01 (diff)
downloadfreebsd-ports-gnome-93bde1eaff49b2169054567b11378fdb797c6e49.tar.gz
freebsd-ports-gnome-93bde1eaff49b2169054567b11378fdb797c6e49.tar.zst
freebsd-ports-gnome-93bde1eaff49b2169054567b11378fdb797c6e49.zip
Fix build after lang/luajit upgrade to latest version.
Bump PORTREVISION.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/wrk/Makefile2
-rw-r--r--benchmarks/wrk/files/patch-Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/wrk/Makefile b/benchmarks/wrk/Makefile
index a26e8003e766..3e61aad80265 100644
--- a/benchmarks/wrk/Makefile
+++ b/benchmarks/wrk/Makefile
@@ -3,7 +3,7 @@
PORTNAME= wrk
PORTVERSION= 4.0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= benchmarks www
DISTNAME= ${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
diff --git a/benchmarks/wrk/files/patch-Makefile b/benchmarks/wrk/files/patch-Makefile
index 6407c911cddd..60d14b8af194 100644
--- a/benchmarks/wrk/files/patch-Makefile
+++ b/benchmarks/wrk/files/patch-Makefile
@@ -1,5 +1,5 @@
--- Makefile.orig 2015-03-24 13:03:52.000000000 +0300
-+++ Makefile 2015-05-31 22:58:26.276469000 +0300
++++ Makefile 2015-06-02 22:37:10.831330000 +0300
@@ -1,5 +1,5 @@
-CFLAGS := -std=c99 -Wall -O2 -D_REENTRANT
-LIBS := -lpthread -lm -lcrypto -lssl
@@ -38,7 +38,7 @@
$(ODIR)/bytecode.o: src/wrk.lua
@echo LUAJIT $<
- @$(SHELL) -c 'cd $(LDIR) && ./luajit -b $(CURDIR)/$< $(CURDIR)/$@'
-+ $(SHELL) -c 'cd $(LDIR) && ${PREFIX}/bin/luajit -b $(CURDIR)/$< $(CURDIR)/$@'
++ $(SHELL) -c '${PREFIX}/bin/luajit -b $(CURDIR)/$< $(CURDIR)/$@'
$(ODIR)/%.o : %.c
@echo CC $<