Date: Fri, 31 Jan 2014 12:32:19 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341985 - head/benchmarks/wrk Message-ID: <201401311232.s0VCWJEH099609@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Fri Jan 31 12:32:19 2014 New Revision: 341985 URL: http://svnweb.freebsd.org/changeset/ports/341985 QAT: https://qat.redports.org/buildarchive/r341985/ Log: - Stage support - While here drop FreeBSD 7 support Modified: head/benchmarks/wrk/Makefile Modified: head/benchmarks/wrk/Makefile ============================================================================== --- head/benchmarks/wrk/Makefile Fri Jan 31 12:31:24 2014 (r341984) +++ head/benchmarks/wrk/Makefile Fri Jan 31 12:32:19 2014 (r341985) @@ -20,17 +20,10 @@ CFLAGS+= -std=c99 -D_DECLARE_C99_LDBL_MA PLIST_FILES= bin/wrk -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 800000 -BROKEN= does not link on FreeBSD 7.x -.endif - post-patch: @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g;' ${WRKSRC}/Makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401311232.s0VCWJEH099609>