Re: Modifying a port and keeping the mods across updates

2007-01-20 Thread Wesley Shields
On Fri, Jan 19, 2007 at 11:37:59PM -0600, Scot Hetzel wrote: On 1/19/07, Paul Hoffman [EMAIL PROTECTED] wrote: [...] (2) For a particular port, I need to patch a particular source file. This is a patch that will probably be in a future release. Same question as above: what's the proper way

Re: Modifying a port and keeping the mods across updates

2007-01-20 Thread Paul Hoffman
At 11:37 PM -0600 1/19/07, Scot Hetzel wrote: On 1/19/07, Paul Hoffman [EMAIL PROTECTED] wrote: Greetings again. I have a two-part question that may be a ports FAQ, but I couldn't find such a beast. (1) For a particular port, I need to change the the MAKE_ENV to make it build the way I want.

Re: Modifying a port and keeping the mods across updates

2007-01-20 Thread Scot Hetzel
On 1/20/07, Paul Hoffman [EMAIL PROTECTED] wrote: At 11:37 PM -0600 1/19/07, Scot Hetzel wrote: On 1/19/07, Paul Hoffman [EMAIL PROTECTED] wrote: Greetings again. I have a two-part question that may be a ports FAQ, but I couldn't find such a beast. (1) For a particular port, I need to change

Re: Modifying a port and keeping the mods across updates

2007-01-20 Thread Paul Hoffman
At 12:48 PM -0600 1/20/07, Scot Hetzel wrote: Are you trying to add NSS_ENABLE_ECC to the MAKE_ENV? Normally you would put it in ports.conf as: security/nss: MAKE_ENV+= NSS_ENABLE_ECC=1 Boy, that wasn't clear in the four lines of info on portconf. But this doesn't work. I tried setting

Re: Modifying a port and keeping the mods across updates

2007-01-20 Thread RW
On Sat, 20 Jan 2007 12:44:59 -0800 Paul Hoffman [EMAIL PROTECTED] wrote: At 12:48 PM -0600 1/20/07, Scot Hetzel wrote: Are you trying to add NSS_ENABLE_ECC to the MAKE_ENV? Normally you would put it in ports.conf as: security/nss: MAKE_ENV+= NSS_ENABLE_ECC=1 Boy, that wasn't clear in

Modifying a port and keeping the mods across updates

2007-01-19 Thread Paul Hoffman
Greetings again. I have a two-part question that may be a ports FAQ, but I couldn't find such a beast. (1) For a particular port, I need to change the the MAKE_ENV to make it build the way I want. What is the proper way to do this that will live beyond the next time I do a cvsup? That is,

Re: Modifying a port and keeping the mods across updates

2007-01-19 Thread Scot Hetzel
On 1/19/07, Paul Hoffman [EMAIL PROTECTED] wrote: Greetings again. I have a two-part question that may be a ports FAQ, but I couldn't find such a beast. (1) For a particular port, I need to change the the MAKE_ENV to make it build the way I want. What is the proper way to do this that will live