svn commit: r383120 - head/audio/ruby-audiofile
Steve Wills
swills at FreeBSD.org
Fri Apr 3 13:24:16 UTC 2015
Author: swills
Date: Fri Apr 3 13:24:15 2015
New Revision: 383120
URL: https://svnweb.freebsd.org/changeset/ports/383120
Log:
audio/ruby-audiofile: mark broken with ruby 2.2
Modified:
head/audio/ruby-audiofile/Makefile
Modified: head/audio/ruby-audiofile/Makefile
==============================================================================
--- head/audio/ruby-audiofile/Makefile Fri Apr 3 13:22:07 2015 (r383119)
+++ head/audio/ruby-audiofile/Makefile Fri Apr 3 13:24:15 2015 (r383120)
@@ -40,4 +40,10 @@ post-install:
${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODDOCDIR}/
-.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-head
mailing list