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

Alexandr Kovalenko never at nevermind.kiev.ua
Fri Nov 25 15:20:04 UTC 2011


>Number:         162877
>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 15:20:03 UTC 2011
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list