svn commit: r323420 - head/lang/hiphop-php

Martin Matuska mm at FreeBSD.org
Sun Jul 21 22:11:32 UTC 2013


Author: mm
Date: Sun Jul 21 22:11:31 2013
New Revision: 323420
URL: http://svnweb.freebsd.org/changeset/ports/323420

Log:
  Hiphop-php (now actually hhvm) is developed only for x86_64 (amd64)

Modified:
  head/lang/hiphop-php/Makefile

Modified: head/lang/hiphop-php/Makefile
==============================================================================
--- head/lang/hiphop-php/Makefile	Sun Jul 21 22:06:56 2013	(r323419)
+++ head/lang/hiphop-php/Makefile	Sun Jul 21 22:11:31 2013	(r323420)
@@ -31,8 +31,6 @@ LICENSE_DISTFILES_UNICODE= EastAsianWidt
 	8859-11.TXT 8859-13.TXT 8859-14.TXT 8859-15.TXT 8859-16.TXT
 LICENSE_DISTFILES_ZEND200=	${DISTNAME}${EXTRACT_SUFX}
 
-#BROKEN=		Does not build with recent boost
-
 LIB_DEPENDS=	icudata:${PORTSDIR}/devel/icu \
 		boost_thread:${PORTSDIR}/devel/boost-libs \
 		execinfo:${PORTSDIR}/devel/libexecinfo \
@@ -47,6 +45,9 @@ LIB_DEPENDS=	icudata:${PORTSDIR}/devel/i
 		unwind:${PORTSDIR}/devel/libunwind \
 		glog:${PORTSDIR}/devel/glog
 
+ONLY_FOR_ARCHS=		amd64
+ONLY_FOR_ARCHS_REASON=	This program is developed for amd64 only
+
 _EXTDIR=	share/hiphop-php/ext
 
 BUILD_DEPENDS+=	bison:${PORTSDIR}/devel/bison \


More information about the svn-ports-all mailing list