From owner-freebsd-ports@FreeBSD.ORG Thu Dec 21 14:55:01 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 34FED16A403 for ; Thu, 21 Dec 2006 14:55:01 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.226]) by mx1.freebsd.org (Postfix) with ESMTP id CE8E813C465 for ; Thu, 21 Dec 2006 14:55:00 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by wr-out-0506.google.com with SMTP id i7so78306wra for ; Thu, 21 Dec 2006 06:55:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cYnNL2nmE9ZBUgn6QMcU/xHpdBoMK1j2oqIcZkN6V9UfmBrh2nyE0trmHNIGKBRJl9NDCf7920IOXuCcWt5XhTMgCVmAEdmteG6oL8gwpP6bKOql7N6x5Ete02Kl90NoWUo/1V6KtZVXgFVVx7uXIErv0u+fyzoLR8+vz5OTVjM= Received: by 10.90.25.3 with SMTP id 3mr8061124agy.1166658583494; Wed, 20 Dec 2006 15:49:43 -0800 (PST) Received: by 10.65.61.1 with HTTP; Wed, 20 Dec 2006 15:49:43 -0800 (PST) Message-ID: <790a9fff0612201549r147ff21bid63660bdb30db07b@mail.gmail.com> Date: Wed, 20 Dec 2006 15:49:43 -0800 From: "Scot Hetzel" To: "Philipp Ost" , scrappy@freebsd.org In-Reply-To: <4589193D.2060205@smo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4589193D.2060205@smo.de> Cc: freebsd-ports@freebsd.org Subject: Re: Building INDEX fails on 6.2-PRERELEASE 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: Thu, 21 Dec 2006 14:55:01 -0000 On 12/20/06, Philipp Ost wrote: > Hi list, > > make index fails on 6.2-PRERELEASE (ports cvsup'd around 11:45 CET): > > # make index > Generating INDEX-6 - please > wait.."/usr/ports/www/apache20/Makefile.modules.3rd" > , line 10: USE_APACHE and Makefile.modules.3rd can't be used together. > ===> www/mod_log_sql2-dtc failed > *** Error code 1 > 1 error > > ******************************************************************** > Before reporting this error, verify that you are running a supported > version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you > have a complete and up-to-date ports collection. (INDEX builds are > not supported with partial or out-of-date ports collections -- in > particular, if you are using cvsup, you must cvsup the "ports-all" > collection, and have no "refuse" files.) If that is the case, then > report the failure to ports@FreeBSD.org together with relevant > details of your ports configuration (including FreeBSD version, > your architecture, your environment, and your /etc/make.conf > settings, especially compiler flags and WITH/WITHOUT settings). > > Note: the latest pre-generated version of INDEX may be fetched > automatically with "make fetchindex". > ******************************************************************** > > *** Error code 1 > You need to make the following changes to the Makefile: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/mod_log_sql2-dtc/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 19 Dec 2006 15:24:42 -0000 1.4 +++ Makefile 20 Dec 2006 19:29:50 -0000 @@ -31,16 +31,15 @@ CONFIGURE_ARGS+= --with-dbi=${LOCALBASE} LIB_DEPENDS+= dbi.0:${PORTSDIR}/databases/libdbi .endif -.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" -. if ${AP_VER} == 13 +. if ${APACHE_VERSION} == 13 WITHOUT_SSL= YES . endif .if defined(WITHOUT_SSL) CONFIGURE_ARGS+= --disable-ssl SSL_PLIST= "@comment " .else -.if !exists(${LOCALBASE}/include/apache2/mod_ssl.h) -BROKEN= Please recompile apache2 with SSL support +.if !exists(${LOCALBASE}/${APACHEINCLUDEDIR}/mod_ssl.h) +BROKEN= Please recompile apache${APACHE_VERSION} with SSL support .endif .endif I'm not at my system where I applied this patch, so you'll have to recreate it manually. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.