From owner-svn-ports-head@FreeBSD.ORG Sat Nov 15 12:55:32 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DFBA9F5; Sat, 15 Nov 2014 12:55:32 +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 5AB21682; Sat, 15 Nov 2014 12:55:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAFCtWwk098445; Sat, 15 Nov 2014 12:55:32 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAFCtWLs098444; Sat, 15 Nov 2014 12:55:32 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201411151255.sAFCtWLs098444@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 15 Nov 2014 12:55:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372597 - 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: Sat, 15 Nov 2014 12:55:32 -0000 Author: marino Date: Sat Nov 15 12:55:31 2014 New Revision: 372597 URL: https://svnweb.freebsd.org/changeset/ports/372597 QAT: https://qat.redports.org/buildarchive/r372597/ Log: devel/liboil: correction, powerpc is fine, it's broken on powerpc64 Reported by: danfe@ PR: 194468 Modified: head/devel/liboil/Makefile Modified: head/devel/liboil/Makefile ============================================================================== --- head/devel/liboil/Makefile Sat Nov 15 12:20:53 2014 (r372596) +++ head/devel/liboil/Makefile Sat Nov 15 12:55:31 2014 (r372597) @@ -14,7 +14,7 @@ COMMENT= Library of optimized inner loop LICENSE= BSD2CLAUSE BSD3CLAUSE MIT LICENSE_COMB= multi -BROKEN_powerpc= fails to compile vec_memcpy.S +BROKEN_powerpc64= fails to compile vec_memcpy.S USES= libtool pkgconfig GNU_CONFIGURE= yes