Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2015 00:42:12 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383484 - head/devel/rubygem-thrift
Message-ID:  <201504070042.t370gCwC069248@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Apr  7 00:42:11 2015
New Revision: 383484
URL: https://svnweb.freebsd.org/changeset/ports/383484

Log:
  devel/rubygem-thrift: mark broken with ruby 2.2

Modified:
  head/devel/rubygem-thrift/Makefile

Modified: head/devel/rubygem-thrift/Makefile
==============================================================================
--- head/devel/rubygem-thrift/Makefile	Mon Apr  6 23:09:51 2015	(r383483)
+++ head/devel/rubygem-thrift/Makefile	Tue Apr  7 00:42:11 2015	(r383484)
@@ -15,4 +15,10 @@ USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
 .include "../thrift/bsd.thrift.mk"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} >= 2.2
+BROKEN=		Does not build
+.endif
+
+.include <bsd.port.post.mk>



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