From owner-cvs-all@FreeBSD.ORG Tue Sep 18 19:31:00 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 9AB7316A468; Tue, 18 Sep 2007 19:30:58 +0000 (UTC) (envelope-from krion@voodoo.bawue.com) Received: from voodoo.bawue.com (voodoo.bawue.com [212.9.161.119]) by mx1.freebsd.org (Postfix) with ESMTP id 5FEC713C45B; Tue, 18 Sep 2007 19:30:58 +0000 (UTC) (envelope-from krion@voodoo.bawue.com) Received: from krion by voodoo.bawue.com with local (Exim 4.68 (FreeBSD)) (envelope-from ) id 1IXiIi-0003Dz-N9; Tue, 18 Sep 2007 21:00:00 +0200 Date: Tue, 18 Sep 2007 21:00:00 +0200 From: Kirill Ponomarew To: "David E. O'Brien" Message-ID: <20070918185959.GB1429@voodoo.bawue.com> References: <200709181414.l8IEEuj0036571@repoman.freebsd.org> <20070918141503.2CD9916A4DE@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070918141503.2CD9916A4DE@hub.freebsd.org> X-NIC-HDL: KP869-RIPE Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: [ports] cvs commit: ports/lang/pcc Makefile 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 19:31:00 -0000 On Tue, Sep 18, 2007 at 02:15:03PM +0000, David E. O'Brien wrote: > obrien 2007-09-18 14:14:56 UTC > > FreeBSD ports repository > > Modified files: > lang/pcc Makefile > Log: > Use Gmake for now - for some reason 1/2 time bmake will not 'make all' > within the build directory. > > Submitted by: Marcus von Appen > > Revision Changes Path > 1.2 +1 -0 ports/lang/pcc/Makefile > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > > > Index: ports/lang/pcc/Makefile > diff -u ports/lang/pcc/Makefile:1.1 ports/lang/pcc/Makefile:1.2 > --- ports/lang/pcc/Makefile:1.1 Tue Sep 18 02:48:52 2007 > +++ ports/lang/pcc/Makefile Tue Sep 18 14:14:55 2007 > @@ -22,6 +22,7 @@ > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > GNU_CONFIGURE= YES > CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} > +USE_GMAKE= I_dont_know_why_bmake_isnt_always_working_right ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ I couldn't find it in Porters Handbook, could you please fix it ? -Kirill