Date: Mon, 28 Jul 2014 21:35:15 +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: r363259 - head/x11-toolkits/ruby-fox16 Message-ID: <201407282135.s6SLZFv3015475@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Mon Jul 28 21:35:15 2014 New Revision: 363259 URL: http://svnweb.freebsd.org/changeset/ports/363259 QAT: https://qat.redports.org/buildarchive/r363259/ Log: x11-toolkits/ruby-fox16: Mark broken with Ruby 2.0 or newer With hat: ruby@ Modified: head/x11-toolkits/ruby-fox16/Makefile Modified: head/x11-toolkits/ruby-fox16/Makefile ============================================================================== --- head/x11-toolkits/ruby-fox16/Makefile Mon Jul 28 21:23:20 2014 (r363258) +++ head/x11-toolkits/ruby-fox16/Makefile Mon Jul 28 21:35:15 2014 (r363259) @@ -37,4 +37,10 @@ post-configure: @${REINPLACE_CMD} -e 's|CPPFLAGS = -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.6|CPPFLAGS = -ffriend-injection -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.6|' \ ${WRKSRC}/ext/fox16/Makefile -.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?201407282135.s6SLZFv3015475>