From owner-freebsd-ports@FreeBSD.ORG Sat Sep 8 14:24:43 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6F4C4106564A for ; Sat, 8 Sep 2012 14:24:43 +0000 (UTC) (envelope-from ports@webrz.net) Received: from webrz.xs4all.nl (webrz.xs4all.nl [82.95.248.216]) by mx1.freebsd.org (Postfix) with ESMTP id 267ED8FC0A for ; Sat, 8 Sep 2012 14:24:42 +0000 (UTC) Received: from webrz.xs4all.nl (localhost [127.0.0.1]) by webrz.xs4all.nl (Postfix) with ESMTP id 18BC550878 for ; Sat, 8 Sep 2012 16:20:28 +0200 (CEST) Received: from [10.10.10.41] (zeus.webrz.net [10.10.10.41]) by webrz.xs4all.nl (Postfix) with ESMTPA id E565C50857 for ; Sat, 8 Sep 2012 16:20:27 +0200 (CEST) Message-ID: <504B549F.60804@webrz.net> Date: Sat, 08 Sep 2012 16:22:23 +0200 From: Jos Chrispijn User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP @triton.webrz.net Subject: Apache port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 14:24:43 -0000 Just updating Apache22 (apache-2.2.22_6) and get this error: Port marked as IGNORE: www/apache22: AUTHN_DBD and DBD requires APR-util to have DBD support build in. Please rebuild APR at last with one DBD backend The issue is that I did config APR with DBD support. Currently have installed: apr-1.4.6.1.4.1_1 Apache Portability Library My /var/db/ports/apr/options file contains: # Options for apr-1.4.6.1.4.1_1 _OPTIONS_READ=apr-1.4.6.1.4.1_1 _FILE_COMPLETE_OPTIONS_LIST= THREADS IPV6 DEVRANDOM BDB GDBM LDAP MYSQL NDBM PGSQL SQLITE OPTIONS_FILE_SET+=THREADS OPTIONS_FILE_SET+=IPV6 OPTIONS_FILE_SET+=DEVRANDOM OPTIONS_FILE_SET+=BDB OPTIONS_FILE_SET+=GDBM OPTIONS_FILE_UNSET+=LDAP OPTIONS_FILE_UNSET+=MYSQL OPTIONS_FILE_UNSET+=NDBM OPTIONS_FILE_UNSET+=PGSQL OPTIONS_FILE_UNSET+=SQLITE Can someone tell me how what I do wrong here? thanks, Jos Chrispijn