From owner-freebsd-ports@FreeBSD.ORG Sun Dec 11 15:15:24 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60E2416A420 for ; Sun, 11 Dec 2005 15:15:24 +0000 (GMT) (envelope-from a.heider@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB85A43D66 for ; Sun, 11 Dec 2005 15:15:19 +0000 (GMT) (envelope-from a.heider@gmail.com) Received: by nproxy.gmail.com with SMTP id h2so412205nfe for ; Sun, 11 Dec 2005 07:15:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:cc:subject:content-type:content-transfer-encoding; b=p2Wby98vThsFMbQaYx7bL3WhueaQp2jFRVjF0XaUInfB0D0a4PrHQ2g2uLzDA1LdbVoKvTYz7qv8osxxx6AHLAwcqOYpjVFyCu3M5JULi+CJfAd2muwQ0o81NFpJDhDmTyAcDNkaBgjXqkJ+W5UlQ291xncW/bBSlTWoxpYtYDw= Received: by 10.48.225.20 with SMTP id x20mr665865nfg; Sun, 11 Dec 2005 07:15:18 -0800 (PST) Received: from ?192.168.0.40? ( [82.83.224.27]) by mx.gmail.com with ESMTP id a24sm1366837nfc.2005.12.11.07.15.15; Sun, 11 Dec 2005 07:15:16 -0800 (PST) Message-ID: <439C4284.2060306@gmail.com> Date: Sun, 11 Dec 2005 16:15:16 +0100 From: Andre Heider User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: lev@freebsd.org Subject: subversion 1.3.0.r4/mod_dav_svn/apache22 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: Sun, 11 Dec 2005 15:15:24 -0000 thx for the update lev! now i could upgrade to apache22 without any problems, just one small glitch in the Makefile: .if ${APACHE_PORT} == "www/apache21" APR_APU_DIR= ${LOCALBASE}/bin APR_CONFIG= apr-1-config APU_CONFIG= apu-1-config .else APR_APU_DIR= ${LOCALBASE}/lib/apache2 APR_CONFIG= apr-config APU_CONFIG= apu-config .endif apache22 apr is handled as apache21, just changed the first line to "www/apache22" for testing and port build without errors, module is running and access worked as in v1.2 regards, andre