Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2013 11:07:38 +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: r330736 - in head/lang: php5 php55
Message-ID:  <201310181107.r9IB7ctN091612@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310181107.r9IB7ctN091612>