Skip to content

Commit

Permalink
- Update to 5.4.25 release [1]
Browse files Browse the repository at this point in the history
- 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 <[email protected]> [1],
		Ilya Bakulin <[email protected]> [2],
		Reinier Schoof <[email protected]> [3]
  • Loading branch information
alexdupre committed Feb 9, 2014
1 parent 763fb69 commit a98b5d4
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 10 deletions.
1 change: 0 additions & 1 deletion converters/php5-iconv/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Created by: Alex Dupre <[email protected]>
# $FreeBSD$

PORTREVISION= 1
CATEGORIES= converters

MASTERDIR= ${.CURDIR}/../../lang/php5
Expand Down
1 change: 0 additions & 1 deletion databases/php5-interbase/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Created by: Alex Dupre <[email protected]>
# $FreeBSD$

PORTREVISION= 1
CATEGORIES= databases

MASTERDIR= ${.CURDIR}/../../lang/php5
Expand Down
1 change: 0 additions & 1 deletion databases/php5-pdo_firebird/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Created by: Alex Dupre <[email protected]>
# $FreeBSD$

PORTREVISION= 1
CATEGORIES= databases

MASTERDIR= ${.CURDIR}/../../lang/php5
Expand Down
1 change: 0 additions & 1 deletion ftp/php5-curl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# $FreeBSD$

CATEGORIES= ftp
PORTREVISION= 1

MASTERDIR= ${.CURDIR}/../../lang/php5

Expand Down
7 changes: 3 additions & 4 deletions lang/php5/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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 \
Expand 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
Expand Down
4 changes: 2 additions & 2 deletions lang/php5/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a98b5d4

Please sign in to comment.