Date: Tue, 8 Apr 2014 15:15:31 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350622 - in head/lang: php5 php55 Message-ID: <201404081515.s38FFVe8069910@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Tue Apr 8 15:15:31 2014 New Revision: 350622 URL: http://svnweb.freebsd.org/changeset/ports/350622 QAT: https://qat.redports.org/buildarchive/r350622/ Log: Force users to update their options file if APACHE was selected. Modified: head/lang/php5/Makefile head/lang/php55/Makefile Modified: head/lang/php5/Makefile ============================================================================== --- head/lang/php5/Makefile Tue Apr 8 15:03:14 2014 (r350621) +++ head/lang/php5/Makefile Tue Apr 8 15:15:31 2014 (r350622) @@ -87,6 +87,11 @@ CONFIGURE_ARGS+=--enable-fpm \ --with-fpm-group=${WWWGRP} .endif +.if defined(OPTIONS_FILE_SET) && ${OPTIONS_FILE_SET:MAPACHE} +IGNORE= doesn't install the Apache module anymore:\ + update your OPTIONS and build www/mod_php5 port instead +.endif + .if defined(PKGNAMEPREFIX) USE_PHP= yes PHP_DEFAULT= 5.4 Modified: head/lang/php55/Makefile ============================================================================== --- head/lang/php55/Makefile Tue Apr 8 15:03:14 2014 (r350621) +++ head/lang/php55/Makefile Tue Apr 8 15:15:31 2014 (r350622) @@ -87,6 +87,11 @@ CONFIGURE_ARGS+=--enable-fpm \ --with-fpm-group=${WWWGRP} .endif +.if defined(OPTIONS_FILE_SET) && ${OPTIONS_FILE_SET:MAPACHE} +IGNORE= doesn't install the Apache module anymore:\ + update your OPTIONS and build www/mod_php55 port instead +.endif + .if defined(PKGNAMEPREFIX) USE_PHP= yes PHP_DEFAULT= 5.5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404081515.s38FFVe8069910>