Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jul 2014 18:40:53 +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: r363223 - head/math/ruby-gsl
Message-ID:  <201407281840.s6SIertB023231@svn.freebsd.org>

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



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