From owner-freebsd-ports@FreeBSD.ORG Mon Jan 4 15:06:52 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F0D5106566B for ; Mon, 4 Jan 2010 15:06:52 +0000 (UTC) (envelope-from jnbg@blomberg.tk) Received: from proxy2.bredband.net (proxy2.bredband.net [195.54.101.72]) by mx1.freebsd.org (Postfix) with ESMTP id 5663D8FC1F for ; Mon, 4 Jan 2010 15:06:52 +0000 (UTC) Received: from ipb2.telenor.se (195.54.127.165) by proxy2.bredband.net (7.3.140.3) id 4AD3E1BC02245EE4 for freebsd-ports@freebsd.org; Mon, 4 Jan 2010 15:46:16 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiEOAG+OQUvVcg7DPGdsb2JhbAAIiC2TCgEBAQE3t0SEMAQ X-IronPort-AV: E=Sophos;i="4.47,498,1257116400"; d="scan'208";a="23127149" Received: from c-c30e72d5.37-137-64736c10.cust.bredbandsbolaget.se (HELO [192.168.1.9]) ([213.114.14.195]) by ipb2.telenor.se with ESMTP; 04 Jan 2010 15:46:14 +0100 Received: from [IPv6:fd5e:6d87:7fe5:0:211:11ff:fe10:30f0] (hjulben.blomberg [IPv6:fd5e:6d87:7fe5:0:211:11ff:fe10:30f0]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by manicken.blomberg (Postfix) with ESMTPSA id D09A8A6C1E; Mon, 4 Jan 2010 15:46:12 +0100 (CET) Message-ID: <4B41FF34.4080106@blomberg.tk> Date: Mon, 04 Jan 2010 15:46:12 +0100 From: =?ISO-8859-15?Q?J=F6rgen_Blomberg?= User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Andrea Venturoli References: <4B39FE46.20905@netfence.it> In-Reply-To: <4B39FE46.20905@netfence.it> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: INDEX failing on 6.3/i386 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: Mon, 04 Jan 2010 15:06:52 -0000 Andrea Venturoli wrote: > Hello. > Am I the only one who's not able to build INDEX on the above version? > I didn't see anything on the list WRT to this topic. > > What I get is: > mod_webapp-4.1.24_3: "/usr/ports/www/apache1.3.6" non-existent -- > dependency list incomplete I had the same error with FreeBSD 6.2. The problem disappeared after adding this to make.conf: .if ${.CURDIR:M*/www/mod_webapp} APACHE_COMPAT=1 .endif I don't use mod_webapp, so this configuration is done only to be able to build INDEX. /JB