Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  3 Jan 2014 11:29:11 +0100 (CET)
From:      Ilya Bakulin <webmaster@kibab.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        ale@FreeBSD.org
Subject:   ports/185437: [PATCH] lang/php5: Enable building php-fpm by default
Message-ID:  <20140103102911.B03123F52D@olymp.kibab.com>
Resent-Message-ID: <201401031030.s03AU0OR073060@freefall.freebsd.org>

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

>Number:         185437
>Category:       ports
>Synopsis:       [PATCH] lang/php5: Enable building php-fpm by default
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 03 10:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Ilya Bakulin
>Release:        FreeBSD 9.1-RELEASE-p7 amd64
>Organization:
Deglitch Networks
>Environment:
System: FreeBSD olymp.kibab.com 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep  9 21:34:37 UTC
>Description:
php-fpm was integrated in PHP core since release 5.4 and is quite stable.
Many high-loaded web sites use it as a PHP backend.
It has no extra dependencies. So it makes sense to enable building it by default.

Port maintainer (ale@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- php5-5.4.23.patch begins here ---
diff -ruN /usr/ports//lang/php5/Makefile ./Makefile
--- /usr/ports//lang/php5/Makefile	2013-12-24 22:22:21.000000000 +0100
+++ ./Makefile	2014-01-03 11:20:53.000000000 +0100
@@ -38,7 +38,7 @@
 USE_GNOME=	libxml2
 
 OPTIONS_DEFINE=	CLI CGI FPM APACHE AP2FILTER EMBED DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS
-OPTIONS_DEFAULT=CLI CGI IPV6 LINKTHR
+OPTIONS_DEFAULT=CLI CGI FPM IPV6 LINKTHR
 
 CLI_DESC=	Build CLI version
 CGI_DESC=	Build CGI version
--- php5-5.4.23.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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