Date: Thu, 24 Mar 2016 13:14:45 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411780 - head/security/libsodium Message-ID: <201603241314.u2ODEjh0005582@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Mar 24 13:14:45 2016 New Revision: 411780 URL: https://svnweb.freebsd.org/changeset/ports/411780 Log: Mark broken on 9. crypto_generichash/blake2/ref/blake2b-compress-ssse3.c: In function 'blake2b_compress_ssse3': crypto_generichash/blake2/ref/blake2b-compress-ssse3.c:66: note: use -flax-vector-conversions to permit conversions between vectors with differing element types or numbers of subparts crypto_generichash/blake2/ref/blake2b-compress-ssse3.c:66: error: incompatible type for argument 1 of '__builtin_ia32_psrlqi128' Sponsored by: Absolight Modified: head/security/libsodium/Makefile (contents, props changed) Modified: head/security/libsodium/Makefile ============================================================================== --- head/security/libsodium/Makefile Thu Mar 24 12:52:55 2016 (r411779) +++ head/security/libsodium/Makefile Thu Mar 24 13:14:45 2016 (r411780) @@ -19,6 +19,8 @@ INSTALL_TARGET?= install-strip OPTIONS_DEFINE= DOCS +BROKEN_FreeBSD_9= Fails to build + .include <bsd.port.pre.mk> .if ${OPSYS} == FreeBSD && ${ARCH} == i386 && ${OSVERSION} < 1000036
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603241314.u2ODEjh0005582>