From owner-freebsd-ports@FreeBSD.ORG Sun Oct 22 21:46:28 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E5D816A412 for ; Sun, 22 Oct 2006 21:46:28 +0000 (UTC) (envelope-from joe@joeholden.co.uk) Received: from claire.ber.rewt.org.uk (claire.ber.rewt.org.uk [217.160.200.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DDEE43D83 for ; Sun, 22 Oct 2006 21:46:16 +0000 (GMT) (envelope-from joe@joeholden.co.uk) Received: from localhost (localhost [127.0.0.1]) by claire.ber.rewt.org.uk (Postfix) with ESMTP id 43FD1140036B; Sun, 22 Oct 2006 22:46:15 +0100 (BST) X-Virus-Scanned: Scanned at claire.ber.rewt.org.uk Received: from claire.ber.rewt.org.uk ([127.0.0.1]) by localhost (claire.ber.rewt.org.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Msq0DbcCH669; Sun, 22 Oct 2006 22:46:11 +0100 (BST) Received: from [82.152.108.189] (dyn189.stf.rewt.org.uk [82.152.108.189]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: joe) by claire.ber.rewt.org.uk (Postfix) with ESMTP id 81C981400343; Sun, 22 Oct 2006 22:46:11 +0100 (BST) Message-ID: <453BE69D.8080708@joeholden.co.uk> Date: Sun, 22 Oct 2006 22:46:05 +0100 From: Joe Holden User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Chris Maness References: <453BE52F.9000003@chrismaness.com> In-Reply-To: <453BE52F.9000003@chrismaness.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: I Need Help with Ggradebook X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: joe@joeholden.co.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Oct 2006 21:46:28 -0000 Chris Maness wrote: > I was wondering if someone would be willing to port ggradebook. I am > working as a teacher in the day, and I am carrying a full load of > college at night. I tried to compile natively under FreeBSD 6.1 but > choked with the error: > > # make > Making all in help > Making all in pix > Making all in src > "Makefile", line 217: Need an operator > make: fatal errors encountered -- cannot continue > *** Error code 1 > > Stop in /usr/home/chris/tarballs/Ggradebook-0.91. > > > here is the link for the app: > > http://www.gnu.org/software/ggradebook/ > > Thanks, > Have you tried using gmake? (pkg_add -r gmake) Ta, Joe