Date: Tue, 2 Jun 2015 23:58:59 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388416 - in head/benchmarks/wrk: . files Message-ID: <201506022358.t52NwxFt043604@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 $<
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506022358.t52NwxFt043604>