diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-05-17 03:58:20 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-05-17 03:58:20 +0800 |
commit | 2915e574c1794de3a9700e1330badd4f1557deb4 (patch) | |
tree | 776420b8a01e96413034e92c3f2698a2c85a85f5 | |
parent | 255f41e9fe0880caa7cc58c17d444f862dd5bd02 (diff) | |
download | freebsd-ports-graphics-2915e574c1794de3a9700e1330badd4f1557deb4.tar.gz freebsd-ports-graphics-2915e574c1794de3a9700e1330badd4f1557deb4.tar.zst freebsd-ports-graphics-2915e574c1794de3a9700e1330badd4f1557deb4.zip |
- mark BROKEN
- set maintainer to ruby@
-rw-r--r-- | textproc/eruby/Makefile | 4 | ||||
-rw-r--r-- | www/mod_ruby/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/textproc/eruby/Makefile b/textproc/eruby/Makefile index 754577da7a0..dbefc9bfa2f 100644 --- a/textproc/eruby/Makefile +++ b/textproc/eruby/Makefile @@ -9,9 +9,11 @@ MASTER_SITES= ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Interprets Ruby code embedded in a text file like PHP/ePerl/ASP/JSP +BROKEN= broken with ruby1.9 threads + USE_RUBY= yes CONFIGURE_ARGS= --enable-shared --with-charset="${DEFAULT_CHARSET}" diff --git a/www/mod_ruby/Makefile b/www/mod_ruby/Makefile index e74d329c27a..81eab373ea8 100644 --- a/www/mod_ruby/Makefile +++ b/www/mod_ruby/Makefile @@ -9,9 +9,11 @@ MASTER_SITES= ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} DIST_SUBDIR= ruby -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= An Apache module that embeds Ruby interpreter within +BROKEN= broken with ruby1.9 threads + USES= perl5 USE_APACHE= 22 USE_RUBY= yes |