svn commit: r363259 - head/x11-toolkits/ruby-fox16

Steve Wills swills at FreeBSD.org
Mon Jul 28 21:35:15 UTC 2014


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>


More information about the svn-ports-all mailing list