From owner-freebsd-questions@FreeBSD.ORG Thu Mar 9 07:38:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE09C16A420 for ; Thu, 9 Mar 2006 07:38:17 +0000 (GMT) (envelope-from mihai@duras.ro) Received: from mail.duras.ro (mail.duras.ro [86.105.56.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A14F43D6A for ; Thu, 9 Mar 2006 07:38:09 +0000 (GMT) (envelope-from mihai@duras.ro) Received: from localhost (localhost [127.0.0.1]) by mail.duras.ro (Postfix) with ESMTP id 7463ED3CB2; Thu, 9 Mar 2006 09:38:10 +0200 (EET) Received: from mail.duras.ro ([127.0.0.1]) by localhost (mail [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08471-02; Thu, 9 Mar 2006 09:38:07 +0200 (EET) Received: from [86.105.56.194] (ma.plimb.cu.barca.prin.padure.ro [86.105.56.194]) by mail.duras.ro (Postfix) with ESMTP id 2FAEDE88D9; Thu, 9 Mar 2006 09:38:04 +0200 (EET) Message-ID: <440FDAD0.7040301@duras.ro> Date: Thu, 09 Mar 2006 09:35:44 +0200 From: Mihai Tanasescu User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Olivier Nicole References: <200603090726.k297Qjs7095167@banyan.cs.ait.ac.th> In-Reply-To: <200603090726.k297Qjs7095167@banyan.cs.ait.ac.th> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (RedHat) at duras.ro Cc: freebsd-questions@freebsd.org Subject: Re: How to keep the options with potupgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Mar 2006 07:38:17 -0000 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" > >