From nobody@FreeBSD.org  Fri Nov 25 15:18:15 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CF039106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 25 Nov 2011 15:18:15 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id BEF678FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 25 Nov 2011 15:18:15 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pAPFIFN0066707
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 25 Nov 2011 15:18:15 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id pAPFIFro066706;
	Fri, 25 Nov 2011 15:18:15 GMT
	(envelope-from nobody)
Message-Id: <201111251518.pAPFIFro066706@red.freebsd.org>
Date: Fri, 25 Nov 2011 15:18:15 GMT
From: Alexandr Kovalenko <never@nevermind.kiev.ua>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] lang/php5: turn on Apache module build by default
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         162877
>Category:       ports
>Synopsis:       [PATCH] lang/php5: turn on Apache module build by default
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 25 15:20:03 UTC 2011
>Closed-Date:    Fri Nov 25 15:26:37 UTC 2011
>Last-Modified:  Fri Nov 25 15:26:37 UTC 2011
>Originator:     Alexandr Kovalenko
>Release:        8.2, 9.0
>Organization:
Nevermind Ltd.
>Environment:
FreeBSD mile.xxx.ua 9.0-RC1 FreeBSD 9.0-RC1 #0 r227102: Sat Nov  5 13:16:32 EET 2011     root@mile.xxx.ua:/usr/obj/usr/src/sys/mile  i386
>Description:
lang/php5 by default do not have apache module build turned on. This makes our package php5...tgz completely useless in 90% of cases of php usage.

>How-To-Repeat:
Update to the latest ports tree, check ports/lang/php5/Makefile 

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2011-11-25 17:09:12.312339656 +0200
+++ Makefile	2011-11-25 17:09:33.901303609 +0200
@@ -41,7 +41,7 @@
 OPTIONS=	CLI "Build CLI version" on \
 		CGI "Build CGI version" on \
 		FPM "Build FPM version (experimental)" off \
-		APACHE "Build Apache module" off \
+		APACHE "Build Apache module" on \
 		AP2FILTER " Use Apache 2.x filter interface (experimental)" off \
 		DEBUG "Enable debug" off \
 		SUHOSIN "Enable Suhosin protection system" on \


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ale 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Nov 25 15:20:18 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162877 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Fri Nov 25 15:25:31 UTC 2011 
State-Changed-Why:  
Not the right thing, you should build mod_php5 tailored to your apache installation. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162877 
>Unformatted:
