Date: Fri, 3 Jan 2014 11:32:58 +0100 (CET) From: Ilya Bakulin <webmaster@kibab.com> To: FreeBSD-gnats-submit@freebsd.org Cc: ale@FreeBSD.org Subject: ports/185438: [PATCH] lang/php55: Enable building php-fpm by default Message-ID: <20140103103258.1684C3F62A@olymp.kibab.com> Resent-Message-ID: <201401031040.s03Ae0M5074969@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 185438 >Category: ports >Synopsis: [PATCH] lang/php55: 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:40: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: --- php55-5.5.7.patch begins here --- diff -ruN /usr/ports//lang/php55/Makefile ./Makefile --- /usr/ports//lang/php55/Makefile 2013-12-24 22:22:21.000000000 +0100 +++ ./Makefile 2014-01-03 11:21:12.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 --- php55-5.5.7.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?20140103103258.1684C3F62A>