From owner-freebsd-ports@FreeBSD.ORG Tue Jan 25 22:00:49 2005 Return-Path: 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 B520916A4CF for ; Tue, 25 Jan 2005 22:00:49 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E1AD43D41 for ; Tue, 25 Jan 2005 22:00:39 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so466424wri for ; Tue, 25 Jan 2005 14:00:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Cx/gdHmjCNuRi4384mG779S7F/hMstuy7zm+Ba3xAv5/prrp+UIaLrtvunuyFyGBFskz+lzvk/BohpfpxsbtoFBQmshbn31c297SF0n6kR+rht1FTRmgR//wMjdFBw2jQmwsss/IOTyGcbiDugalTh53YOfVHMKuRBKQuMmXWAY= Received: by 10.54.29.41 with SMTP id c41mr146878wrc; Tue, 25 Jan 2005 14:00:35 -0800 (PST) Received: by 10.54.29.48 with HTTP; Tue, 25 Jan 2005 14:00:35 -0800 (PST) Message-ID: <790a9fff0501251400399c6f34@mail.gmail.com> Date: Tue, 25 Jan 2005 16:00:35 -0600 From: Scot Hetzel To: Daniel Briley In-Reply-To: <20050123190213.PQRQ9818.aamta03-winn.mailhost.ntl.com@winxp> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050123190213.PQRQ9818.aamta03-winn.mailhost.ntl.com@winxp> cc: jdp@freebsd.org cc: ports@freebsd.org Subject: Re: FreeBSD Port: cvsup-without-gui-16.1h X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jan 2005 22:00:49 -0000 On Sun, 23 Jan 2005 19:01:50 -0000, Daniel Briley wrote: > Hi, > > I'm having troubles building the cvsup-without-gui-16.1h port. I'm running > 5.3-RELEASE. I'm really stuck as to what it could be. I'm a complete newbie > so please forgive me if I've missed something obvious. I've spoken to a > couple of people and they've said I should contact the port maintainer. > Have you changed the CFLAGS in /etc/make.conf? This port doesn't like CFLAGS set higher than -O. Scot