Index: head/sysutils/stress/Makefile =================================================================== --- head/sysutils/stress/Makefile (revision 518693) +++ head/sysutils/stress/Makefile (revision 518694) @@ -1,26 +1,24 @@ # Created by: Dmitri Nikulin # $FreeBSD$ PORTNAME= stress PORTVERSION= 1.0.4 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= https://people.seas.harvard.edu/~apw/stress/ +MASTER_SITES= http://repository.timesys.com/buildsources/s/stress/ MAINTAINER= skreuzer@FreeBSD.org COMMENT= Tool to impose load on and stress test Unix-like systems - -BROKEN= unfetchable LICENSE= GPLv3 GNU_CONFIGURE= yes INFO= stress PLIST_FILES= bin/stress man/man1/stress.1.gz post-patch: @${REINPLACE_CMD} -e 's|^\(CFLAGS\ \)=|\1 +=|; s|^\(CFLAGS.*\)-Wall|\1|' \ ${WRKSRC}/src/Makefile.in .include