Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2015 21:44:53 +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: r397890 - head/security/rubygem-scrypt
Message-ID:  <201509252144.t8PLirot063016@repo.freebsd.org>

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



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