From owner-freebsd-gnome@FreeBSD.ORG Thu Jun 12 06:26:16 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 544F037B407 for ; Thu, 12 Jun 2003 06:26:16 -0700 (PDT) Received: from alef.poprostu.pl (alef.poprostu.pl [195.116.86.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2E2643F85 for ; Thu, 12 Jun 2003 06:26:14 -0700 (PDT) (envelope-from piero@poprostu.pl) Received: from beth.poprostu.pl (beth.poprostu.pl [213.25.228.183]) by alef.poprostu.pl (8.12.6/8.12.6) with SMTP id h5CDrxak009694 for ; Thu, 12 Jun 2003 15:54:02 +0200 (CEST) (envelope-from piero@poprostu.pl) Date: Thu, 12 Jun 2003 15:24:21 +0200 From: Piero To: freebsd-gnome@freebsd.org Message-Id: <20030612152421.7cff1a49.piero@poprostu.pl> In-Reply-To: <200306121350.17514.computer.officer@divinity.cam.ac.uk> References: <200306121350.17514.computer.officer@divinity.cam.ac.uk> Organization: Poprostu X-Mailer: Sylpheed version 0.8.10claws (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Subject: Re: FreeBSD Port: evolution-1.4.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2003 13:26:16 -0000 W li=B6cie otrzymanym Thu, 12 Jun 2003 13:50:17 +0100 od Dave Goode : > I get the following. How did you manage to build this version? Is > there a knob to compile without the pilot stuff (which I don't want > anyway)? Also, note the disparity between versions reported in the > configure output and the error message at the end. It's a good practice to read the Makefile before building port. From the evo Makefile: .if !defined(WITHOUT_PILOT) LIB_DEPENDS+=3D gpilotdconduit.2:${PORTSDIR}/palm/gnomepilot2 .endif You can make this pemanent if you add line: WITHOUT_PILOT=3Dyes to your /etc/make.conf (remember it may affect other ports too - but if you don't need it anyway, that's OK), otherwise just=20 # make -DWITHOUT_PILOT install --- Piero piero@poprostu.pl