aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2014-05-17 03:58:20 +0800
committerdinoex <dinoex@FreeBSD.org>2014-05-17 03:58:20 +0800
commit2915e574c1794de3a9700e1330badd4f1557deb4 (patch)
tree776420b8a01e96413034e92c3f2698a2c85a85f5
parent255f41e9fe0880caa7cc58c17d444f862dd5bd02 (diff)
downloadfreebsd-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/Makefile4
-rw-r--r--www/mod_ruby/Makefile4
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