aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php55
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-08-09 22:29:13 +0800
committermat <mat@FreeBSD.org>2016-08-09 22:29:13 +0800
commit5fe135fdd007c887ff1b28d0bb9450e63eebbdd7 (patch)
tree7978cfb28e8a9f1e503f75b907454a636a3460ac /lang/php55
parent4d3be255a9fcd2ba023d1f156e84e70b84e3c5f8 (diff)
downloadfreebsd-ports-gnome-5fe135fdd007c887ff1b28d0bb9450e63eebbdd7.tar.gz
freebsd-ports-gnome-5fe135fdd007c887ff1b28d0bb9450e63eebbdd7.tar.zst
freebsd-ports-gnome-5fe135fdd007c887ff1b28d0bb9450e63eebbdd7.zip
Change www/php*-session's priority to be loaded before most other PHP extensions.
Many PHP extensions were adding a build dependency on session, so that it was loaded first. This is now no longer needed, we have a nice framework handle the extensions ordering. PR: 203741 Sponsored by: Absolight
Diffstat (limited to 'lang/php55')
-rw-r--r--lang/php55/Makefile.ext6
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/php55/Makefile.ext b/lang/php55/Makefile.ext
index b834be078ef6..0087da08853b 100644
--- a/lang/php55/Makefile.ext
+++ b/lang/php55/Makefile.ext
@@ -300,9 +300,6 @@ CONFIGURE_ARGS+=--enable-posix
LIB_DEPENDS+= libaspell.so:textproc/aspell
CONFIGURE_ARGS+=--with-pspell=${LOCALBASE}
-
-# Ugly hack to load session before psell to avoid crashes
-USE_PHP= session:build
.endif
.if ${PHP_MODNAME} == "readline"
@@ -318,6 +315,7 @@ CONFIGURE_ARGS+=--with-recode=${LOCALBASE}
.if ${PHP_MODNAME} == "session"
CONFIGURE_ARGS+=--enable-session
+PHP_MOD_PRIO= 18
.endif
.if ${PHP_MODNAME} == "shmop"
@@ -349,8 +347,6 @@ CONFIGURE_ARGS+=--enable-soap \
--with-libxml-dir=${LOCALBASE}
USE_GNOME= libxml2
-
-USE_PHP= session:build
.endif
.if ${PHP_MODNAME} == "sockets"
s='deletions'>-0/+1 * The FreeBSD KDE is please to announce the release of KDE 4.3.1,tabthorpe2009-09-022-4/+5 * The KDE FreeBSD team is proud to announce the release of KDE 4.3.0miwi2009-08-053-5/+6 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-0/+1 * Update KDE ports to 4.2.3makc2009-05-103-5/+59 * bump PORTREVISION after cmake updatemakc2009-03-251-0/+1 * The KDE FreeBSD team is proud to announce the release of KDE 4.2.0miwi2009-02-092-4/+4 * - Update to 4.1.2miwi2009-01-152-5/+5 * - woops merge mistake, add missing files.miwi2008-09-033-0/+141