Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Apr 2015 13:24:16 +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: r383120 - head/audio/ruby-audiofile
Message-ID:  <201504031324.t33DOG16060171@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504031324.t33DOG16060171>