Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2014 02:16:59 +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: r372476 - in head: archivers/ruby-lha archivers/ruby-zip devel/ruby-langscan graphics/ruby-gd security/ruby-camellia
Message-ID:  <201411120216.sAC2GxNa060093@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Nov 12 02:16:58 2014
New Revision: 372476
URL: https://svnweb.freebsd.org/changeset/ports/372476
QAT: https://qat.redports.org/buildarchive/r372476/

Log:
  Mark broken with Ruby 2.1
  
  With hat:	ruby@

Modified:
  head/archivers/ruby-lha/Makefile
  head/archivers/ruby-zip/Makefile
  head/devel/ruby-langscan/Makefile
  head/graphics/ruby-gd/Makefile
  head/security/ruby-camellia/Makefile

Modified: head/archivers/ruby-lha/Makefile
==============================================================================
--- head/archivers/ruby-lha/Makefile	Wed Nov 12 02:02:59 2014	(r372475)
+++ head/archivers/ruby-lha/Makefile	Wed Nov 12 02:16:58 2014	(r372476)
@@ -30,7 +30,9 @@ post-install:
 	${INSTALL_SCRIPT} ${EXAMPLES:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}
 
 .include <bsd.port.pre.mk>
-.if ${RUBY_VER} == 2.0
-BROKEN=	Does not build with Ruby 2.0
+
+.if ${RUBY_VER} >= 1.9
+BROKEN=		Does not build with Ruby 2.0 or Ruby 2.1
 .endif
+
 .include <bsd.port.post.mk>

Modified: head/archivers/ruby-zip/Makefile
==============================================================================
--- head/archivers/ruby-zip/Makefile	Wed Nov 12 02:02:59 2014	(r372475)
+++ head/archivers/ruby-zip/Makefile	Wed Nov 12 02:16:58 2014	(r372476)
@@ -36,4 +36,10 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/
 .endfor
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} == 2.1
+BROKEN=		Does not build with Ruby 2.1
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/devel/ruby-langscan/Makefile
==============================================================================
--- head/devel/ruby-langscan/Makefile	Wed Nov 12 02:02:59 2014	(r372475)
+++ head/devel/ruby-langscan/Makefile	Wed Nov 12 02:16:58 2014	(r372476)
@@ -64,4 +64,10 @@ x-generate-plist:
 	${FIND} ${RUBY_SITELIBDIR}/${PORTNAME} -type d -depth | ${SORT} -r | ${SED} -e 's,${RUBY_SITELIBDIR},@dirrm %%RUBY_SITELIBDIR%%,' >> pkg-plist.new
 	${FIND} ${RUBY_SITEARCHLIBDIR}/${PORTNAME} -type d -depth | ${SORT} -r | ${SED} -e 's,${RUBY_SITEARCHLIBDIR},@dirrm %%RUBY_SITEARCHLIBDIR%%,' >> pkg-plist.new
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} == 2.1
+BROKEN=		Does not build with Ruby 2.1
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/graphics/ruby-gd/Makefile
==============================================================================
--- head/graphics/ruby-gd/Makefile	Wed Nov 12 02:02:59 2014	(r372475)
+++ head/graphics/ruby-gd/Makefile	Wed Nov 12 02:16:58 2014	(r372476)
@@ -87,4 +87,10 @@ post-install:
 .endfor
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} == 2.1
+BROKEN=		Does not build with Ruby 2.1
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/security/ruby-camellia/Makefile
==============================================================================
--- head/security/ruby-camellia/Makefile	Wed Nov 12 02:02:59 2014	(r372475)
+++ head/security/ruby-camellia/Makefile	Wed Nov 12 02:16:58 2014	(r372476)
@@ -32,4 +32,10 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/
 .endfor
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} == 2.1
+BROKEN=		Does not build with Ruby 2.1
+.endif
+
+.include <bsd.port.post.mk>



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