From owner-svn-ports-head@FreeBSD.ORG Fri Nov 14 11:40:21 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 752D8C9D; Fri, 14 Nov 2014 11:40:21 +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 6227D957; Fri, 14 Nov 2014 11:40:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAEBeLjt087374; Fri, 14 Nov 2014 11:40:21 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAEBeLT4087373; Fri, 14 Nov 2014 11:40:21 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201411141140.sAEBeLT4087373@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 14 Nov 2014 11:40:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372558 - head/devel/liboil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2014 11:40:21 -0000 Author: marino Date: Fri Nov 14 11:40:20 2014 New Revision: 372558 URL: https://svnweb.freebsd.org/changeset/ports/372558 QAT: https://qat.redports.org/buildarchive/r372558/ Log: devel/liboil: mark broken on powerpc PR: 194468 Modified: head/devel/liboil/Makefile Modified: head/devel/liboil/Makefile ============================================================================== --- head/devel/liboil/Makefile Fri Nov 14 11:38:46 2014 (r372557) +++ head/devel/liboil/Makefile Fri Nov 14 11:40:20 2014 (r372558) @@ -14,6 +14,8 @@ COMMENT= Library of optimized inner loop LICENSE= BSD2CLAUSE BSD3CLAUSE MIT LICENSE_COMB= multi +BROKEN_powerpc= fails to compile vec_memcpy.S + USES= libtool pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes