Date: Wed, 18 May 2005 16:59:35 -0500 (CDT) From: Tony Shadwick <tshadwick@goinet.com> To: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> Cc: Vizion <vizion@vizion.occoxmail.com> Subject: Re: GNU cp location Message-ID: <20050518165729.J62516@mail.goinet.com> In-Reply-To: <44psvoi4ut.fsf@be-well.ilk.org> References: <200505181212.47900.vizion@vizion.occoxmail.com> <200505181332.31712.vizion@vizion.occoxmail.com> <44psvoi4ut.fsf@be-well.ilk.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <vizion@vizion.occoxmail.com> 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"
>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050518165729.J62516>
