svn commit: r401783 - in head/lang: ruby20 ruby21 ruby22
Michael Moll
mmoll at FreeBSD.org
Mon Nov 16 19:11:48 UTC 2015
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
More information about the svn-ports-head
mailing list