Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2020 13:17:47 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526772 - head/security/nflib
Message-ID:  <202002221317.01MDHlHh057294@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002221317.01MDHlHh057294>