Date: Tue, 5 May 2020 15:53:06 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534094 - head/net-mgmt/chillispot Message-ID: <202005051553.045Fr6QS095967@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Tue May 5 15:53:06 2020 New Revision: 534094 URL: https://svnweb.freebsd.org/changeset/ports/534094 Log: net-mgmt/chillispot: revert r534081, net/openradius was rescued in r534057 This was caused by a race condition: - `rmport -a` noticed that openradius was expired and added the port to its queue - this was with r534032 - in r534057, the port was rescued and the PR was closed - sometime later, rmport got to check upon the now rescued openradius (which from its viewpoint was still broken and expired), did not see any outstanding PR, so decided it was time to remove it. I also checked manually for an outstanding PR, but then it was already closed. Modified: head/net-mgmt/chillispot/Makefile Modified: head/net-mgmt/chillispot/Makefile ============================================================================== --- head/net-mgmt/chillispot/Makefile Tue May 5 15:38:11 2020 (r534093) +++ head/net-mgmt/chillispot/Makefile Tue May 5 15:53:06 2020 (r534094) @@ -21,11 +21,16 @@ CONFIGURE_ARGS=-sysconfdir=${PREFIX}/etc USE_RC_SUBR= chillispot SUB_FILES= pkg-message installguide.txt -OPTIONS_DEFINE= APACHE FREERADIUS +OPTIONS_DEFINE= APACHE RADIUS +OPTIONS_SINGLE= RADIUS +OPTIONS_SINGLE_RADIUS= FREERADIUS OPENRADIUS + FREERADIUS_DESC=depend on FreeRADIUS +OPENRADIUS_DESC=depend on OpenRADIUS APACHE_USE= apache_run=22+ FREERADIUS_RUN_DEPENDS= radiusd:net/freeradius +OPENRADIUS_RUN_DEPENDS= radiusd:net/openradius .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005051553.045Fr6QS095967>