svn commit: r397890 - head/security/rubygem-scrypt

Mark Linimon linimon at FreeBSD.org
Fri Sep 25 21:44:53 UTC 2015


Author: linimon
Date: Fri Sep 25 21:44:52 2015
New Revision: 397890
URL: https://svnweb.freebsd.org/changeset/ports/397890

Log:
  Mark as broken on sparc64 et. al.: uses SSE compiler-specific flag.
  
  Approved by:	portmgr (sparc64 blanket)

Modified:
  head/security/rubygem-scrypt/Makefile

Modified: head/security/rubygem-scrypt/Makefile
==============================================================================
--- head/security/rubygem-scrypt/Makefile	Fri Sep 25 21:42:25 2015	(r397889)
+++ head/security/rubygem-scrypt/Makefile	Fri Sep 25 21:44:52 2015	(r397890)
@@ -18,4 +18,7 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
+ONLY_FOR_ARCHS=	amd64 i386 ia64
+ONLY_FOR_ARCHS_REASON=	invokes SSE compiler flags
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list