Date: Tue, 5 May 2020 11:10:22 +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: r534069 - head/irc/thales Message-ID: <202005051110.045BAMGr009829@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005051110.045BAMGr009829>