From owner-freebsd-questions@FreeBSD.ORG Mon Mar 27 00:24: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 2C2FE16A401 for ; Mon, 27 Mar 2006 00:24:17 +0000 (UTC) (envelope-from matt.singerman@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36BF143D49 for ; Mon, 27 Mar 2006 00:24:16 +0000 (GMT) (envelope-from matt.singerman@gmail.com) Received: by pproxy.gmail.com with SMTP id b36so1204594pyb for ; Sun, 26 Mar 2006 16:24:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fmIoP+rlahYMByjOQHkLALudbcd0t4EFgDifKsoGI/GtHd35uomtf2yqzWzWVSqke0+zC5xcFQ/e2RPHnAdaAoRbyU7yopeyo0GhFKdQx5KG/CNR1UoHNHrJD10FITzSZ41D/7hjBq2zp+B+6qY5N/qpPRA/MiJalsro5VLIyKQ= Received: by 10.65.72.7 with SMTP id z7mr1983151qbk; Sun, 26 Mar 2006 16:24:15 -0800 (PST) Received: by 10.65.213.6 with HTTP; Sun, 26 Mar 2006 16:24:15 -0800 (PST) Message-ID: <54682af50603261624u1798ef5cp8ec463fee45102f0@mail.gmail.com> Date: Sun, 26 Mar 2006 19:24:15 -0500 From: "Matt Singerman" To: "Duane Whitty" In-Reply-To: <44271E59.6030209@greenmeadow.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <54682af50603261010nbc004eby2e3fc19972f1d652@mail.gmail.com> <44271E59.6030209@greenmeadow.ca> Cc: freebsd-questions@freebsd.org Subject: Re: Adjusting configuration options during port installation? 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: Mon, 27 Mar 2006 00:24:17 -0000 I am using make. I will look into the options for using portupgrade tomorrow, thanks. On 3/26/06, Duane Whitty wrote: > Matt Singerman wrote: > > Hi all, > > > > I am installing an upgrade to the Cyrus email server. Our existing > > email boxes are in a database format that is no longer used by Cyrus; > > however, there is a configuration option which will instruct the new > > version to use the old database format. They are > > > > --with-mboxlist-db=3Dberkeley and --with-seen-db=3Dflat > > > > Is there a way to tell the FreeBSD port of Cyrus to use these options? > > I am not extremely familiar with the ports system. > > > > Thanks, > > > > Matt > > _______________ > > > Hi, > > Yes, you can pass the options along but it depends > which method you are using to manage your ports. > Are you using make ..., portupgrade ..., or perhaps > portmanager ... > > Checkout the portupgrade -m switch. > > There may also be config and config-recursive targets > for make. >