From owner-freebsd-questions@FreeBSD.ORG Sat Feb 17 03:45:03 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE5AD16A407 for ; Sat, 17 Feb 2007 03:45:03 +0000 (UTC) (envelope-from h.nieser@xs4all.nl) Received: from smtp-vbr9.xs4all.nl (smtp-vbr9.xs4all.nl [194.109.24.29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C2A313C441 for ; Sat, 17 Feb 2007 03:45:01 +0000 (UTC) (envelope-from h.nieser@xs4all.nl) Received: from [192.168.1.10] (aphax.nl [82.92.29.227]) by smtp-vbr9.xs4all.nl (8.13.8/8.13.8) with ESMTP id l1H3T9js004562 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 17 Feb 2007 04:29:10 +0100 (CET) (envelope-from h.nieser@xs4all.nl) Message-ID: <45D67685.2090906@xs4all.nl> Date: Sat, 17 Feb 2007 04:29:09 +0100 From: Hans Nieser User-Agent: Thunderbird 1.5.0.9 (X11/20061221) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Unable to upgrade subversion 1.4.2 to 1.4.3 (apache22 db4 support) 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: Sat, 17 Feb 2007 03:45:04 -0000 Hi list, I'm trying to upgrade subversion from 1.4.2 to 1.4.3 (as part of a full system update using 'portupgrade -a') but during compilation it aborts with the following message: > You should build `www/apache22' with db4 support to use subversion with > it. Please rebuild `www/apache22' with option > `WITH_BERKELYDB=(db4|db41|db42)' and try again. (or it suggests disabling db4 entirely with WITHOUT_DBD) Since it doesn't seem like a bad idea to have the DB4 repository backend available I decided to recompile apache22 (version 2.2.4) with DB4 support by adding the following to the MAKE_ARGS list in /usr/local/etc/pkgtools.conf: > 'www/apache22' => 'WITH_BERKELYDB=db42', I ran portupgrade -f apache and made sure it was using this make argument. After recompilation of apache22 I tried to upgrade subversion again, but I'm still getting the exact same error. I checked /usr/ports/UPDATING to see if there's anything else I may need to do, but couldn't find anything. Can someone tell me what I'm doing wrong here?