svn commit: r411780 - head/security/libsodium

Mathieu Arnold mat at FreeBSD.org
Thu Mar 24 13:14:46 UTC 2016


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


More information about the svn-ports-all mailing list