From kibab@olymp.kibab.com  Fri Jan  3 10:29:21 2014
Return-Path: <kibab@olymp.kibab.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id C522B9EE;
	Fri,  3 Jan 2014 10:29:21 +0000 (UTC)
Received: from olymp.kibab.com (olymp6.kibab.com [IPv6:2a01:4f8:160:84c1::2])
	by mx1.freebsd.org (Postfix) with ESMTP id 8BC9D1EAA;
	Fri,  3 Jan 2014 10:29:21 +0000 (UTC)
Message-Id: <20140103102911.B03123F52D@olymp.kibab.com>
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: [PATCH] lang/php5: Enable building php-fpm by default
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         185437
>Category:       ports
>Synopsis:       [PATCH] lang/php5: Enable building php-fpm by default
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 03 10:30:00 UTC 2014
>Closed-Date:    Sun Feb 09 12:48:10 UTC 2014
>Last-Modified:  Sun Feb 09 12:48:10 UTC 2014
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->ale 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jan 3 10:30:08 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185437 
State-Changed-From-To: open->suspended 
State-Changed-By: ale 
State-Changed-When: Fri Jan 31 16:54:31 UTC 2014 
State-Changed-Why:  
I'll do it in the next php update. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185437 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185437: commit references a PR
Date: Sun,  9 Feb 2014 08:39:09 +0000 (UTC)

 Author: ale
 Date: Sun Feb  9 08:39:00 2014
 New Revision: 343435
 URL: http://svnweb.freebsd.org/changeset/ports/343435
 QAT: https://qat.redports.org/buildarchive/r343435/
 
 Log:
   - Update to 5.4.25 release [1]
   - Enable FPM by default [2]
   - Add support to override configure flags [3]
   
   To users requesting mod_php package, please read this:
   https://wiki.apache.org/httpd/PHP-FPM
   
   PR:		ports/186564 [1], ports/185437 [2], ports/186536 [3]
   Submitted by:	Rustem Alimov <rustem.alimov@gmail.com> [1],
   		Ilya Bakulin <webmaster@kibab.com> [2],
   		Reinier Schoof <reinier@skoef.nl> [3]
 
 Modified:
   head/converters/php5-iconv/Makefile
   head/databases/php5-interbase/Makefile
   head/databases/php5-pdo_firebird/Makefile
   head/ftp/php5-curl/Makefile
   head/lang/php5/Makefile
   head/lang/php5/distinfo
 
 Modified: head/converters/php5-iconv/Makefile
 ==============================================================================
 --- head/converters/php5-iconv/Makefile	Sun Feb  9 08:08:43 2014	(r343434)
 +++ head/converters/php5-iconv/Makefile	Sun Feb  9 08:39:00 2014	(r343435)
 @@ -1,7 +1,6 @@
  # Created by: Alex Dupre <ale@FreeBSD.org>
  # $FreeBSD$
  
 -PORTREVISION=	1
  CATEGORIES=	converters
  
  MASTERDIR=	${.CURDIR}/../../lang/php5
 
 Modified: head/databases/php5-interbase/Makefile
 ==============================================================================
 --- head/databases/php5-interbase/Makefile	Sun Feb  9 08:08:43 2014	(r343434)
 +++ head/databases/php5-interbase/Makefile	Sun Feb  9 08:39:00 2014	(r343435)
 @@ -1,7 +1,6 @@
  # Created by: Alex Dupre <ale@FreeBSD.org>
  # $FreeBSD$
  
 -PORTREVISION=	1
  CATEGORIES=	databases
  
  MASTERDIR=	${.CURDIR}/../../lang/php5
 
 Modified: head/databases/php5-pdo_firebird/Makefile
 ==============================================================================
 --- head/databases/php5-pdo_firebird/Makefile	Sun Feb  9 08:08:43 2014	(r343434)
 +++ head/databases/php5-pdo_firebird/Makefile	Sun Feb  9 08:39:00 2014	(r343435)
 @@ -1,7 +1,6 @@
  # Created by: Alex Dupre <ale@FreeBSD.org>
  # $FreeBSD$
  
 -PORTREVISION=	1
  CATEGORIES=	databases
  
  MASTERDIR=	${.CURDIR}/../../lang/php5
 
 Modified: head/ftp/php5-curl/Makefile
 ==============================================================================
 --- head/ftp/php5-curl/Makefile	Sun Feb  9 08:08:43 2014	(r343434)
 +++ head/ftp/php5-curl/Makefile	Sun Feb  9 08:39:00 2014	(r343435)
 @@ -2,7 +2,6 @@
  # $FreeBSD$
  
  CATEGORIES=	ftp
 -PORTREVISION=	1
  
  MASTERDIR=	${.CURDIR}/../../lang/php5
  
 
 Modified: head/lang/php5/Makefile
 ==============================================================================
 --- head/lang/php5/Makefile	Sun Feb  9 08:08:43 2014	(r343434)
 +++ head/lang/php5/Makefile	Sun Feb  9 08:39:00 2014	(r343435)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	php5
 -PORTVERSION=	5.4.24
 +PORTVERSION=	5.4.25
  PORTREVISION?=	0
  CATEGORIES?=	lang devel www
  MASTER_SITES=	${MASTER_SITE_PHP}
 @@ -23,8 +23,7 @@ USE_AUTOTOOLS=	autoconf
  
  LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
  
 -CONFIGURE_ARGS=	\
 -		--with-layout=GNU \
 +CONFIGURE_ARGS+=--with-layout=GNU \
  		--localstatedir=/var \
  		--with-config-file-scan-dir=${PREFIX}/etc/php \
  		--disable-all \
 @@ -38,7 +37,7 @@ CONFIGURE_ARGS=	\
  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
  OPTIONS_SUB=	yes
  
  CLI_DESC=	Build CLI version
 
 Modified: head/lang/php5/distinfo
 ==============================================================================
 --- head/lang/php5/distinfo	Sun Feb  9 08:08:43 2014	(r343434)
 +++ head/lang/php5/distinfo	Sun Feb  9 08:39:00 2014	(r343435)
 @@ -1,4 +1,4 @@
 -SHA256 (php-5.4.24.tar.bz2) = 97fe70eddaf5b93969714a551870fe03f6b0a387f85b83a6d63a40a76199a327
 -SIZE (php-5.4.24.tar.bz2) = 12256796
 +SHA256 (php-5.4.25.tar.bz2) = b6c18c07c6bf34f75e601b28829d636e44c1c9f4267aac4ed013443c32a2245f
 +SIZE (php-5.4.25.tar.bz2) = 11739877
  SHA256 (php-5.4.x-mail-header.patch) = 005ae1cd8ed17c72d7b09dee9c4466e8b16d4ecba7fe11276731ed6ff9fbb344
  SIZE (php-5.4.x-mail-header.patch) = 3379
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: suspended->closed 
State-Changed-By: ale 
State-Changed-When: Sun Feb 9 12:47:55 UTC 2014 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185437 
>Unformatted:
