diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-12-14 13:27:01 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-12-14 13:27:01 +0000 |
commit | 1aa0cf8888423050a05b37709017854a41d60932 (patch) | |
tree | e9036741da8c5defc02c94babd3988b160621759 /sysutils/stress | |
parent | 15cd0c7d0bebdfeefd1d494161f8b268fc969495 (diff) | |
download | FreeBSD-ports-1aa0cf8888423050a05b37709017854a41d60932.zip FreeBSD-ports-1aa0cf8888423050a05b37709017854a41d60932.tar.gz |
- Update to 0.18.8
- Respect CFLAGS
PR: 90302
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Diffstat (limited to 'sysutils/stress')
-rw-r--r-- | sysutils/stress/Makefile | 9 | ||||
-rw-r--r-- | sysutils/stress/distinfo | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/sysutils/stress/Makefile b/sysutils/stress/Makefile index 1abd3c5..0088cad 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> diff --git a/sysutils/stress/distinfo b/sysutils/stress/distinfo index 0b6354e..8e2d6a5 100644 --- a/sysutils/stress/distinfo +++ b/sysutils/stress/distinfo @@ -1,3 +1,3 @@ -MD5 (stress-0.18.7.tar.gz) = 97476e2235e37c422259e2f5be5e3519 -SHA256 (stress-0.18.7.tar.gz) = a77874980ef6dfefb325adefe6660f3b999202db45e59ace2568d50346d5a1bd -SIZE (stress-0.18.7.tar.gz) = 163209 +MD5 (stress-0.18.8.tar.gz) = 160d41166d98a1e88c3f95f556633b71 +SHA256 (stress-0.18.8.tar.gz) = 3f753cd91828808ecbdeffd1fe3125eccc6f71ecad7756115acc08b3e2c764dc +SIZE (stress-0.18.8.tar.gz) = 163721 |