How to keep the options with potupgrade

2006-03-08 Thread Olivier Nicole
Hi,

I usually build my Apache server with the option
WITH_APACHE_SUEXEC=yes defined.

How/where/what to configure to make sure that a portupgrade -R
apache13-modssl will use the same option when rebuilding?

Best regards,

Olivier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to keep the options with potupgrade

2006-03-08 Thread Peter

--- Olivier Nicole [EMAIL PROTECTED] wrote:

 Hi,
 
 I usually build my Apache server with the option
 WITH_APACHE_SUEXEC=yes defined.
 
 How/where/what to configure to make sure that a portupgrade -R
 apache13-modssl will use the same option when rebuilding?

You can use pkgtools.conf.  Look for the MAKE_ARGS section.

--
Peter

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to keep the options with potupgrade

2006-03-08 Thread Yuan Jue
On Thursday 09 March 2006 15:26, Olivier Nicole wrote:
 Hi,

 I usually build my Apache server with the option
 WITH_APACHE_SUEXEC=yes defined.

 How/where/what to configure to make sure that a portupgrade -R
 apache13-modssl will use the same option when rebuilding?

I don't know the standard way to do it, but you may try to put 
'WITH_APACHE_SUEXEC=yes' in /etc/make.conf

Good luck

-- 
Best Regards.
Yuan Jue
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to keep the options with potupgrade

2006-03-08 Thread Mihai Tanasescu
I think this can be achieved using pkgtools.conf and specifying that for 
the apache13-modssl port.


from pkgtools.conf examples:
 #   MAKE_ARGS = {
 # # a) Separate them with the space
 # 'databases/mysql41-*' = 'WITH_LINUXTHREADS=1 SKIP_DNS_CHECK=1',
 #
 # # b) Specify them using an array
 # 'databases/mysql41-*' = [
 #'WITH_LINUXTHREADS=1',
 #'SKIP_DNS_CHECK=1',
 # ],
 #   }

Olivier Nicole wrote:


Hi,

I usually build my Apache server with the option
WITH_APACHE_SUEXEC=yes defined.

How/where/what to configure to make sure that a portupgrade -R
apache13-modssl will use the same option when rebuilding?

Best regards,

Olivier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]