From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 20 18:50:18 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF3BE16A41F for ; Thu, 20 Oct 2005 18:50:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A75743D5A for ; Thu, 20 Oct 2005 18:50:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9KIoIIw060141 for ; Thu, 20 Oct 2005 18:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9KIoItI060140; Thu, 20 Oct 2005 18:50:18 GMT (envelope-from gnats) Date: Thu, 20 Oct 2005 18:50:18 GMT Message-Id: <200510201850.j9KIoItI060140@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: stanislav shalunov Cc: Subject: Re: ports/87683: New port: benchmarks/thrulay: network capacity tester X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stanislav shalunov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 18:50:18 -0000 The following reply was made to PR ports/87683; it has been noted by GNATS. From: stanislav shalunov To: Sergey Matveychuk 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 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