Date: Thu, 20 Oct 2005 18:50:18 GMT From: stanislav shalunov <shalunov@internet2.edu> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/87683: New port: benchmarks/thrulay: network capacity tester Message-ID: <200510201850.j9KIoItI060140@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/87683; it has been noted by GNATS. From: stanislav shalunov <shalunov@internet2.edu> To: Sergey Matveychuk <sem@FreeBSD.org> Cc: bug-followup@FreeBSD.org Subject: Re: ports/87683: New port: benchmarks/thrulay: network capacity tester Date: 20 Oct 2005 14:43:37 -0400 Sergey Matveychuk <sem@FreeBSD.org> writes: > There is a problem with build on 4.11: > cc1: unknown C standard `gnu99' > No problem with 5.4 and 6.0. > It can be fixed with USE_GCC. I have no 4.x machine to try this on, but I expect that, as you suggest, the following patch should solve this. Sorry about my inability to test on 4.x. diff -u Makefile.orig Makefile --- Makefile.orig Wed Oct 19 15:33:10 2005 +++ Makefile Thu Oct 20 14:39:16 2005 @@ -17,6 +17,7 @@ MAN1= thrulay.1 MAN8= thrulayd.8 MANCOMPRESSED= no +USE_GCC= 3.2+ HAS_CONFIGURE= yes USE_GMAKE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510201850.j9KIoItI060140>