Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Nov 2011 17:14:31 +0200 (EET)
From:      Alexandr Kovalenko <never@nevermind.kiev.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/162878: [PATCH] lang/php5: turn on Apache module build by default
Message-ID:  <201111251514.pAPFEVP6066413@naia.nevermind.kiev.ua>
Resent-Message-ID: <201111251600.pAPG0QVJ091814@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         162878
>Category:       ports
>Synopsis:       [PATCH] lang/php5: turn on Apache module build by default
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 25 16:00:26 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Alexandr Kovalenko
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
Nevermind Ltd.
>Environment:
System: FreeBSD naia.nevermind.kiev.ua 8.2-STABLE FreeBSD 8.2-STABLE #0 r227751: Sun Nov 20 23:32:50 EET 2011 root@naia.nevermind.kiev.ua:/usr/obj/usr/src/sys/naia amd64

>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:


--- 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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111251514.pAPFEVP6066413>