Index: head/benchmarks/stress-ng/Makefile =================================================================== --- head/benchmarks/stress-ng/Makefile (revision 504782) +++ head/benchmarks/stress-ng/Makefile (revision 504783) @@ -1,31 +1,31 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.09.58 +PORTVERSION= 0.09.59.1 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ MAINTAINER= pizzamig@FreeBSD.org COMMENT= Stress test benchmarks LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_aarch64= Fails to link: missing sbrk USES= compiler:c11 gmake tar:xz ALL_TARGET= # empty PLIST_FILES= bin/stress-ng man/man1/stress-ng.1.gz post-patch: ${REINPLACE_CMD} -e \ 's/int main(void)/int main(void) __attributes__((noinline))/' \ ${WRKSRC}/stress-atomic.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/stress-ng ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/stress-ng.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include Index: head/benchmarks/stress-ng/distinfo =================================================================== --- head/benchmarks/stress-ng/distinfo (revision 504782) +++ head/benchmarks/stress-ng/distinfo (revision 504783) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557220170 -SHA256 (stress-ng-0.09.58.tar.xz) = ea1ba0e96637d7ecc0d2b08c981c4fcb3e7753ca7d64d76210154440b9a194e6 -SIZE (stress-ng-0.09.58.tar.xz) = 388568 +TIMESTAMP = 1561110319 +SHA256 (stress-ng-0.09.59.1.tar.xz) = b4c31434ebf964caf7f55b48dbfc9bacfee98fd79d7ece52259ca29de2346a38 +SIZE (stress-ng-0.09.59.1.tar.xz) = 392788 Index: head/benchmarks/stress-ng/files/patch-stress-resources.c =================================================================== --- head/benchmarks/stress-ng/files/patch-stress-resources.c (nonexistent) +++ head/benchmarks/stress-ng/files/patch-stress-resources.c (revision 504783) @@ -0,0 +1,12 @@ +--- stress-resources.c.orig 2019-06-21 10:48:56 UTC ++++ stress-resources.c +@@ -178,7 +178,9 @@ static void NORETURN waste_resources( + info[i].m_mmap = MAP_FAILED; + info[i].pipe_ret = -1; + info[i].fd_open = -1; ++#if defined(HAVE_EVENTFD) + info[i].fd_ev = -1; ++#endif + #if defined(HAVE_MEMFD_CREATE) + info[i].fd_memfd = -1; + #endif Property changes on: head/benchmarks/stress-ng/files/patch-stress-resources.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property