svn commit: r534069 - head/irc/thales

Rene Ladan rene at FreeBSD.org
Tue May 5 11:10:23 UTC 2020


Author: rene
Date: Tue May  5 11:10:22 2020
New Revision: 534069
URL: https://svnweb.freebsd.org/changeset/ports/534069

Log:
  irc/thales remove expired optional dependency on irc/ircd-ru

Modified:
  head/irc/thales/Makefile

Modified: head/irc/thales/Makefile
==============================================================================
--- head/irc/thales/Makefile	Tue May  5 11:08:11 2020	(r534068)
+++ head/irc/thales/Makefile	Tue May  5 11:10:22 2020	(r534069)
@@ -25,18 +25,15 @@ CONFIGURE_ARGS=	--with-ircd=${_IRCD} \
 
 OPTIONS_DEFINE=	MODES DOCS EXAMPLES
 OPTIONS_RADIO=	IRCD
-OPTIONS_RADIO_IRCD=	HYBRID IRCDRU UNREAL
+OPTIONS_RADIO_IRCD=	HYBRID UNREAL
 OPTIONS_DEFAULT=MODES UNREAL
 MODES_DESC=		Support modes in the database
 HYBRID_DESC=	Build for ircd-hybrid
-IRCDRU_DESC=	Build for ircd-ru
 UNREAL_DESC=	Build for unreal ircd
 
 MODES_CONFIGURE_OFF=	--enable-no-modes
 HYBRID_RUN_DEPENDS=	${LOCALBASE}/bin/ircd:irc/ircd-hybrid
 HYBRID_VARS=		_IRCD=hybrid IS_INTERACTIVE=yes
-IRCDRU_RUN_DEPENDS=	${LOCALBASE}/sbin/ircd:irc/ircd-ru
-IRCDRU_VARS=		_IRCD=ircdru IS_INTERACTIVE=yes
 UNREAL_RUN_DEPENDS=	${LOCALBASE}/libexec/ircd:irc/unreal
 UNREAL_VARS=		_IRCD=unreal
 


More information about the svn-ports-all mailing list