diff options
author | swills <swills@FreeBSD.org> | 2011-04-11 02:18:09 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-04-11 02:18:09 +0800 |
commit | 281bb1cc1dbe6939d53f27733cf8d537050e20dc (patch) | |
tree | a39d720d5dc4e88e9d857aa56f5975a7da5ffc57 /textproc | |
parent | 5ab67ad7a6d341b9e28e7508912c27da5cd45c4c (diff) | |
download | freebsd-ports-gnome-281bb1cc1dbe6939d53f27733cf8d537050e20dc.tar.gz freebsd-ports-gnome-281bb1cc1dbe6939d53f27733cf8d537050e20dc.tar.zst freebsd-ports-gnome-281bb1cc1dbe6939d53f27733cf8d537050e20dc.zip |
- Mark broken with Ruby 1.9
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-csv/Makefile | 6 | ||||
-rw-r--r-- | textproc/ruby-formvalidator/Makefile | 6 | ||||
-rw-r--r-- | textproc/ruby-gdome/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-htmltools/Makefile | 6 | ||||
-rw-r--r-- | textproc/ruby-nqxml/Makefile | 6 | ||||
-rw-r--r-- | textproc/ruby-quixml/Makefile | 6 | ||||
-rw-r--r-- | textproc/ruby-raspell/Makefile | 6 | ||||
-rw-r--r-- | textproc/ruby-tempura/Makefile | 6 | ||||
-rw-r--r-- | textproc/ruby-xtemplate/Makefile | 4 |
9 files changed, 43 insertions, 7 deletions
diff --git a/textproc/ruby-csv/Makefile b/textproc/ruby-csv/Makefile index 294c67cb5aec..5f52d56488c9 100644 --- a/textproc/ruby-csv/Makefile +++ b/textproc/ruby-csv/Makefile @@ -27,4 +27,8 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README.txt ${RUBY_MODDOCDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif +.include <bsd.port.post.mk> diff --git a/textproc/ruby-formvalidator/Makefile b/textproc/ruby-formvalidator/Makefile index 1602fa82a933..15d7362ca0d1 100644 --- a/textproc/ruby-formvalidator/Makefile +++ b/textproc/ruby-formvalidator/Makefile @@ -45,4 +45,8 @@ do-install: >> ${TMPPLIST} .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif +.include <bsd.port.post.mk> diff --git a/textproc/ruby-gdome/Makefile b/textproc/ruby-gdome/Makefile index 56362bd3cee3..f72e5a334836 100644 --- a/textproc/ruby-gdome/Makefile +++ b/textproc/ruby-gdome/Makefile @@ -29,6 +29,10 @@ INSTALL_TARGET= site-install .include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif + post-extract: ${RM} -rf ${WRKSRC}/examples-ruby/CVS diff --git a/textproc/ruby-htmltools/Makefile b/textproc/ruby-htmltools/Makefile index 98e169fa6aea..60131c742155 100644 --- a/textproc/ruby-htmltools/Makefile +++ b/textproc/ruby-htmltools/Makefile @@ -36,4 +36,8 @@ do-install: @cd ${INSTALL_WRKSRC}; \ ${SETENV} ${MAKE_ENV} ${RUBY} ${RUBY_FLAGS} ${RUBY_SETUP} install ${RUBY_INSTALL_ARGS} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif +.include <bsd.port.post.mk> diff --git a/textproc/ruby-nqxml/Makefile b/textproc/ruby-nqxml/Makefile index fcbfe9969ab5..23120eae2f1a 100644 --- a/textproc/ruby-nqxml/Makefile +++ b/textproc/ruby-nqxml/Makefile @@ -33,4 +33,8 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif +.include <bsd.port.post.mk> diff --git a/textproc/ruby-quixml/Makefile b/textproc/ruby-quixml/Makefile index 07983b30cc7f..60c4b3317d1d 100644 --- a/textproc/ruby-quixml/Makefile +++ b/textproc/ruby-quixml/Makefile @@ -33,4 +33,8 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif +.include <bsd.port.post.mk> diff --git a/textproc/ruby-raspell/Makefile b/textproc/ruby-raspell/Makefile index 6a735ff0a31b..a3c1f670f9bb 100644 --- a/textproc/ruby-raspell/Makefile +++ b/textproc/ruby-raspell/Makefile @@ -32,4 +32,8 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}/ .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif +.include <bsd.port.post.mk> diff --git a/textproc/ruby-tempura/Makefile b/textproc/ruby-tempura/Makefile index 3126fa7e6239..d770f0423c35 100644 --- a/textproc/ruby-tempura/Makefile +++ b/textproc/ruby-tempura/Makefile @@ -38,4 +38,8 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif +.include <bsd.port.post.mk> diff --git a/textproc/ruby-xtemplate/Makefile b/textproc/ruby-xtemplate/Makefile index 36397b634ee7..f7aba3de729b 100644 --- a/textproc/ruby-xtemplate/Makefile +++ b/textproc/ruby-xtemplate/Makefile @@ -27,6 +27,10 @@ DOCS_EN= CHANGES README STATUS TUTORIAL .include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} |