svn commit: r330736 - in head/lang: php5 php55
Alex Dupre
ale at FreeBSD.org
Fri Oct 18 11:07:39 UTC 2013
Author: ale
Date: Fri Oct 18 11:07:38 2013
New Revision: 330736
URL: http://svnweb.freebsd.org/changeset/ports/330736
Log:
Mark broken when APACHE is enabled until a fix is committed.
Modified:
head/lang/php5/Makefile
head/lang/php55/Makefile
Modified: head/lang/php5/Makefile
==============================================================================
--- head/lang/php5/Makefile Fri Oct 18 10:04:26 2013 (r330735)
+++ head/lang/php5/Makefile Fri Oct 18 11:07:38 2013 (r330736)
@@ -101,6 +101,7 @@ IGNORE= cannot be built with multiple S
.endif
.if ${PORT_OPTIONS:MAPACHE}
+BROKEN= doesn't install in STAGEDIR: working on a fix
PHP_SAPI+= mod
USE_APACHE= 22+
.include "${PORTSDIR}/Mk/bsd.apache.mk"
Modified: head/lang/php55/Makefile
==============================================================================
--- head/lang/php55/Makefile Fri Oct 18 10:04:26 2013 (r330735)
+++ head/lang/php55/Makefile Fri Oct 18 11:07:38 2013 (r330736)
@@ -101,6 +101,7 @@ IGNORE= cannot be built with multiple S
.endif
.if ${PORT_OPTIONS:MAPACHE}
+BROKEN= doesn't install in STAGEDIR: working on a fix
PHP_SAPI+= mod
USE_APACHE= 22+
.include "${PORTSDIR}/Mk/bsd.apache.mk"
More information about the svn-ports-all
mailing list