- Mark ruby support as broken, per FreeRADIUS authors

This commit is contained in:
Ryan Steinmetz 2014-04-09 12:35:20 +00:00
parent d33ad85a65
commit 77c5c6c84e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350688
2 changed files with 2 additions and 0 deletions

View file

@ -185,6 +185,7 @@ PLIST_SUB+= RLMPYTHON="@comment "
.endif
.if ${PORT_OPTIONS:MRUBY}
IGNORE= with ruby support leaks memory, breaks signal handling. Please disable RUBY support
USE_RUBY= yes
CONFIGURE_ARGS+=--with-rlm_ruby
PLIST_SUB+= RLMRUBY=""

View file

@ -187,6 +187,7 @@ PLIST_SUB+= RLMPYTHON="@comment "
.endif
.if ${PORT_OPTIONS:MRUBY}
IGNORE= with ruby support leaks memory, breaks signal handling. Please disable RUBY support
USE_RUBY= yes
CONFIGURE_ARGS+=--with-rlm_ruby
PLIST_SUB+= RLMRUBY=""