svn commit: r350622 - in head/lang: php5 php55

Alex Dupre ale at FreeBSD.org
Tue Apr 8 15:15:32 UTC 2014


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


More information about the svn-ports-all mailing list