svn commit: r383152 - head/devel/ruby-event-loop
Steve Wills
swills at FreeBSD.org
Fri Apr 3 17:01:55 UTC 2015
Author: swills
Date: Fri Apr 3 17:01:54 2015
New Revision: 383152
URL: https://svnweb.freebsd.org/changeset/ports/383152
Log:
devel/ruby-event-loop: mark broken with ruby 2.2
Modified:
head/devel/ruby-event-loop/Makefile
Modified: head/devel/ruby-event-loop/Makefile
==============================================================================
--- head/devel/ruby-event-loop/Makefile Fri Apr 3 16:54:08 2015 (r383151)
+++ head/devel/ruby-event-loop/Makefile Fri Apr 3 17:01:54 2015 (r383152)
@@ -22,4 +22,10 @@ do-build:
do-install:
@cd ${WRKSRC} && ${RUBY} setup.rb install --prefix=${STAGEDIR}
-.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