Re: make install a port, but with a package?

2007-07-30 Thread Heino Tiedemann
Kris Kennaway <[EMAIL PROTECTED]> wrote: > On Tue, Jul 31, 2007 at 08:32:58AM +0200, Heino Tiedemann wrote: >> Manolis Kiagias <[EMAIL PROTECTED]> wrote: >> >> > Make install will always compile from source. You could however use: >> > >> > setenv PACKAGESITE >> > ftp://ftp.freebsd.org/pub/FreeB

Re: make install a port, but with a package?

2007-07-30 Thread Kris Kennaway
On Tue, Jul 31, 2007 at 08:32:58AM +0200, Heino Tiedemann wrote: > Manolis Kiagias <[EMAIL PROTECTED]> wrote: > > > Make install will always compile from source. You could however use: > > > > setenv PACKAGESITE > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/ > > > > or

Re: make install a port, but with a package?

2007-07-30 Thread Heino Tiedemann
Manolis Kiagias <[EMAIL PROTECTED]> wrote: > Make install will always compile from source. You could however use: > > setenv PACKAGESITE > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/ > > or > > export > PACKAGESITE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6

Re: make install a port, but with a package?

2007-07-30 Thread Manolis Kiagias
[EMAIL PROTECTED] wrote: > Hi, > > I have a bad feeling that this has been asked already, and not that long > ago, but I can't find it in my mailbox. Is there a variable I can set so > that running 'make install' in a port directory will cause it to download > the package, if available, and install

make install a port, but with a package?

2007-07-30 Thread freebsd-questions
Hi, I have a bad feeling that this has been asked already, and not that long ago, but I can't find it in my mailbox. Is there a variable I can set so that running 'make install' in a port directory will cause it to download the package, if available, and install that instead of building from sourc

Re: make install a port, but with a package?

2007-07-30 Thread Garrett Cooper
[EMAIL PROTECTED] wrote: Hi, I have a bad feeling that this has been asked already, and not that long ago, but I can't find it in my mailbox. Is there a variable I can set so that running 'make install' in a port directory will cause it to download the package, if available, and install that ins