aboutsummaryrefslogtreecommitdiff
path: root/sysutils/stress/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-14 13:27:01 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-14 13:27:01 +0000
commitaeef1db237e5f10b254f2bb11c59746d486483e4 (patch)
tree7beeb173f875ce214d317d4c079c3fa34354b4a6 /sysutils/stress/Makefile
parentf3fd5eea2caea982f6fc2704a8a9d9f15c99ced2 (diff)
downloadports-aeef1db237e5f10b254f2bb11c59746d486483e4.tar.gz
ports-aeef1db237e5f10b254f2bb11c59746d486483e4.zip
Notes
Diffstat (limited to 'sysutils/stress/Makefile')
-rw-r--r--sysutils/stress/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/sysutils/stress/Makefile b/sysutils/stress/Makefile
index 1abd3c5a6cd9..0088cad7c196 100644
--- a/sysutils/stress/Makefile
+++ b/sysutils/stress/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= stress
-PORTVERSION= 0.18.7
+PORTVERSION= 0.18.8
CATEGORIES= sysutils
MASTER_SITES= http://weather.ou.edu/~apw/projects/stress/ \
http://fresh.t-systems-sfr.com/unix/src/privat2/
@@ -14,11 +14,16 @@ MASTER_SITES= http://weather.ou.edu/~apw/projects/stress/ \
MAINTAINER= jmelo@freebsdbrasil.com.br
COMMENT= Tool to impose load on and stress test Unix-like systems
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
+USE_REINPLACE= yes
CONFIGURE_TARGET= --build ${MACHINE_ARCH}-portbld-freebsd${OSREL}
INFO= stress
MAN1= stress.1
PLIST_FILES= bin/stress
+post-patch:
+ @${REINPLACE_CMD} -e 's|^\(CFLAGS\ \)=|\1 +=|; s|^\(CFLAGS.*\)-Wall|\1|' \
+ ${WRKSRC}/src/Makefile.in
+
.include <bsd.port.mk>