From owner-freebsd-questions@FreeBSD.ORG Sat Jan 9 03:41:49 2010 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 1E108106566C for ; Sat, 9 Jan 2010 03:41:49 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id CCBA98FC0C for ; Sat, 9 Jan 2010 03:41:48 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NTSCu-0000uv-5l for freebsd-questions@freebsd.org; Sat, 09 Jan 2010 04:41:44 +0100 Received: from pool-70-21-26-190.res.east.verizon.net ([70.21.26.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Jan 2010 04:41:44 +0100 Received: from nightrecon by pool-70-21-26-190.res.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Jan 2010 04:41:44 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Fri, 08 Jan 2010 22:41:22 -0500 Lines: 27 Message-ID: References: <4B47EB5A.3010802@videotron.ca> <4B47F0DC.6050402@videotron.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-70-21-26-190.res.east.verizon.net User-Agent: KNode/4.3.4 Sender: news Subject: Re: port-MESS with apache22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@hotmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jan 2010 03:41:49 -0000 PJ wrote: > Thought I'd better get more specific: > I rebooted, apache is running. > I deleted the apache2 directories -- > but lo and behold, it is the php5 port that is stubborn and absolutely > insists on creating these directories. > What in Hades is going on? [snip] Don't know if this pertains to or will fix the PHP building problem, but you might try putting USE_APACHE=common22 in /etc/make.conf. There has been change(s) the build process and I have as of yet not taken the time to research them enough to be sure I understand. You can look at: /usr/ports/Mk/bsd.apache.mk for hints. Note the old styles of WITH_APACHE and the like is deprecated. Quote: # Note: Setting USE_APACHE to "yes" is deprecated. It will set # APACHE_PORT to www/apache13 and if WITH_APACHE2 (deprecated too) # is defined, APACHE_PORT will be set to www/apache20 # -Mike