svn commit: r526772 - head/security/nflib

Mark Linimon linimon at FreeBSD.org
Sat Feb 22 13:17:47 UTC 2020


Author: linimon
Date: Sat Feb 22 13:17:46 2020
New Revision: 526772
URL: https://svnweb.freebsd.org/changeset/ports/526772

Log:
  Mark as x86-specific: unconditionally includes files with amd64 code:
  
    /wrkdirs/usr/ports/security/nflib/work/NFLlib-1.0.0-23-g5cf40ed/lib/prng/nfl_crypto_stream_salsa20_amd64_xmm6.s:343: Error: unrecognized opcode: `mov'
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/nflib/Makefile

Modified: head/security/nflib/Makefile
==============================================================================
--- head/security/nflib/Makefile	Sat Feb 22 13:11:10 2020	(r526771)
+++ head/security/nflib/Makefile	Sat Feb 22 13:17:46 2020	(r526772)
@@ -12,6 +12,9 @@ COMMENT=	NTT-based fast lattice cryptography library
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT_LICENSE.txt
 
+ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS_REASON=	unconditionally includes amd64 assembler code
+
 LIB_DEPENDS=	libmpfr.so:math/mpfr \
 		libgmp.so:math/gmp
 


More information about the svn-ports-head mailing list