From owner-freebsd-apache@FreeBSD.ORG Thu Feb 23 04:37:18 2006 Return-Path: X-Original-To: apache@FreeBSD.org Delivered-To: freebsd-apache@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 797D116A420 for ; Thu, 23 Feb 2006 04:37:18 +0000 (GMT) (envelope-from sean@gigave.com) Received: from mailhost.gigave.com (mailhost.gigave.com [38.113.228.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52D7843D46 for ; Thu, 23 Feb 2006 04:37:18 +0000 (GMT) (envelope-from sean@gigave.com) Date: Wed, 22 Feb 2006 20:37:16 -0800 From: Sean Chittenden To: Larry Rosenman Message-ID: <20060223043716.GB29837@mailhost.gigave.com> References: <20060222211952.GR17911@mailhost.gigave.com> <008401c637f6$318c0420$0a0a0a0a@aus.pervasive.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <008401c637f6$318c0420$0a0a0a0a@aus.pervasive.com> Message-Id: <20060223043718.13325216E02@mailhost.gigave.com> Cc: apache@FreeBSD.org Subject: Re: mod_auth_pgsql for Apache22? X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 04:37:18 -0000 > > Change line 17 to read: > > > > USE_APACHE= 22 > > > > And fire off the output. If it compiles, then USE_APACHE should > > be using ?= instead of =. -sc > > USE_APACHE= 22 > > LATEST_LINK= mod_auth_pgsql2 > > AP_INC?= ${LOCALBASE}/include > Makefile: 33 lines, 826 characters Heh, that was hasty advice... this is too, but this time I'll teach 'ya how to fish. Leave the USE_APACHE statement alone, but the biggy is going to be adding -DAPACHE_VERSION=22 to your make(1) invocation. All of this was pulled from /usr/ports/Mk/bsd.apache.mk if you're interested. Give the following a try, but you'll have to experiment some if it doesn't work. # make -DAPACHE_VERSION=22 install clean For consistency, it should be USE_APACHE=YES and USE_APACHE_VER?=(13|20|21|22) but I'm not about to suggest a change like this close to a release. -sc -- Sean Chittenden