a question about the pkg_add and "make install clean"

2005-03-28 Thread well sun
I had install the freebsd5.3 with custom setup and only install the source code and base, not install xorg and perl. Then I use cvsup to upgrade stable source code and current ports. After doing these, I want to install the kde3 and gnome2. But I found when I use the pkg_add command,

Re: a question about the pkg_add and "make install clean"

2005-03-28 Thread Abu Khaled
On Tue, 29 Mar 2005 01:12:10 +, well sun <[EMAIL PROTECTED]> wrote: > >I had install the freebsd5.3 with custom setup and only install >the source code and base, not install xorg and perl. Then I use cvsup >to upgrade stable source code and current ports. After doing these, I >

Re: a question about the pkg_add and "make install clean"

2005-03-28 Thread Chris
Abu Khaled wrote: On Tue, 29 Mar 2005 01:12:10 +, well sun <[EMAIL PROTECTED]> wrote: I had install the freebsd5.3 with custom setup and only install the source code and base, not install xorg and perl. Then I use cvsup to upgrade stable source code and current ports. After doing thes

Re: a question about the pkg_add and "make install clean"

2005-03-28 Thread Abu Khaled
On Mon, 28 Mar 2005 20:38:56 -0600, Chris <[EMAIL PROTECTED]> wrote: > Abu Khaled wrote: > > On Tue, 29 Mar 2005 01:12:10 +, well sun <[EMAIL PROTECTED]> wrote: > > > >> I had install the freebsd5.3 with custom setup and only install > >> the source code and base, not install xorg and p

Re: a question about the pkg_add and "make install clean"

2005-03-28 Thread well sun
n I do? >From: Chris <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: Abu Khaled <[EMAIL PROTECTED]> >CC: well sun <[EMAIL PROTECTED]>, freebsd-questions@freebsd.org >Subject: Re: a question about the pkg_add and "make install clean" >Date:

Re: a question about the pkg_add and "make install clean"

2005-03-28 Thread Abu Khaled
orts/i386/packages-5-stable/ALL If it fails I use this one # setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/Latest > > >From: Chris <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: Abu Khaled <[EMAIL PROTECTED]> > >CC:

Re: a question about the pkg_add and "make install clean"

2005-03-28 Thread Abu Khaled
you need to set PACKAGESITE environment variable example for i386 and 5.X STABLE # setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/ALL/ PS: don't forget the trailing "/" like i did If it fails I use this one # setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD

Re: a question about the pkg_add and "make install clean"

2005-03-28 Thread Kent Stewart
ster sites, how can I > do? > >>From: Chris <[EMAIL PROTECTED]> >>Reply-To: [EMAIL PROTECTED] >>To: Abu Khaled <[EMAIL PROTECTED]> > >CC: well sun <[EMAIL PROTECTED]>, freebsd-questions@freebsd.org >>Subject: Re: a question abo

Re: a question about the pkg_add and "make install clean"

2005-03-28 Thread Matt Navarre
On Monday 28 March 2005 05:12 pm, well sun wrote: >I had install the freebsd5.3 with custom setup and only install >the source code and base, not install xorg and perl. Then I use cvsup >to upgrade stable source code and current ports. After doing these, I >want to install the k

Re: a question about the pkg_add and "make install clean"

2005-03-29 Thread RW
On Tuesday 29 March 2005 05:17, Kent Stewart wrote: > On Monday 28 March 2005 07:27 pm, well sun wrote: > >That is if I want to install the latest version, I should use the > >"make install" or get the xxx.tbz from the freebsd-current > > directory. Is it correct? > > You have to understan

Re: a question about the pkg_add and "make install clean"

2005-03-29 Thread RW
On Tuesday 29 March 2005 04:27, well sun wrote: >thanks your answers. I use the ports-supfile and stable-supfile under >/usr/share/examples/cvsup to do upgrade. > >I think I understand what the difference between the pkg_add and "make >install". > >That is if I want to install t