svn commit: r366024 - head/net/freeradius3

Ryan Steinmetz zi at FreeBSD.org
Mon Aug 25 00:50:04 UTC 2014


Author: zi
Date: Mon Aug 25 00:50:04 2014
New Revision: 366024
URL: http://svnweb.freebsd.org/changeset/ports/366024
QAT: https://qat.redports.org/buildarchive/r366024/

Log:
  - devel/json-c was updated, do not IGNORE when REST support is enabled
  
  PR:		192978
  Submitted by:	prj at rootwyrm.com

Modified:
  head/net/freeradius3/Makefile

Modified: head/net/freeradius3/Makefile
==============================================================================
--- head/net/freeradius3/Makefile	Sun Aug 24 23:28:53 2014	(r366023)
+++ head/net/freeradius3/Makefile	Mon Aug 25 00:50:04 2014	(r366024)
@@ -222,7 +222,6 @@ EXPM=		yes
 .endif
 
 .if ${PORT_OPTIONS:MREST}
-IGNORE=		requires devel/json-c to be updated to 0.11 to build with RESTful support
 LIB_DEPENDS+=	libjson.so:${PORTSDIR}/devel/json-c \
     		libcurl.so:${PORTSDIR}/ftp/curl
 CONFIGURE_ARGS+=--with-rlm_rest \


More information about the svn-ports-head mailing list