Date: Sun, 5 Apr 2015 03:33:40 +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: r383254 - head/audio/rubygem-shout Message-ID: <201504050333.t353Xewm053637@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504050333.t353Xewm053637>