Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 2015 19:11:46 +0000 (UTC)
From:      Michael Moll <mmoll@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401783 - in head/lang: ruby20 ruby21 ruby22
Message-ID:  <201511161911.tAGJBk7j000341@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmoll
Date: Mon Nov 16 19:11:46 2015
New Revision: 401783
URL: https://svnweb.freebsd.org/changeset/ports/401783

Log:
  lang/ruby2*: mark BROKEN on ia64
  
  PR:		194572

Modified:
  head/lang/ruby20/Makefile
  head/lang/ruby21/Makefile
  head/lang/ruby22/Makefile

Modified: head/lang/ruby20/Makefile
==============================================================================
--- head/lang/ruby20/Makefile	Mon Nov 16 19:01:22 2015	(r401782)
+++ head/lang/ruby20/Makefile	Mon Nov 16 19:11:46 2015	(r401783)
@@ -40,6 +40,9 @@ USE_OPENSSL=	yes
 USES=		cpe execinfo tar:bzip2
 WRKSRC=		${RUBY_WRKSRC}
 
+NOT_FOR_ARCHS=	ia64
+NOT_FOR_ARCHS_REASON_ia64=	does not build
+
 RUBY_VER=		2.0
 USE_RUBY=		yes
 RUBY_NO_BUILD_DEPENDS=	yes

Modified: head/lang/ruby21/Makefile
==============================================================================
--- head/lang/ruby21/Makefile	Mon Nov 16 19:01:22 2015	(r401782)
+++ head/lang/ruby21/Makefile	Mon Nov 16 19:11:46 2015	(r401783)
@@ -40,6 +40,9 @@ USE_OPENSSL=	yes
 USES=		cpe execinfo tar:xz
 WRKSRC=		${RUBY_WRKSRC}
 
+NOT_FOR_ARCHS=	ia64
+NOT_FOR_ARCHS_REASON_ia64=	does not build
+
 RUBY_VER=		2.1
 USE_RUBY=		yes
 RUBY_NO_BUILD_DEPENDS=	yes

Modified: head/lang/ruby22/Makefile
==============================================================================
--- head/lang/ruby22/Makefile	Mon Nov 16 19:01:22 2015	(r401782)
+++ head/lang/ruby22/Makefile	Mon Nov 16 19:11:46 2015	(r401783)
@@ -45,6 +45,9 @@ USE_RUBY=		yes
 RUBY_NO_BUILD_DEPENDS=	yes
 RUBY_NO_RUN_DEPENDS=	yes
 
+NOT_FOR_ARCHS=	ia64
+NOT_FOR_ARCHS_REASON_ia64=	does not build
+
 OPTIONS_DEFINE=		CAPIDOCS DEBUG DOCS EXAMPLES GMP RDOC
 OPTIONS_DEFAULT=	RDOC LIBEDIT
 OPTIONS_SINGLE=		EDIT



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