svn commit: r363223 - head/math/ruby-gsl
Steve Wills
swills at FreeBSD.org
Mon Jul 28 18:40:54 UTC 2014
Author: swills
Date: Mon Jul 28 18:40:53 2014
New Revision: 363223
URL: http://svnweb.freebsd.org/changeset/ports/363223
QAT: https://qat.redports.org/buildarchive/r363223/
Log:
math/ruby-gsl: Mark broken with Ruby 2.0 or newer
With hat: ruby@
Modified:
head/math/ruby-gsl/Makefile
Modified: head/math/ruby-gsl/Makefile
==============================================================================
--- head/math/ruby-gsl/Makefile Mon Jul 28 18:39:29 2014 (r363222)
+++ head/math/ruby-gsl/Makefile Mon Jul 28 18:40:53 2014 (r363223)
@@ -46,4 +46,10 @@ post-install:
${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} "${DOCS}" ${STAGEDIR}${RUBY_MODDOCDIR}/
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} >= 2.0
+BROKEN= Does not build with Ruby 2.0 or newer
+.endif
+
+.include <bsd.port.post.mk>
More information about the svn-ports-head
mailing list