There's a typo which makes it impossible to choose the HUB option.
to which port does this PR apply?
+--On 12 juillet 2013 06:49:53 -0500 Mark Linimon <linimon@lonesome.com> wrote: | to which port does this PR apply? irc/unreal, I noticed after sending it that the main information was missing. I updated the PR afterwards. -- Mathieu Arnold
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer of irc/unreal, Please note that PR ports/180488 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/180488 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
Responsible Changed From-To: freebsd-ports-bugs->mat I sent it, I'll take care of it.
Author: mat Date: Mon Jul 29 11:30:33 2013 New Revision: 323881 URL: http://svnweb.freebsd.org/changeset/ports/323881 Log: Typo. PR: ports/180488 Submitted by: mat Approved by: maintainer timeout Modified: head/irc/unreal/Makefile Modified: head/irc/unreal/Makefile ============================================================================== --- head/irc/unreal/Makefile Mon Jul 29 10:26:40 2013 (r323880) +++ head/irc/unreal/Makefile Mon Jul 29 11:30:33 2013 (r323881) @@ -44,7 +44,7 @@ CONFIGURE_ARGS= --with-listen=5 \ --with-fd-setsize=1024 \ --enable-dynamic-linking -OPTIONS_DEFINE= HIB NOSPOOF ZIPLINKS SSL IPV6 PREFIXAQ REMOTE DOCS +OPTIONS_DEFINE= HUB NOSPOOF ZIPLINKS SSL IPV6 PREFIXAQ REMOTE DOCS OPTIONS_DEFAULT= HUB HUB_DESC= Configure as a hub (otherwise configure as a leaf) NOSPOOF_DESC= Enable anti-spoof protection _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, thanks!