From owner-cvs-all@FreeBSD.ORG Sat May 1 22:27:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3A1516A4CE; Sat, 1 May 2004 22:27:50 -0700 (PDT) Received: from sirius.firepipe.net (sirius.firepipe.net [69.13.116.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB28843D2D; Sat, 1 May 2004 22:27:50 -0700 (PDT) (envelope-from petef@sirius.firepipe.net) Received: from sirius.firepipe.net (localhost.firepipe.net [127.0.0.1]) by sirius.firepipe.net (Postfix) with ESMTP id 31135177CB; Sun, 2 May 2004 00:27:50 -0500 (EST) From: Pete Fritchman To: Kris Kennaway In-Reply-To: Message from Kris Kennaway <20040502030206.GA45270@xor.obsecurity.org> Date: Sun, 02 May 2004 00:27:50 -0500 Sender: petef@sirius.firepipe.net Message-Id: <20040502052750.31135177CB@sirius.firepipe.net> cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/misc/firestring Makefile distinfo pkg-descr pkg-plist ports/misc/firestring/files patch-firemake::libraries patch-firemake::makefiletop X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 02 May 2004 05:27:51 -0000 * Sat, 01 May 2004 20:02:06 PDT - Kris Kennaway: | On Sat, May 01, 2004 at 07:12:43PM -0700, Pete Fritchman wrote: | > | +.include | > | + | > | +.if ${OSVERSION} < 500000 | > | +USE_GCC= 3.2 | > | +.else | > | +USE_GCC= yes | ^^^^^^^^^^^^^^ | | What is this supposed to do? I thought it was meant to say the port has GCC-specific bits and needs a gcc compiler; perhaps that's not the right way to do it. I only see one other port that does it (games/nibbles). --pete