svn commit: r383254 - head/audio/rubygem-shout

Steve Wills swills at FreeBSD.org
Sun Apr 5 03:33:41 UTC 2015


Author: swills
Date: Sun Apr  5 03:33:39 2015
New Revision: 383254
URL: https://svnweb.freebsd.org/changeset/ports/383254

Log:
  audio/rubygem-shout: mark broken with ruby 2.2

Modified:
  head/audio/rubygem-shout/Makefile

Modified: head/audio/rubygem-shout/Makefile
==============================================================================
--- head/audio/rubygem-shout/Makefile	Sun Apr  5 03:25:03 2015	(r383253)
+++ head/audio/rubygem-shout/Makefile	Sun Apr  5 03:33:39 2015	(r383254)
@@ -19,4 +19,10 @@ GEM_NAME=	${DISTNAME}
 RUBYGEM_AUTOPLIST=	yes
 CONFIGURE_ARGS=		--with-opt-include="${LOCALBASE}/include"
 
-.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