svn commit: r350688 - in head/net: freeradius2 freeradius3
Ryan Steinmetz
zi at FreeBSD.org
Wed Apr 9 12:35:20 UTC 2014
Author: zi
Date: Wed Apr 9 12:35:20 2014
New Revision: 350688
URL: http://svnweb.freebsd.org/changeset/ports/350688
QAT: https://qat.redports.org/buildarchive/r350688/
Log:
- Mark ruby support as broken, per FreeRADIUS authors
Modified:
head/net/freeradius2/Makefile
head/net/freeradius3/Makefile
Modified: head/net/freeradius2/Makefile
==============================================================================
--- head/net/freeradius2/Makefile Wed Apr 9 12:35:01 2014 (r350687)
+++ head/net/freeradius2/Makefile Wed Apr 9 12:35:20 2014 (r350688)
@@ -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=""
Modified: head/net/freeradius3/Makefile
==============================================================================
--- head/net/freeradius3/Makefile Wed Apr 9 12:35:01 2014 (r350687)
+++ head/net/freeradius3/Makefile Wed Apr 9 12:35:20 2014 (r350688)
@@ -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=""
More information about the svn-ports-all
mailing list