From owner-freebsd-questions@FreeBSD.ORG Wed May 18 21:59:56 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 CB11816A4CE for ; Wed, 18 May 2005 21:59:56 +0000 (GMT) Received: from mail.goinet.com (mail.goinet.com [208.207.72.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1BEE43D68 for ; Wed, 18 May 2005 21:59:55 +0000 (GMT) (envelope-from tshadwick@goinet.com) Received: from mail.goinet.com (localhost.goinet.com [127.0.0.1]) by mail.goinet.com (8.13.1/8.13.1) with ESMTP id j4ILxZg0020084; Wed, 18 May 2005 16:59:35 -0500 (CDT) (envelope-from tshadwick@goinet.com) Received: from localhost (tshadwick@localhost)j4ILxZQY020079; Wed, 18 May 2005 16:59:35 -0500 (CDT) (envelope-from tshadwick@goinet.com) X-Authentication-Warning: mail.goinet.com: tshadwick owned process doing -bs Date: Wed, 18 May 2005 16:59:35 -0500 (CDT) From: Tony Shadwick To: Lowell Gilbert In-Reply-To: <44psvoi4ut.fsf@be-well.ilk.org> Message-ID: <20050518165729.J62516@mail.goinet.com> References: <200505181212.47900.vizion@vizion.occoxmail.com> <200505181332.31712.vizion@vizion.occoxmail.com> <44psvoi4ut.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on mail.goinet.com X-Virus-Status: Clean 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 21:59:56 -0000 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. :\ 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. :) On Wed, 18 May 2005, Lowell Gilbert wrote: > Vizion writes: > >> Sorry I should have said -- I am compiling the open office sources: >> /OpenOffice1.9.100-1/SRC680_m100/config_office > > The ports system will build OpenOffice pretty nicely. > One of the things it does is installs the coreutils port, which > includes the Gnu cp program. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >