From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 14:15:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECFFC16A4CE for ; Sat, 7 Aug 2004 14:15:03 +0000 (GMT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC69243D31 for ; Sat, 7 Aug 2004 14:15:03 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) X-Sasl-enc: 8QWfgoRSiCogReLOORZ3CQ 1091888101 Received: from modem-796.lion.dialup.pol.co.uk (modem-796.lion.dialup.pol.co.uk [217.135.163.28]) by mail.messagingengine.com (Postfix) with ESMTP id 1EE4DC14122 for ; Sat, 7 Aug 2004 10:15:00 -0400 (EDT) From: "R. W." To: freebsd-questions@freebsd.org Date: Sat, 7 Aug 2004 15:16:19 +0100 User-Agent: KMail/1.6.2 References: <20040807105035.56903.qmail@web52107.mail.yahoo.com> In-Reply-To: <20040807105035.56903.qmail@web52107.mail.yahoo.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408071516.19695.list-freebsd-2004@morbius.sent.com> Subject: Re: Gaim-Encryption X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2004 14:15:04 -0000 Things will be easier if you install (and use) sysutils/portupgrade It's best to use /etc/make.conf for world and kernel settings, and for general compiler settings; and use /usr/local/etc/pkgtools.conf for port settings. Anything in make.conf is seen by every build, but portupgrade reads per port settings from pkgtools.conf and passes them into make. On Saturday 07 August 2004 11:50, Joshua Banks wrote: > Oh boy... FreeBSD takes allot of getting used to. I ran "make > fetch-recursive" in the "/usr/ports/security/gaim-encryption" dir > yesterday. What I forgot to do was "make install clean". I've done > this twice now with other "ports". I'm learning. Heh.. > When I checked "/var/db/pkg" I didn't see "gaim-encryption" as one of > the packages listed. So I knew right away that I flubbed up and > forgot to do "make install clean" after doing "make fetch-recursive" > initially. >