svn commit: r341985 - head/benchmarks/wrk

Martin Wilke miwi at FreeBSD.org
Fri Jan 31 12:32:20 UTC 2014


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>


More information about the svn-ports-all mailing list