From e46660492838767e6bb23b17d17d5b159e649df5 Mon Sep 17 00:00:00 2001 From: swills Date: Wed, 12 Nov 2014 02:16:58 +0000 Subject: Mark broken with Ruby 2.1 With hat: ruby@ --- archivers/ruby-lha/Makefile | 6 ++++-- archivers/ruby-zip/Makefile | 8 +++++++- devel/ruby-langscan/Makefile | 8 +++++++- graphics/ruby-gd/Makefile | 8 +++++++- security/ruby-camellia/Makefile | 8 +++++++- 5 files changed, 32 insertions(+), 6 deletions(-) diff --git a/archivers/ruby-lha/Makefile b/archivers/ruby-lha/Makefile index 6a37f89e..219ed00 100644 --- a/archivers/ruby-lha/Makefile +++ b/archivers/ruby-lha/Makefile @@ -30,7 +30,9 @@ post-install: ${INSTALL_SCRIPT} ${EXAMPLES:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODEXAMPLESDIR} .include -.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 diff --git a/archivers/ruby-zip/Makefile b/archivers/ruby-zip/Makefile index 2c0e4df..63bb1d0 100644 --- a/archivers/ruby-zip/Makefile +++ b/archivers/ruby-zip/Makefile @@ -36,4 +36,10 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/ .endfor -.include +.include + +.if ${RUBY_VER} == 2.1 +BROKEN= Does not build with Ruby 2.1 +.endif + +.include diff --git a/devel/ruby-langscan/Makefile b/devel/ruby-langscan/Makefile index 2da68e8..4db5e17 100644 --- a/devel/ruby-langscan/Makefile +++ b/devel/ruby-langscan/Makefile @@ -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 +.include + +.if ${RUBY_VER} == 2.1 +BROKEN= Does not build with Ruby 2.1 +.endif + +.include diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index e721544..9c4adae 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -87,4 +87,10 @@ post-install: .endfor .endif -.include +.include + +.if ${RUBY_VER} == 2.1 +BROKEN= Does not build with Ruby 2.1 +.endif + +.include diff --git a/security/ruby-camellia/Makefile b/security/ruby-camellia/Makefile index 0b1b2ec..5c13f8f 100644 --- a/security/ruby-camellia/Makefile +++ b/security/ruby-camellia/Makefile @@ -32,4 +32,10 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/ .endfor -.include +.include + +.if ${RUBY_VER} == 2.1 +BROKEN= Does not build with Ruby 2.1 +.endif + +.include -- cgit v1.1