Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Nov 2011 15:18:15 GMT
From:      Alexandr Kovalenko <never@nevermind.kiev.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/162877: [PATCH] lang/php5: turn on Apache module build by default
Message-ID:  <201111251518.pAPFIFro066706@red.freebsd.org>
Resent-Message-ID: <201111251520.pAPFK3Aq056015@freefall.freebsd.org>

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

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



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