Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jul 2013 22:11:32 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323420 - head/lang/hiphop-php
Message-ID:  <201307212211.r6LMBWiS012915@svn.freebsd.org>

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



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