Re: Using portsupgrade with make arguments

2004-04-21 Thread Jeff Hinrichs
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 2:23 PM Subject: Using portsupgrade with make arguments Hi all, just to get it clear for me: If I upgrade a port that has been originally installed with additional make arguments I must

Using portsupgrade with make arguments

2004-04-20 Thread dev
Hi all, just to get it clear for me: If I upgrade a port that has been originally installed with additional make arguments I must include them again. Is the following correct? Original installation: # make arg_1=val_1 arg_2=arg_2 install clean Upgrading port using portupgrade: # portupgrade -R

Re: Using portsupgrade with make arguments

2004-04-20 Thread Kent Stewart
On Tuesday 20 April 2004 12:23 pm, [EMAIL PROTECTED] wrote: Hi all, just to get it clear for me: If I upgrade a port that has been originally installed with additional make arguments I must include them again. Is the following correct? Original installation: # make arg_1=val_1 arg_2=arg_2

Re: Using portsupgrade with make arguments

2004-04-20 Thread Matthew Seaman
On Tue, Apr 20, 2004 at 09:23:58PM +0200, [EMAIL PROTECTED] wrote: just to get it clear for me: If I upgrade a port that has been originally installed with additional make arguments I must include them again. Is the following correct? Original installation: # make arg_1=val_1 arg_2=arg_2

Re: Using portsupgrade with make arguments

2004-04-20 Thread dev
On Tue, Apr 20, 2004 at 09:23:58PM +0200, [EMAIL PROTECTED] wrote: just to get it clear for me: If I upgrade a port that has been originally installed with additional make arguments I must include them again. Is the following correct? Original installation: # make arg_1=val_1 arg_2=arg_2

: Re: Using portsupgrade with make arguments

2004-04-20 Thread John Oxley
I apologise that I have lost the In-Reply-To: Field, but here is my question. On Tue 2004-04-20 (21:23), [EMAIL PROTECTED] wrote: Hi all, just to get it clear for me: If I upgrade a port that has been originally installed with additional make arguments I must include them again. Is the