From owner-svn-ports-all@freebsd.org Sat Jun 27 20:58:08 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1A6E98D477; Sat, 27 Jun 2015 20:58:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 D2DF51D2E; Sat, 27 Jun 2015 20:58:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5RKw8qu089021; Sat, 27 Jun 2015 20:58:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5RKw8HQ089020; Sat, 27 Jun 2015 20:58:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506272058.t5RKw8HQ089020@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 27 Jun 2015 20:58:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390732 - head/sysutils/b2sum 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.20 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: Sat, 27 Jun 2015 20:58:09 -0000 Author: amdmi3 Date: Sat Jun 27 20:58:08 2015 New Revision: 390732 URL: https://svnweb.freebsd.org/changeset/ports/390732 Log: - Mark BROKEN on 9.x amd64: ../sse/blake2b.c: In function 'blake2b_compress': ../sse/blake2b.c:294: note: use -flax-vector-conversions to permit conversions between vectors with differing element types or numbers of subparts ../sse/blake2b.c:294: error: incompatible type for argument 1 of '__builtin_ia32_psrlqi128' ../sse/blake2b.c:294: error: incompatible type for argument 1 of '__builtin_ia32_psrlqi128' Submitted by: pkg-fallout Approved by: portmgr blanket Modified: head/sysutils/b2sum/Makefile Modified: head/sysutils/b2sum/Makefile ============================================================================== --- head/sysutils/b2sum/Makefile Sat Jun 27 20:47:48 2015 (r390731) +++ head/sysutils/b2sum/Makefile Sat Jun 27 20:58:08 2015 (r390732) @@ -13,6 +13,8 @@ COMMENT= Fast secure hashing LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/../COPYING +BROKEN_FreeBSD_9_amd64= does not build + B2VERSION= 20150529 USES= zip