From owner-freebsd-questions@FreeBSD.ORG Thu Oct 28 09:55:30 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 6519016A4CE for ; Thu, 28 Oct 2004 09:55:30 +0000 (GMT) Received: from mx.mg-proline.si (citka.sir-mag.com [212.18.32.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CF2243D53 for ; Thu, 28 Oct 2004 09:55:29 +0000 (GMT) (envelope-from uros@sir-mag.com) Received: from localhost (localhost [127.0.0.1]) by mx.mg-proline.si (Postfix) with ESMTP id 3BB8E7061D for ; Thu, 28 Oct 2004 11:55:27 +0200 (CEST) Received: from mx.mg-proline.si ([127.0.0.1]) by localhost (citka.mg-proline.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00714-09 for ; Thu, 28 Oct 2004 11:55:09 +0200 (CEST) Received: from UROS (BSN-77-34-194.dsl.siol.net [193.77.34.194]) by mx.mg-proline.si (Postfix) with ESMTP id 10C7570614 for ; Thu, 28 Oct 2004 11:55:08 +0200 (CEST) Date: Thu, 28 Oct 2004 11:55:06 +0200 From: Uros X-Priority: 3 (Normal) Message-ID: <328801596.20041028115506@sir-mag.com> To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mg-proline.si Subject: portupgrade and pkgtools.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Uros List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2004 09:55:30 -0000 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' ] but when I do porupgrade subversion it looks like there was no parameters added to make. Because I always get error that devel/apr is not properly builded. Am I doing something wrong here. -- Best regards, Uros