From owner-cvs-all@FreeBSD.ORG Tue Sep 18 15:55:04 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C92C016A417 for ; Tue, 18 Sep 2007 15:55:04 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id DCC0113C461 for ; Tue, 18 Sep 2007 15:55:02 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: (qmail 40970 invoked from network); 18 Sep 2007 15:28:14 -0000 Received: from unknown (HELO ale.andxor.it) (192.168.2.5) by andxor.it with SMTP; 18 Sep 2007 15:28:14 -0000 Message-ID: <46EFEE8E.4070802@FreeBSD.org> Date: Tue, 18 Sep 2007 17:28:14 +0200 From: Alex Dupre User-Agent: Thunderbird 2.0.0.6 (X11/20070827) MIME-Version: 1.0 To: obrien@FreeBSD.org References: <200709180248.l8I2mqbI049227@repoman.freebsd.org> <46EFC2E3.5000708@FreeBSD.org> <20070918144030.GB67357@dragon.NUXI.org> In-Reply-To: <20070918144030.GB67357@dragon.NUXI.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, Sergey Matveychuk Subject: Re: cvs commit: ports/lang Makefile ports/lang/pcc Makefile distinfo pkg-descr ports/lang/pcc/files ccconfig.h f77config.h patch-configure patch-cpp-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 15:55:04 -0000 David O'Brien ha scritto: > It built for me as I was testing(tm). It seems that with bmake it builds > sometimes and not other times. There is nothing I see in pcc*/Makefile > that is Gmake specific. In fact, if you 'make configure' and then > (cd work/pcc* ; make) it builds fine. It's a timing issue, a combination of bad Makefiles and bmake. -- Alex Dupre