From owner-freebsd-questions@FreeBSD.ORG Thu Nov 15 18:52:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7698816A41A for ; Thu, 15 Nov 2007 18:52:05 +0000 (UTC) (envelope-from jonathan+freebsd-questions@hst.org.za) Received: from hermes.hst.org.za (onix.hst.org.za [209.203.2.133]) by mx1.freebsd.org (Postfix) with ESMTP id A4C9E13C47E for ; Thu, 15 Nov 2007 18:52:03 +0000 (UTC) (envelope-from jonathan+freebsd-questions@hst.org.za) Received: from [10.1.11.1] ([10.1.11.1]) (authenticated bits=0) by hermes.hst.org.za (8.13.8/8.13.8) with ESMTP id lAFInm6K014953 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 15 Nov 2007 20:49:49 +0200 (SAST) (envelope-from jonathan+freebsd-questions@hst.org.za) From: Jonathan McKeown To: freebsd-questions@freebsd.org Date: Thu, 15 Nov 2007 20:54:18 +0200 User-Agent: KMail/1.9.4 References: <200711151832.18684.jonathan+freebsd-questions@hst.org.za> <473C8463.8020308@riderway.com> In-Reply-To: <473C8463.8020308@riderway.com> Organization: Health Systems Trust X-Face: $@VrUx^RHy/}yu]jKf/<4T%/d|F+$j-Ol2"2J$q+%OK1]&/G_S9(=?iso-8859-1?q?HkaQ*=60!=3FYOK=3FY!=27M=60C=0A=09aP=5C9nVPF8Q=7DCilHH8l?= =?iso-8859-1?q?=3B=7E!42HK6=273lg4J=7Daz?=@1Dqqh:J]M^"YPn*2IWrZON$1+G?oX3@ =?iso-8859-1?q?k=230=0A=0954XDRg=3DYn=5FF-etwot4U=24b?=dTS{i X-Spam-Score: -4.315 () ALL_TRUSTED,AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.61 on 209.203.2.133 Cc: "Philip M. Gollucci" Subject: Re: apache port knobs - WITH_APACHE2 deprecated? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2007 18:52:05 -0000 On Thursday 15 November 2007 19:39, Philip M. Gollucci wrote: > Jonathan McKeown wrote: > > This is (I hope) a quick and easy question. > > > > I want to ensure that any ports which depend on Apache will depend on 2.0 > > rather than try to bring in 1.3. > > > > I used to do this by putting WITH_APACHE2 in /etc/make.conf. > > > > bsd.apache.mk says WITH_APACHE2 is deprecated. > > $ grep apache /etc/make.conf > APACHE_PORT= www/apache22 Thanks. I wondered about that while looking through bsd.apache.mk but wasn't confident enough (nor did I have enough spare time) to experiment. I must offer a patch to the makefile/documentation. Jonathan