From owner-freebsd-ports@FreeBSD.ORG Sat Jan 28 22:00:20 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 0435616A423 for ; Sat, 28 Jan 2006 22:00:19 +0000 (GMT) (envelope-from nivit@email.it) Received: from vsmtp21.tin.it (vsmtp21.tin.it [212.216.176.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84E1D43D46 for ; Sat, 28 Jan 2006 22:00:19 +0000 (GMT) (envelope-from nivit@email.it) Received: from stellina (82.58.115.112) by vsmtp21.tin.it (7.2.060.1) id 43D8347A002988FF for freebsd-ports@freebsd.org; Sat, 28 Jan 2006 23:00:18 +0100 Received: (qmail 67414 invoked by uid 1001); 28 Jan 2006 21:51:49 -0000 From: nivit@email.it (Nicola Vitale) Date: Sat, 28 Jan 2006 22:51:49 +0100 To: Paul Schmehl Message-ID: <20060128215149.GA37783@stellina> Mail-Followup-To: Nicola Vitale , Paul Schmehl , freebsd-ports@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD/i386 (http://www.freebsd.org) User-Agent: Mutt (http://www.mutt.org) Cc: freebsd-ports@freebsd.org Subject: Re: Compile problems with new port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jan 2006 22:00:20 -0000 Hi, > [Paul Schmehl, 2006-01-28T13:25:44-06:00] > I recently discovered sara - http://www-arc.com/sara. [...] > When I make in the port, I get this: > [...] > cc -O -I. -c rex.c > rex.c: In function `rex_auth': > rex.c:140: error: syntax error before "gid" > rex.c:142: error: `gid' undeclared (first use in this function) > rex.c:142: error: (Each undeclared identifier is reported only once > rex.c:142: error: for each function it appears in.) > *** Error code 1 > [...] > What am I missing? Maybe the default target is generic: not all:, so you have to add to your Makefile: ALL_TARGET= generic Ciao. -- Nicola Vitale nivit@email.it