From owner-svn-ports-all@FreeBSD.ORG Sun Apr 20 20:44:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96F859AB; Sun, 20 Apr 2014 20:44:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83EDC132E; Sun, 20 Apr 2014 20:44:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3KKimkN032970; Sun, 20 Apr 2014 20:44:48 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3KKimb8032969; Sun, 20 Apr 2014 20:44:48 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201404202044.s3KKimb8032969@svn.freebsd.org> From: Antoine Brodin Date: Sun, 20 Apr 2014 20:44:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351646 - head/lang/hiphop-php X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2014 20:44:48 -0000 Author: antoine Date: Sun Apr 20 20:44:48 2014 New Revision: 351646 URL: http://svnweb.freebsd.org/changeset/ports/351646 QAT: https://qat.redports.org/buildarchive/r351646/ Log: Mark broken: Fails to configure -- Performing Test ELF_GETSHDRSTRNDX -- Performing Test ELF_GETSHDRSTRNDX - Success -- Found LibDwarf: /usr/local/lib/libdwarf.a CMake Error at CMake/HPHPFindLibs.cmake:308 (message): You need to install binutils Call Stack (most recent call first): CMake/HPHPSetup.cmake:46 (include) hphp/CMakeLists.txt:18 (include) -- Configuring incomplete, errors occurred! PR: ports/188498 Reported by: pkg-fallout With hat: portmgr Modified: head/lang/hiphop-php/Makefile Modified: head/lang/hiphop-php/Makefile ============================================================================== --- head/lang/hiphop-php/Makefile Sun Apr 20 20:37:14 2014 (r351645) +++ head/lang/hiphop-php/Makefile Sun Apr 20 20:44:48 2014 (r351646) @@ -16,6 +16,8 @@ PATCH_SITES= http://cpp.in/dev/ MAINTAINER= ports@FreeBSD.org COMMENT= HipHop Virtual Machine for PHP (HHVM) +BROKEN= Fails to configure + LICENSE= PHP301 ZEND200 UNICODE LICENSE_COMB= multi LICENSE_NAME_UNICODE= Unicode, Inc. License Agreement