svn commit: r383484 - head/devel/rubygem-thrift
Steve Wills
swills at FreeBSD.org
Tue Apr 7 00:42:13 UTC 2015
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>
More information about the svn-ports-all
mailing list