svn commit: r388416 - in head/benchmarks/wrk: . files

Sergey A. Osokin osa at FreeBSD.org
Tue Jun 2 23:59:00 UTC 2015


Author: osa
Date: Tue Jun  2 23:58:59 2015
New Revision: 388416
URL: https://svnweb.freebsd.org/changeset/ports/388416

Log:
  Fix build after lang/luajit upgrade to latest version.
  Bump PORTREVISION.

Modified:
  head/benchmarks/wrk/Makefile
  head/benchmarks/wrk/files/patch-Makefile

Modified: head/benchmarks/wrk/Makefile
==============================================================================
--- head/benchmarks/wrk/Makefile	Tue Jun  2 23:48:59 2015	(r388415)
+++ head/benchmarks/wrk/Makefile	Tue Jun  2 23:58:59 2015	(r388416)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wrk
 PORTVERSION=	4.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	benchmarks www
 DISTNAME=	${PORTVERSION}
 DIST_SUBDIR=	${PORTNAME}

Modified: head/benchmarks/wrk/files/patch-Makefile
==============================================================================
--- head/benchmarks/wrk/files/patch-Makefile	Tue Jun  2 23:48:59 2015	(r388415)
+++ head/benchmarks/wrk/files/patch-Makefile	Tue Jun  2 23:58:59 2015	(r388416)
@@ -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 $<


More information about the svn-ports-head mailing list