From owner-freebsd-questions@FreeBSD.ORG Thu Oct 28 10:06:59 2004 Return-Path: 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 07C9016A4CE for ; Thu, 28 Oct 2004 10:06:59 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7EE843D31 for ; Thu, 28 Oct 2004 10:06:58 +0000 (GMT) (envelope-from nlamprecht@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so432549wri for ; Thu, 28 Oct 2004 03:06:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=gd1cAbPrfu8aFnLHQ+RdQUSVcISjIBq/VdYVtAsQGwEq3rkjRt0nO/azgj+qOi+3/n3YMd/tOJuGbyJpW2A7uvPV+pi3CAK/u9XoKuo5LlpmWaZ1Wb6LPCeDuOv8bTj0o5UPeK+HwOfOFH4e+oQ47rqy0eHNXc5SPJnw9cSu6FY= Received: by 10.54.31.64 with SMTP id e64mr123074wre; Thu, 28 Oct 2004 03:06:53 -0700 (PDT) Received: by 10.54.38.55 with HTTP; Thu, 28 Oct 2004 03:06:53 -0700 (PDT) Message-ID: <7cbadc87041028030637d35d5e@mail.gmail.com> Date: Thu, 28 Oct 2004 12:06:53 +0200 From: Nelis Lamprecht To: Uros In-Reply-To: <328801596.20041028115506@sir-mag.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <328801596.20041028115506@sir-mag.com> cc: FreeBSD Questions Subject: Re: portupgrade and pkgtools.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nelis Lamprecht List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2004 10:06:59 -0000 On Thu, 28 Oct 2004 11:55:06 +0200, Uros wrote: > Hello! > > I'm trying to update subversion from ports and I have > WITH parameters in my pkgtools.conf > > 'devel/subversion' => [ > 'WITHOUT_NEON=1', > 'WITH_APACHE2_APR=1', > 'WITH_BERKELEYDB=42' > ] > Hi, Not sure if above was a typo but you seem to be missing a , or two: 'devel/subversion' => [ 'WITHOUT_NEON=1', 'WITH_APACHE2_APR=1', 'WITH_BERKELEYDB=42', ], Regards, Nelis