From owner-freebsd-questions@FreeBSD.ORG Wed May 18 22:45:25 2005 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 80AA616A4CE for ; Wed, 18 May 2005 22:45:25 +0000 (GMT) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 316A543DB1 for ; Wed, 18 May 2005 22:45:25 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 31316 invoked from network); 18 May 2005 22:45:23 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 18 May 2005 22:45:23 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 55EF130; Wed, 18 May 2005 18:45:22 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Tony Shadwick References: <200505181212.47900.vizion@vizion.occoxmail.com> <200505181332.31712.vizion@vizion.occoxmail.com> <44psvoi4ut.fsf@be-well.ilk.org> <20050518165729.J62516@mail.goinet.com> From: Lowell Gilbert Date: 18 May 2005 18:45:22 -0400 In-Reply-To: <20050518165729.J62516@mail.goinet.com> Message-ID: <44br78i265.fsf@be-well.ilk.org> Lines: 31 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org cc: Vizion Subject: Re: GNU cp location 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: Wed, 18 May 2005 22:45:25 -0000 Tony Shadwick writes: > Yeah, I've done this recently, it works beautifully, albeit a bit time > consuming. I wish I could throw out there a big sign that says more > or less: > > "cvsup your ports tree, install using portinstall" > > Rather than people constantly trying to build manually from > tarball. :\ Well, the ports system doesn't seem to have the precise version that the OP was building... > That and teach people to put their build flags in > /etc/make.conf so that portupgrade 'remembers' how you built it last > time, like so: > > .if ${.CURDIR:M*/mail/cclient} > WITH_SSL_AND_PLAINTEXT=yes > .endif > > .if ${.CURDIR:M*/mail/imap-uw} > WITH_SSL_AND_PLAINTEXT=yes > .endif > > The tricks you learn over time though. :) For most portupgrade users, I think I prefer to recommend configuring the pkgtools.conf file for that purpose. But then it *only* works if you're having portupgrade do the build.