ports/162878: [PATCH] lang/php5: turn on Apache module build by default

Alexandr Kovalenko never at nevermind.kiev.ua
Fri Nov 25 16:00:27 UTC 2011


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



More information about the freebsd-ports-bugs mailing list