Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Mar 2006 09:35:44 +0200
From:      Mihai Tanasescu <mihai@duras.ro>
To:        Olivier Nicole <on@cs.ait.ac.th>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: How to keep the options with potupgrade
Message-ID:  <440FDAD0.7040301@duras.ro>
In-Reply-To: <200603090726.k297Qjs7095167@banyan.cs.ait.ac.th>
References:  <200603090726.k297Qjs7095167@banyan.cs.ait.ac.th>

next in thread | previous in thread | raw e-mail | index | archive | help
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 "freebsd-questions-unsubscribe@freebsd.org"
>  
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?440FDAD0.7040301>