Mark broken with Ruby 2.1

With hat:	ruby@
This commit is contained in:
Steve Wills 2014-11-12 02:58:43 +00:00
parent f43809d557
commit a7ee035653
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372478
8 changed files with 51 additions and 9 deletions

View File

@ -17,4 +17,10 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.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>

View File

@ -18,4 +18,10 @@ RUBYGEM_AUTOPLIST= yes
GEM_ENV +=EXTERNAL_LIB="YES"
CONFIGURE_ARGS= "--with-opt-dir=${LOCALBASE}"
.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>

View File

@ -15,4 +15,10 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.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>

View File

@ -28,4 +28,10 @@ post-extract:
post-install:
${INSTALL_MAN} ${WRKSRC}/man/rdebug.1 ${STAGEDIR}${PREFIX}/man/man1
.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>

View File

@ -19,8 +19,8 @@ PLIST_FILES= bin/rcov
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 2.0
BROKEN= Does not work with Ruby 2.0
.if ${RUBY_VER} >= 2.0
BROKEN= Does not work with Ruby 2.x
.endif
.include <bsd.port.post.mk>

View File

@ -27,4 +27,10 @@ USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/webby bin/webby-gen
.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>

View File

@ -17,4 +17,10 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.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>

View File

@ -15,4 +15,10 @@ USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rougify
.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>