Problem using Portmaster to upgrade installed ports via packages only

2010-06-24 Thread Alexandre L.
Hi, On my FreeBSD box running 8.0-RELEASE-p3, I have tried to use PORTMASTER tool to upgrade my ports via packages only. Then I added the following line to my user's .cshrc file and root's .cshrc file, and re-opened user's session : setenv PACKAGESITE ftp://ftp.fr.freebsd.org/pub/FreeBSD/ports

Re: Problem using Portmaster to upgrade installed ports via packages only

2010-06-24 Thread b. f.
> Hi, > > On my FreeBSD box running 8.0-RELEASE-p3, I have tried to use PORTMASTER tool > to upgrade my ports via packages only. > Then I added the following line to my user's .cshrc file and root's .cshrc > file, and re-opened user's session : > setenv PACKAGESITE > ftp://ftp.fr.freebsd.org/pub

Re: Problem using Portmaster to upgrade installed ports via packages only

2010-06-24 Thread Doug Barton
On 06/24/10 06:10, b. f. wrote: >> Hi, >> >> On my FreeBSD box running 8.0-RELEASE-p3, I have tried to use >> PORTMASTER tool to upgrade my ports via packages only. Then I added >> the following line to my user's .cshrc file and root's .cshrc file, >> and re-opened user's session : setenv PACKAGES

Re: Problem using Portmaster to upgrade installed ports via packages only

2010-06-29 Thread Alexandre L.
I have done tests last days, and now I can set PACKAGESITE correctly in user's .cshrc (I have unset the parameter in root's .cshrc). Else, I have set /usr/local/etc/portmaster.rc, as described in the portmaster's manpage. Here my /usr/local/etc/portmaster.rc PM_SU_VERBOSE= PM_SU_CMD=/usr/local/

Re: Problem using Portmaster to upgrade installed ports via packages only

2010-07-02 Thread Doug Barton
Apologies for not answering sooner ... On 06/29/10 13:37, Alexandre L. wrote: > I have done tests last days, and now I can set PACKAGESITE correctly > in user's .cshrc (I have unset the parameter in root's .cshrc). Else, > I have set /usr/local/etc/portmaster.rc, as described in the > portmaster's

Re: Problem using Portmaster to upgrade installed ports via packages only

2010-07-05 Thread Alexandre L.
First, Thanks Doug for responding to my mails. > > I don't know (or understand) if I have to set a value > to > > PM_SU_VERBOSE > > That depends on your goal. Why are you setting this? I thought that PM_SU_VERBOSE will explain the errors about my sudo problem. I can use portmaster with sudo onl